first commit

This commit is contained in:
rasz 2021-11-19 22:42:08 -03:00
commit 426ce09b86
74 changed files with 28793 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# VB.Net Library System
# Authors F. Raszeja
for archival purposes only

25
projetoBiblioteca05.sln Executable file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "projetoBiblioteca05", "projetoBiblioteca05\projetoBiblioteca05.vbproj", "{3142A623-0702-46B1-A53F-9D7F8744802F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3142A623-0702-46B1-A53F-9D7F8744802F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3142A623-0702-46B1-A53F-9D7F8744802F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3142A623-0702-46B1-A53F-9D7F8744802F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3142A623-0702-46B1-A53F-9D7F8744802F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62E08C5C-D197-46C2-B8BF-F3A6DBDA1F70}
EndGlobalSection
EndGlobal

13
projetoBiblioteca05/App.config Executable file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="projetoBiblioteca05.My.MySettings.dbBibliotecaConnectionString"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\dbBiblioteca.accdb"
providerName="System.Data.OleDb" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>

159
projetoBiblioteca05/FLogin.Designer.vb generated Executable file
View File

@ -0,0 +1,159 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FLogin
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 UsuarioFuncLabel As System.Windows.Forms.Label
Dim SenhaFuncLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbFuncionarioBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbFuncionarioTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.UsuarioFuncTextBox = New System.Windows.Forms.TextBox()
Me.SenhaFuncTextBox = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
UsuarioFuncLabel = New System.Windows.Forms.Label()
SenhaFuncLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'UsuarioFuncLabel
'
UsuarioFuncLabel.AutoSize = True
UsuarioFuncLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
UsuarioFuncLabel.Location = New System.Drawing.Point(51, 69)
UsuarioFuncLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
UsuarioFuncLabel.Name = "UsuarioFuncLabel"
UsuarioFuncLabel.Size = New System.Drawing.Size(64, 20)
UsuarioFuncLabel.TabIndex = 1
UsuarioFuncLabel.Text = "Usuário"
'
'SenhaFuncLabel
'
SenhaFuncLabel.AutoSize = True
SenhaFuncLabel.Location = New System.Drawing.Point(51, 104)
SenhaFuncLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
SenhaFuncLabel.Name = "SenhaFuncLabel"
SenhaFuncLabel.Size = New System.Drawing.Size(56, 20)
SenhaFuncLabel.TabIndex = 3
SenhaFuncLabel.Text = "Senha"
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbFuncionarioBindingSource
'
Me.TbFuncionarioBindingSource.DataMember = "tbFuncionario"
Me.TbFuncionarioBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbFuncionarioTableAdapter
'
Me.TbFuncionarioTableAdapter.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 = Me.TbFuncionarioTableAdapter
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'UsuarioFuncTextBox
'
Me.UsuarioFuncTextBox.Location = New System.Drawing.Point(123, 66)
Me.UsuarioFuncTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.UsuarioFuncTextBox.Name = "UsuarioFuncTextBox"
Me.UsuarioFuncTextBox.Size = New System.Drawing.Size(251, 26)
Me.UsuarioFuncTextBox.TabIndex = 2
'
'SenhaFuncTextBox
'
Me.SenhaFuncTextBox.Location = New System.Drawing.Point(123, 102)
Me.SenhaFuncTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.SenhaFuncTextBox.Name = "SenhaFuncTextBox"
Me.SenhaFuncTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.SenhaFuncTextBox.Size = New System.Drawing.Size(251, 26)
Me.SenhaFuncTextBox.TabIndex = 4
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(55, 143)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(155, 40)
Me.Button1.TabIndex = 5
Me.Button1.Text = "ENTRAR"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(216, 143)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(158, 40)
Me.Button2.TabIndex = 6
Me.Button2.Text = "SAIR"
Me.Button2.UseVisualStyleBackColor = True
'
'FLogin
'
Me.AcceptButton = Me.Button1
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.Button2
Me.ClientSize = New System.Drawing.Size(427, 242)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(SenhaFuncLabel)
Me.Controls.Add(Me.SenhaFuncTextBox)
Me.Controls.Add(UsuarioFuncLabel)
Me.Controls.Add(Me.UsuarioFuncTextBox)
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.None
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "FLogin"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "FLogin"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbFuncionarioBindingSource As BindingSource
Friend WithEvents TbFuncionarioTableAdapter As dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents UsuarioFuncTextBox As TextBox
Friend WithEvents SenhaFuncTextBox As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
End Class

138
projetoBiblioteca05/FLogin.resx Executable file
View File

@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="UsuarioFuncLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="SenhaFuncLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbFuncionarioBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbFuncionarioTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>388, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>590, 17</value>
</metadata>
</root>

38
projetoBiblioteca05/FLogin.vb Executable file
View File

@ -0,0 +1,38 @@
Public Class FLogin
Private Sub TbFuncionarioBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
Me.Validate()
Me.TbFuncionarioBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FLogin_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbFuncionario'. Você pode movê-la ou removê-la conforme necessário.
Me.TbFuncionarioTableAdapter.Fill(Me.DbBibliotecaDataSet.tbFuncionario)
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
End
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim USER, PSS
USER = UsuarioFuncTextBox.Text()
PSS = SenhaFuncTextBox.Text()
If TbFuncionarioTableAdapter.ScalarQueryLogin(USER, PSS) Then
MsgBox("Bem vindo!", vbInformation, "Sistema Biblioteca")
UsuarioFuncTextBox.Clear()
SenhaFuncTextBox.Clear()
UsuarioFuncTextBox.Focus()
Me.Hide()
FPrincipal.Show()
Else
MsgBox("Usuário/Senha incorretos", vbCritical, "Sistema Biblioteca")
UsuarioFuncTextBox.Clear()
SenhaFuncTextBox.Clear()
UsuarioFuncTextBox.Focus()
End If
End Sub
End Class

327
projetoBiblioteca05/FPrincipal.Designer.vb generated Executable file
View File

@ -0,0 +1,327 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FPrincipal
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.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.EmpréstimoDevoluçãoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.RelatóriosToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.UsuáriosToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ClAtivos = New System.Windows.Forms.ToolStripMenuItem()
Me.ClDesativos = New System.Windows.Forms.ToolStripMenuItem()
Me.EmpréstimosToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.FuncAtivos = New System.Windows.Forms.ToolStripMenuItem()
Me.FuncDesativo = New System.Windows.Forms.ToolStripMenuItem()
Me.EmpréstimosToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.EmpAtivos = New System.Windows.Forms.ToolStripMenuItem()
Me.EmpDesativos = New System.Windows.Forms.ToolStripMenuItem()
Me.ItensToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ItnAtivo = New System.Windows.Forms.ToolStripMenuItem()
Me.ItnDesativo = New System.Windows.Forms.ToolStripMenuItem()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.CadastrosToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ClientesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.FuncionáriosToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ItensToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.CadastroDeItemToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CadastroDeGêneroToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CadastroDeTipoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SobreToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SairToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CadastroDeAutorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CadastroDeEditoraToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.MenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EmpréstimoDevoluçãoToolStripMenuItem, Me.RelatóriosToolStripMenuItem, Me.CadastrosToolStripMenuItem, Me.SobreToolStripMenuItem, Me.SairToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(491, 24)
Me.MenuStrip1.TabIndex = 0
Me.MenuStrip1.Text = "MenuStrip1"
'
'EmpréstimoDevoluçãoToolStripMenuItem
'
Me.EmpréstimoDevoluçãoToolStripMenuItem.Name = "EmpréstimoDevoluçãoToolStripMenuItem"
Me.EmpréstimoDevoluçãoToolStripMenuItem.Size = New System.Drawing.Size(150, 20)
Me.EmpréstimoDevoluçãoToolStripMenuItem.Text = "Empréstimo / Devolução"
'
'RelatóriosToolStripMenuItem
'
Me.RelatóriosToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.UsuáriosToolStripMenuItem, Me.EmpréstimosToolStripMenuItem, Me.EmpréstimosToolStripMenuItem1, Me.ItensToolStripMenuItem})
Me.RelatóriosToolStripMenuItem.Name = "RelatóriosToolStripMenuItem"
Me.RelatóriosToolStripMenuItem.Size = New System.Drawing.Size(71, 20)
Me.RelatóriosToolStripMenuItem.Text = "Relatórios"
'
'UsuáriosToolStripMenuItem
'
Me.UsuáriosToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ClAtivos, Me.ClDesativos})
Me.UsuáriosToolStripMenuItem.Name = "UsuáriosToolStripMenuItem"
Me.UsuáriosToolStripMenuItem.Size = New System.Drawing.Size(143, 22)
Me.UsuáriosToolStripMenuItem.Text = "Usuários"
'
'ClAtivos
'
Me.ClAtivos.Name = "ClAtivos"
Me.ClAtivos.Size = New System.Drawing.Size(137, 22)
Me.ClAtivos.Text = "Ativos"
'
'ClDesativos
'
Me.ClDesativos.Name = "ClDesativos"
Me.ClDesativos.Size = New System.Drawing.Size(137, 22)
Me.ClDesativos.Text = "Desativados"
'
'EmpréstimosToolStripMenuItem
'
Me.EmpréstimosToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FuncAtivos, Me.FuncDesativo})
Me.EmpréstimosToolStripMenuItem.Name = "EmpréstimosToolStripMenuItem"
Me.EmpréstimosToolStripMenuItem.Size = New System.Drawing.Size(143, 22)
Me.EmpréstimosToolStripMenuItem.Text = "Funcionários"
'
'FuncAtivos
'
Me.FuncAtivos.Name = "FuncAtivos"
Me.FuncAtivos.Size = New System.Drawing.Size(137, 22)
Me.FuncAtivos.Text = "Ativos"
'
'FuncDesativo
'
Me.FuncDesativo.Name = "FuncDesativo"
Me.FuncDesativo.Size = New System.Drawing.Size(137, 22)
Me.FuncDesativo.Text = "Desativados"
'
'EmpréstimosToolStripMenuItem1
'
Me.EmpréstimosToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EmpAtivos, Me.EmpDesativos})
Me.EmpréstimosToolStripMenuItem1.Name = "EmpréstimosToolStripMenuItem1"
Me.EmpréstimosToolStripMenuItem1.Size = New System.Drawing.Size(143, 22)
Me.EmpréstimosToolStripMenuItem1.Text = "Empréstimos"
'
'EmpAtivos
'
Me.EmpAtivos.Name = "EmpAtivos"
Me.EmpAtivos.Size = New System.Drawing.Size(142, 22)
Me.EmpAtivos.Text = "Emprestados"
'
'EmpDesativos
'
Me.EmpDesativos.Name = "EmpDesativos"
Me.EmpDesativos.Size = New System.Drawing.Size(142, 22)
Me.EmpDesativos.Text = "Devolvidos"
'
'ItensToolStripMenuItem
'
Me.ItensToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ItnAtivo, Me.ItnDesativo})
Me.ItensToolStripMenuItem.Name = "ItensToolStripMenuItem"
Me.ItensToolStripMenuItem.Size = New System.Drawing.Size(143, 22)
Me.ItensToolStripMenuItem.Text = "Itens"
'
'ItnAtivo
'
Me.ItnAtivo.Name = "ItnAtivo"
Me.ItnAtivo.Size = New System.Drawing.Size(137, 22)
Me.ItnAtivo.Text = "Ativos"
'
'ItnDesativo
'
Me.ItnDesativo.Name = "ItnDesativo"
Me.ItnDesativo.Size = New System.Drawing.Size(137, 22)
Me.ItnDesativo.Text = "Desativados"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(34, 253)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(445, 25)
Me.Label1.TabIndex = 1
Me.Label1.Text = "SGB - Sistema Gerenciador de Biblioteca" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(12, 27)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(112, 64)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Empréstimo"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(366, 27)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(112, 64)
Me.Button2.TabIndex = 3
Me.Button2.Text = "Item"
Me.Button2.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(130, 27)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(112, 64)
Me.Button5.TabIndex = 6
Me.Button5.Text = "Clientes"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(248, 27)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(112, 64)
Me.Button6.TabIndex = 7
Me.Button6.Text = "Funcionários"
Me.Button6.UseVisualStyleBackColor = True
'
'CadastrosToolStripMenuItem
'
Me.CadastrosToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ClientesToolStripMenuItem, Me.FuncionáriosToolStripMenuItem, Me.ItensToolStripMenuItem1})
Me.CadastrosToolStripMenuItem.Name = "CadastrosToolStripMenuItem"
Me.CadastrosToolStripMenuItem.Size = New System.Drawing.Size(71, 20)
Me.CadastrosToolStripMenuItem.Text = "Cadastros"
'
'ClientesToolStripMenuItem
'
Me.ClientesToolStripMenuItem.Name = "ClientesToolStripMenuItem"
Me.ClientesToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ClientesToolStripMenuItem.Text = "Clientes"
'
'FuncionáriosToolStripMenuItem
'
Me.FuncionáriosToolStripMenuItem.Name = "FuncionáriosToolStripMenuItem"
Me.FuncionáriosToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.FuncionáriosToolStripMenuItem.Text = "Funcionários"
'
'ItensToolStripMenuItem1
'
Me.ItensToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CadastroDeItemToolStripMenuItem, Me.CadastroDeGêneroToolStripMenuItem, Me.CadastroDeTipoToolStripMenuItem, Me.CadastroDeAutorToolStripMenuItem, Me.CadastroDeEditoraToolStripMenuItem})
Me.ItensToolStripMenuItem1.Name = "ItensToolStripMenuItem1"
Me.ItensToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
Me.ItensToolStripMenuItem1.Text = "Itens"
'
'CadastroDeItemToolStripMenuItem
'
Me.CadastroDeItemToolStripMenuItem.Name = "CadastroDeItemToolStripMenuItem"
Me.CadastroDeItemToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.CadastroDeItemToolStripMenuItem.Text = "Cadastro de Item"
'
'CadastroDeGêneroToolStripMenuItem
'
Me.CadastroDeGêneroToolStripMenuItem.Name = "CadastroDeGêneroToolStripMenuItem"
Me.CadastroDeGêneroToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.CadastroDeGêneroToolStripMenuItem.Text = "Cadastro de Gênero"
'
'CadastroDeTipoToolStripMenuItem
'
Me.CadastroDeTipoToolStripMenuItem.Name = "CadastroDeTipoToolStripMenuItem"
Me.CadastroDeTipoToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.CadastroDeTipoToolStripMenuItem.Text = "Cadastro de Tipo"
'
'SobreToolStripMenuItem
'
Me.SobreToolStripMenuItem.Name = "SobreToolStripMenuItem"
Me.SobreToolStripMenuItem.Size = New System.Drawing.Size(49, 20)
Me.SobreToolStripMenuItem.Text = "Sobre"
'
'SairToolStripMenuItem
'
Me.SairToolStripMenuItem.Name = "SairToolStripMenuItem"
Me.SairToolStripMenuItem.Size = New System.Drawing.Size(38, 20)
Me.SairToolStripMenuItem.Text = "Sair"
'
'CadastroDeAutorToolStripMenuItem
'
Me.CadastroDeAutorToolStripMenuItem.Name = "CadastroDeAutorToolStripMenuItem"
Me.CadastroDeAutorToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.CadastroDeAutorToolStripMenuItem.Text = "Cadastro de Autor"
'
'CadastroDeEditoraToolStripMenuItem
'
Me.CadastroDeEditoraToolStripMenuItem.Name = "CadastroDeEditoraToolStripMenuItem"
Me.CadastroDeEditoraToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.CadastroDeEditoraToolStripMenuItem.Text = "Cadastro de Editora"
'
'FPrincipal
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(491, 287)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.MenuStrip1)
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.MainMenuStrip = Me.MenuStrip1
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "FPrincipal"
Me.Text = "FPrincipal"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As MenuStrip
Friend WithEvents EmpréstimoDevoluçãoToolStripMenuItem As ToolStripMenuItem
Friend WithEvents RelatóriosToolStripMenuItem As ToolStripMenuItem
Friend WithEvents UsuáriosToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ClAtivos As ToolStripMenuItem
Friend WithEvents ClDesativos As ToolStripMenuItem
Friend WithEvents EmpréstimosToolStripMenuItem As ToolStripMenuItem
Friend WithEvents FuncAtivos As ToolStripMenuItem
Friend WithEvents FuncDesativo As ToolStripMenuItem
Friend WithEvents EmpréstimosToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents EmpAtivos As ToolStripMenuItem
Friend WithEvents EmpDesativos As ToolStripMenuItem
Friend WithEvents ItensToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ItnAtivo As ToolStripMenuItem
Friend WithEvents ItnDesativo As ToolStripMenuItem
Friend WithEvents Label1 As Label
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents CadastrosToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ClientesToolStripMenuItem As ToolStripMenuItem
Friend WithEvents FuncionáriosToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ItensToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents CadastroDeItemToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CadastroDeGêneroToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CadastroDeTipoToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SobreToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SairToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CadastroDeAutorToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CadastroDeEditoraToolStripMenuItem As ToolStripMenuItem
End Class

View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="MenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

107
projetoBiblioteca05/FPrincipal.vb Executable file
View File

@ -0,0 +1,107 @@
Public Class FPrincipal
Private Sub FPrincipal_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub EmpréstimoDevoluçãoToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles EmpréstimoDevoluçãoToolStripMenuItem.Click
FEmprestimo.Show()
End Sub
Private Sub SairToolStripMenuItem_Click(sender As Object, e As EventArgs)
Me.Hide()
FLogin.Show()
End Sub
Private Sub AtivosToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ClAtivos.Click
rClientAtivo.Show()
End Sub
Private Sub DesativadosToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ClDesativos.Click
rClientDesatv.Show()
End Sub
Private Sub FuncAtivos_Click(sender As Object, e As EventArgs) Handles FuncAtivos.Click
rFuncAtivo.Show()
End Sub
Private Sub FuncDesativo_Click(sender As Object, e As EventArgs) Handles FuncDesativo.Click
rFuncDesatv.Show()
End Sub
Private Sub EmpAtivos_Click(sender As Object, e As EventArgs) Handles EmpAtivos.Click
rEmpAtivo.Show()
End Sub
Private Sub EmpDesativos_Click(sender As Object, e As EventArgs) Handles EmpDesativos.Click
rEmpDesatv.Show()
End Sub
Private Sub ItnAtivo_Click(sender As Object, e As EventArgs) Handles ItnAtivo.Click
rItemAtivo.Show()
End Sub
Private Sub ItnDesativo_Click(sender As Object, e As EventArgs) Handles ItnDesativo.Click
rItemDesatv.Show()
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
FEmprestimo.Show()
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
FItem.Show()
End Sub
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
FCliente.Show()
End Sub
Private Sub Button4_Click(sender As Object, e As EventArgs)
FGenero.Show()
End Sub
Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
FFunc.Show()
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs)
FAutor.Show()
End Sub
Private Sub ClientesToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ClientesToolStripMenuItem.Click
FCliente.Show()
End Sub
Private Sub FuncionáriosToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles FuncionáriosToolStripMenuItem.Click
FFunc.Show()
End Sub
Private Sub CadastroDeItemToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CadastroDeItemToolStripMenuItem.Click
FItem.Show()
End Sub
Private Sub CadastroDeGêneroToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CadastroDeGêneroToolStripMenuItem.Click
FGenero.Show()
End Sub
Private Sub CadastroDeTipoToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CadastroDeTipoToolStripMenuItem.Click
FTipo.Show()
End Sub
Private Sub SobreToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles SobreToolStripMenuItem.Click
FSobre.Show()
End Sub
Private Sub SairToolStripMenuItem_Click_1(sender As Object, e As EventArgs) Handles SairToolStripMenuItem.Click
Me.Hide()
FLogin.Show()
End Sub
Private Sub CadastroDeAutorToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CadastroDeAutorToolStripMenuItem.Click
FAutor.Show()
End Sub
Private Sub CadastroDeEditoraToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CadastroDeEditoraToolStripMenuItem.Click
FEditora.Show()
End Sub
End Class

178
projetoBiblioteca05/FSobre.Designer.vb generated Executable file
View File

@ -0,0 +1,178 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FSobre
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
Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents LabelProductName As System.Windows.Forms.Label
Friend WithEvents LabelVersion As System.Windows.Forms.Label
Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
Friend WithEvents OKButton As System.Windows.Forms.Button
Friend WithEvents LabelCopyright As System.Windows.Forms.Label
'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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FSobre))
Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
Me.LabelProductName = New System.Windows.Forms.Label()
Me.LabelVersion = New System.Windows.Forms.Label()
Me.LabelCopyright = New System.Windows.Forms.Label()
Me.LabelCompanyName = New System.Windows.Forms.Label()
Me.TextBoxDescription = New System.Windows.Forms.TextBox()
Me.OKButton = New System.Windows.Forms.Button()
Me.TableLayoutPanel.SuspendLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel
'
Me.TableLayoutPanel.ColumnCount = 2
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.0!))
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.0!))
Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
Me.TableLayoutPanel.Controls.Add(Me.LabelVersion, 1, 1)
Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 1, 3)
Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
Me.TableLayoutPanel.Controls.Add(Me.OKButton, 1, 5)
Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel.Location = New System.Drawing.Point(9, 9)
Me.TableLayoutPanel.Name = "TableLayoutPanel"
Me.TableLayoutPanel.RowCount = 6
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.Size = New System.Drawing.Size(396, 258)
Me.TableLayoutPanel.TabIndex = 0
'
'LogoPictureBox
'
Me.LogoPictureBox.BackColor = System.Drawing.Color.Gray
Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 6)
Me.LogoPictureBox.Size = New System.Drawing.Size(124, 252)
Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.LogoPictureBox.TabIndex = 0
Me.LogoPictureBox.TabStop = False
'
'LabelProductName
'
Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelProductName.Location = New System.Drawing.Point(136, 0)
Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelProductName.Name = "LabelProductName"
Me.LabelProductName.Size = New System.Drawing.Size(257, 17)
Me.LabelProductName.TabIndex = 0
Me.LabelProductName.Text = "Nome do Produto"
Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelVersion
'
Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelVersion.Location = New System.Drawing.Point(136, 25)
Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelVersion.Name = "LabelVersion"
Me.LabelVersion.Size = New System.Drawing.Size(257, 17)
Me.LabelVersion.TabIndex = 0
Me.LabelVersion.Text = "Versão"
Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCopyright
'
Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCopyright.Location = New System.Drawing.Point(136, 50)
Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCopyright.Name = "LabelCopyright"
Me.LabelCopyright.Size = New System.Drawing.Size(257, 17)
Me.LabelCopyright.TabIndex = 0
Me.LabelCopyright.Text = "Copyright"
Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCompanyName
'
Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCompanyName.Location = New System.Drawing.Point(136, 75)
Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCompanyName.Name = "LabelCompanyName"
Me.LabelCompanyName.Size = New System.Drawing.Size(257, 17)
Me.LabelCompanyName.TabIndex = 0
Me.LabelCompanyName.Text = "Nome da Companhia"
Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxDescription
'
Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBoxDescription.Location = New System.Drawing.Point(136, 103)
Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
Me.TextBoxDescription.Multiline = True
Me.TextBoxDescription.Name = "TextBoxDescription"
Me.TextBoxDescription.ReadOnly = True
Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBoxDescription.Size = New System.Drawing.Size(257, 123)
Me.TextBoxDescription.TabIndex = 0
Me.TextBoxDescription.TabStop = False
Me.TextBoxDescription.Text = resources.GetString("TextBoxDescription.Text")
'
'OKButton
'
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Location = New System.Drawing.Point(318, 232)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(75, 23)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
'
'FSobre
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.OKButton
Me.ClientSize = New System.Drawing.Size(414, 276)
Me.Controls.Add(Me.TableLayoutPanel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FSobre"
Me.Padding = New System.Windows.Forms.Padding(9)
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "AboutBox1"
Me.TableLayoutPanel.ResumeLayout(False)
Me.TableLayoutPanel.PerformLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
End Class

126
projetoBiblioteca05/FSobre.resx Executable file
View File

@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TextBoxDescription.Text" xml:space="preserve">
<value>Descrição :
(Em tempo de execução, os textos dos rótulos serão substituídos com informações do assembly da aplicação.
Personalize as informações do assembly da aplicação no painel Application do Project Designer.)</value>
</data>
</root>

25
projetoBiblioteca05/FSobre.vb Executable file
View File

@ -0,0 +1,25 @@
Public NotInheritable Class FSobre
Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Configura o titulo do formulário.
Dim ApplicationTitle As String
If My.Application.Info.Title <> "" Then
ApplicationTitle = My.Application.Info.Title
Else
ApplicationTitle = System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)
End If
Me.Text = String.Format("Sobre {0}", ApplicationTitle)
' Inicializa todo o texto exibido na About Box.
' TODO: Personalize o assembly da aplicação no painel "Application" das propriedades do projeto
' (abaixo do menu"Project").
Me.LabelProductName.Text = My.Application.Info.ProductName
Me.LabelVersion.Text = String.Format("Versão {0}", My.Application.Info.Version.ToString)
Me.LabelCopyright.Text = My.Application.Info.Copyright
Me.LabelCompanyName.Text = My.Application.Info.CompanyName
Me.TextBoxDescription.Text = My.Application.Info.Description
End Sub
Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click
Me.Close()
End Sub
End Class

View File

@ -0,0 +1,273 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FAutor
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FAutor))
Dim IdAutorLabel As System.Windows.Forms.Label
Dim NomeAutorLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbAutorBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbAutorTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbAutorTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbAutorBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.TbAutorBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdAutorTextBox = New System.Windows.Forms.TextBox()
Me.NomeAutorTextBox = New System.Windows.Forms.TextBox()
IdAutorLabel = New System.Windows.Forms.Label()
NomeAutorLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbAutorBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbAutorBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbAutorBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbAutorBindingSource
'
Me.TbAutorBindingSource.DataMember = "tbAutor"
Me.TbAutorBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbAutorTableAdapter
'
Me.TbAutorTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.tbAutorTableAdapter = Me.TbAutorTableAdapter
Me.TableAdapterManager.tbClienteTableAdapter = Nothing
Me.TableAdapterManager.tbEditoraTableAdapter = Nothing
Me.TableAdapterManager.tbEmprestimoTableAdapter = Nothing
Me.TableAdapterManager.tbFuncionarioTableAdapter = Nothing
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbAutorBindingNavigator
'
Me.TbAutorBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbAutorBindingNavigator.BindingSource = Me.TbAutorBindingSource
Me.TbAutorBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbAutorBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbAutorBindingNavigator.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.TbAutorBindingNavigatorSaveItem})
Me.TbAutorBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbAutorBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbAutorBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbAutorBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbAutorBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbAutorBindingNavigator.Name = "TbAutorBindingNavigator"
Me.TbAutorBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbAutorBindingNavigator.Size = New System.Drawing.Size(344, 25)
Me.TbAutorBindingNavigator.TabIndex = 0
Me.TbAutorBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 15)
Me.BindingNavigatorCountItem.Text = "de {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 6)
'
'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, 20)
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, 20)
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 6)
'
'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"
'
'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, 20)
Me.BindingNavigatorDeleteItem.Text = "Excluir"
'
'TbAutorBindingNavigatorSaveItem
'
Me.TbAutorBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbAutorBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbAutorBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbAutorBindingNavigatorSaveItem.Name = "TbAutorBindingNavigatorSaveItem"
Me.TbAutorBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 23)
Me.TbAutorBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdAutorLabel
'
IdAutorLabel.AutoSize = True
IdAutorLabel.Location = New System.Drawing.Point(25, 41)
IdAutorLabel.Name = "IdAutorLabel"
IdAutorLabel.Size = New System.Drawing.Size(18, 20)
IdAutorLabel.TabIndex = 1
IdAutorLabel.Text = "#"
'
'IdAutorTextBox
'
Me.IdAutorTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAutorBindingSource, "idAutor", True))
Me.IdAutorTextBox.Enabled = False
Me.IdAutorTextBox.Location = New System.Drawing.Point(49, 38)
Me.IdAutorTextBox.Name = "IdAutorTextBox"
Me.IdAutorTextBox.Size = New System.Drawing.Size(26, 26)
Me.IdAutorTextBox.TabIndex = 2
'
'NomeAutorLabel
'
NomeAutorLabel.AutoSize = True
NomeAutorLabel.Location = New System.Drawing.Point(25, 73)
NomeAutorLabel.Name = "NomeAutorLabel"
NomeAutorLabel.Size = New System.Drawing.Size(52, 20)
NomeAutorLabel.TabIndex = 3
NomeAutorLabel.Text = "Autor:"
'
'NomeAutorTextBox
'
Me.NomeAutorTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAutorBindingSource, "nomeAutor", True))
Me.NomeAutorTextBox.Location = New System.Drawing.Point(83, 70)
Me.NomeAutorTextBox.Name = "NomeAutorTextBox"
Me.NomeAutorTextBox.Size = New System.Drawing.Size(225, 26)
Me.NomeAutorTextBox.TabIndex = 4
'
'FAutor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(344, 117)
Me.Controls.Add(IdAutorLabel)
Me.Controls.Add(Me.IdAutorTextBox)
Me.Controls.Add(NomeAutorLabel)
Me.Controls.Add(Me.NomeAutorTextBox)
Me.Controls.Add(Me.TbAutorBindingNavigator)
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 = "FAutor"
Me.Text = "FAutor"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbAutorBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbAutorBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbAutorBindingNavigator.ResumeLayout(False)
Me.TbAutorBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbAutorBindingSource As BindingSource
Friend WithEvents TbAutorTableAdapter As dbBibliotecaDataSetTableAdapters.tbAutorTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbAutorBindingNavigator 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 TbAutorBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdAutorTextBox As TextBox
Friend WithEvents NomeAutorTextBox As TextBox
End Class

View File

@ -0,0 +1,214 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbAutorBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbAutorTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>355, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>524, 17</value>
</metadata>
<metadata name="TbAutorBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>697, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPYxi84O4C9v+35nH+vzqH6//FGbz/ocLEg+tA
jX8eNf7/87Dh/8nJAqQbcH46L9yAgz0ipBtwfJIgUHPd/z8Pqv7vaBcnbMClmTz/z07l+38SqPFIv9D/
fd0iQM3l///eK/q/vkHm/6oauf9LKxX/zy9V/j+rSBXTwFNAf/55WA/UVAvElf//3CsB4rz/f+9m/v97
J/n/39tx///djADikP+TcjQxDTjUKwx27t/7pUCNBUCN2UCNqUCNCf//3YoGagz7/+9G0P9/1/3+d6Xp
Yhqws13i/5Zmqf/rwM6V/7+kQvH/31sxQI3h/6fmafyfkKX1vztD9397qv7/5kRDwmEyG+hPkHP/3Qj4
35OhQ1gDOgD5898NfyD2+9+arE+6Ad3pumD/gnB9nBHpBrQkGfxviDf8XxNr/L8y2oR0A+gEGBgAJCPY
nnX8iGkAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFvSURBVDhPtZBNKMNhHMd3Vd5K7eKCWjkgk7yEZDKksciE
yMwkBw6LhHZxcCDlQg64SA4kJeVE4jRv89qaWn8tUtoF/7g8H2Ootb+x4nt56nm+38/v+/xUfyJcJ9Bt
BMcOH1eRiZV5RGcVwqyHrfWwELweWJoJ9rC2AL0mRLse0VEBcxOKkLeGwlwGIz2h75w6ApC6bERjAdia
gkxiyIow5cKkPWxDFYvTiMrUdxDDVnCfwVh/AOo/P2zhhccFzcWBLxmzEPV50Nfyu/Cn2N/1V85DGNKh
Rhth+EaCxkLISUDWxvOgjYXa7F/Wv7kGUz4UJeKzGODi6H25d2l+yPLsDwu8v4NWHY8lSbhL0/HtbX8F
GLXh1MQgnxwoQ3h5hkEL6JI5TlPj21gNMd6WZyC1VSN7r0Mh7G4i56pxpkQhdTWA/KQ4aUcTh+x0KACm
RpBSo3HrM0G6Uq7pl2zvhvNDBcClE8YH4HDv2/A/SKV6BYojAxyEJtLJAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
<data name="TbAutorBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABMSURBVDhPY6AK+Pbt239SMVQrBIAFgufA8Yf3H+EYWQxE
x0zYh2kIKQaAMMwQqHbSDQBhog1AxshqaGsAMXjUgEFpADkYqp0SwMAAAPRDDFPA2mtzAAAAAElFTkSu
QmCC
</value>
</data>
<metadata name="IdAutorLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeAutorLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -0,0 +1,23 @@
Public Class FAutor
Private Sub TbAutorBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
Me.Validate()
Me.TbAutorBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FAutor_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbAutor'. Você pode movê-la ou removê-la conforme necessário.
Me.TbAutorTableAdapter.Fill(Me.DbBibliotecaDataSet.tbAutor)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbAutor'. Você pode movê-la ou removê-la conforme necessário.
Me.TbAutorTableAdapter.Fill(Me.DbBibliotecaDataSet.tbAutor)
End Sub
Private Sub TbAutorBindingNavigatorSaveItem_Click_1(sender As Object, e As EventArgs) Handles TbAutorBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbAutorBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
End Class

View File

@ -0,0 +1,487 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FCliente
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 NomeClienteLabel As System.Windows.Forms.Label
Dim RgClienteLabel As System.Windows.Forms.Label
Dim CpfClienteLabel As System.Windows.Forms.Label
Dim TelClienteLabel As System.Windows.Forms.Label
Dim CelClienteLabel As System.Windows.Forms.Label
Dim RuaClienteLabel As System.Windows.Forms.Label
Dim NumeroClienteLabel As System.Windows.Forms.Label
Dim CidadeClienteLabel As System.Windows.Forms.Label
Dim StatusClienteLabel As System.Windows.Forms.Label
Dim Label1 As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FCliente))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbClienteBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbClienteTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbClienteBindingNavigator = 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.TbClienteBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdClienteTextBox = New System.Windows.Forms.TextBox()
Me.NomeClienteTextBox = New System.Windows.Forms.TextBox()
Me.TelClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.CelClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.RuaClienteTextBox = New System.Windows.Forms.TextBox()
Me.NumeroClienteTextBox = New System.Windows.Forms.TextBox()
Me.CidadeClienteTextBox = New System.Windows.Forms.TextBox()
Me.StatusEmprestimoComboBox = New System.Windows.Forms.ComboBox()
Me.RgClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.CpfClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
NomeClienteLabel = New System.Windows.Forms.Label()
RgClienteLabel = New System.Windows.Forms.Label()
CpfClienteLabel = New System.Windows.Forms.Label()
TelClienteLabel = New System.Windows.Forms.Label()
CelClienteLabel = New System.Windows.Forms.Label()
RuaClienteLabel = New System.Windows.Forms.Label()
NumeroClienteLabel = New System.Windows.Forms.Label()
CidadeClienteLabel = New System.Windows.Forms.Label()
StatusClienteLabel = New System.Windows.Forms.Label()
Label1 = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbClienteBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbClienteBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'NomeClienteLabel
'
NomeClienteLabel.AutoSize = True
NomeClienteLabel.Location = New System.Drawing.Point(15, 94)
NomeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NomeClienteLabel.Name = "NomeClienteLabel"
NomeClienteLabel.Size = New System.Drawing.Size(55, 20)
NomeClienteLabel.TabIndex = 3
NomeClienteLabel.Text = "Nome:"
'
'RgClienteLabel
'
RgClienteLabel.AutoSize = True
RgClienteLabel.Location = New System.Drawing.Point(392, 94)
RgClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
RgClienteLabel.Name = "RgClienteLabel"
RgClienteLabel.Size = New System.Drawing.Size(38, 20)
RgClienteLabel.TabIndex = 5
RgClienteLabel.Text = "RG:"
'
'CpfClienteLabel
'
CpfClienteLabel.AutoSize = True
CpfClienteLabel.Location = New System.Drawing.Point(574, 94)
CpfClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CpfClienteLabel.Name = "CpfClienteLabel"
CpfClienteLabel.Size = New System.Drawing.Size(44, 20)
CpfClienteLabel.TabIndex = 7
CpfClienteLabel.Text = "CPF:"
'
'TelClienteLabel
'
TelClienteLabel.AutoSize = True
TelClienteLabel.Location = New System.Drawing.Point(241, 130)
TelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
TelClienteLabel.Name = "TelClienteLabel"
TelClienteLabel.Size = New System.Drawing.Size(75, 20)
TelClienteLabel.TabIndex = 9
TelClienteLabel.Text = "Telefone:"
'
'CelClienteLabel
'
CelClienteLabel.AutoSize = True
CelClienteLabel.Location = New System.Drawing.Point(15, 130)
CelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CelClienteLabel.Name = "CelClienteLabel"
CelClienteLabel.Size = New System.Drawing.Size(62, 20)
CelClienteLabel.TabIndex = 11
CelClienteLabel.Text = "Celular:"
'
'RuaClienteLabel
'
RuaClienteLabel.AutoSize = True
RuaClienteLabel.Location = New System.Drawing.Point(15, 169)
RuaClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
RuaClienteLabel.Name = "RuaClienteLabel"
RuaClienteLabel.Size = New System.Drawing.Size(43, 20)
RuaClienteLabel.TabIndex = 13
RuaClienteLabel.Text = "Rua:"
'
'NumeroClienteLabel
'
NumeroClienteLabel.AutoSize = True
NumeroClienteLabel.Location = New System.Drawing.Point(672, 166)
NumeroClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NumeroClienteLabel.Name = "NumeroClienteLabel"
NumeroClienteLabel.Size = New System.Drawing.Size(69, 20)
NumeroClienteLabel.TabIndex = 15
NumeroClienteLabel.Text = "Número:"
'
'CidadeClienteLabel
'
CidadeClienteLabel.AutoSize = True
CidadeClienteLabel.Location = New System.Drawing.Point(392, 166)
CidadeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CidadeClienteLabel.Name = "CidadeClienteLabel"
CidadeClienteLabel.Size = New System.Drawing.Size(63, 20)
CidadeClienteLabel.TabIndex = 17
CidadeClienteLabel.Text = "Cidade:"
'
'StatusClienteLabel
'
StatusClienteLabel.AutoSize = True
StatusClienteLabel.Location = New System.Drawing.Point(15, 205)
StatusClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
StatusClienteLabel.Name = "StatusClienteLabel"
StatusClienteLabel.Size = New System.Drawing.Size(60, 20)
StatusClienteLabel.TabIndex = 19
StatusClienteLabel.Text = "Status:"
'
'Label1
'
Label1.AutoSize = True
Label1.Location = New System.Drawing.Point(15, 54)
Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(18, 20)
Label1.TabIndex = 22
Label1.Text = "#"
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbClienteBindingSource
'
Me.TbClienteBindingSource.DataMember = "tbCliente"
Me.TbClienteBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbClienteTableAdapter
'
Me.TbClienteTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.tbAutorTableAdapter = Nothing
Me.TableAdapterManager.tbClienteTableAdapter = Me.TbClienteTableAdapter
Me.TableAdapterManager.tbEditoraTableAdapter = Nothing
Me.TableAdapterManager.tbEmprestimoTableAdapter = Nothing
Me.TableAdapterManager.tbFuncionarioTableAdapter = Nothing
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbClienteBindingNavigator
'
Me.TbClienteBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbClienteBindingNavigator.BindingSource = Me.TbClienteBindingSource
Me.TbClienteBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbClienteBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbClienteBindingNavigator.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.TbClienteBindingNavigatorSaveItem})
Me.TbClienteBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbClienteBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbClienteBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbClienteBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbClienteBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbClienteBindingNavigator.Name = "TbClienteBindingNavigator"
Me.TbClienteBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
Me.TbClienteBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbClienteBindingNavigator.Size = New System.Drawing.Size(842, 25)
Me.TbClienteBindingNavigator.TabIndex = 0
Me.TbClienteBindingNavigator.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(50, 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)
'
'TbClienteBindingNavigatorSaveItem
'
Me.TbClienteBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbClienteBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbClienteBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbClienteBindingNavigatorSaveItem.Name = "TbClienteBindingNavigatorSaveItem"
Me.TbClienteBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TbClienteBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdClienteTextBox
'
Me.IdClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "idCliente", True))
Me.IdClienteTextBox.Enabled = False
Me.IdClienteTextBox.Location = New System.Drawing.Point(43, 51)
Me.IdClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IdClienteTextBox.Name = "IdClienteTextBox"
Me.IdClienteTextBox.Size = New System.Drawing.Size(31, 26)
Me.IdClienteTextBox.TabIndex = 0
'
'NomeClienteTextBox
'
Me.NomeClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "nomeCliente", True))
Me.NomeClienteTextBox.Location = New System.Drawing.Point(85, 91)
Me.NomeClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NomeClienteTextBox.Name = "NomeClienteTextBox"
Me.NomeClienteTextBox.Size = New System.Drawing.Size(299, 26)
Me.NomeClienteTextBox.TabIndex = 1
'
'TelClienteMaskedTextBox
'
Me.TelClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "telCliente", True))
Me.TelClienteMaskedTextBox.Location = New System.Drawing.Point(324, 127)
Me.TelClienteMaskedTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TelClienteMaskedTextBox.Mask = "(##)####-####"
Me.TelClienteMaskedTextBox.Name = "TelClienteMaskedTextBox"
Me.TelClienteMaskedTextBox.Size = New System.Drawing.Size(148, 26)
Me.TelClienteMaskedTextBox.TabIndex = 5
Me.TelClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'CelClienteMaskedTextBox
'
Me.CelClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "celCliente", True))
Me.CelClienteMaskedTextBox.Location = New System.Drawing.Point(85, 127)
Me.CelClienteMaskedTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CelClienteMaskedTextBox.Mask = "(##)#####-####"
Me.CelClienteMaskedTextBox.Name = "CelClienteMaskedTextBox"
Me.CelClienteMaskedTextBox.Size = New System.Drawing.Size(148, 26)
Me.CelClienteMaskedTextBox.TabIndex = 4
Me.CelClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'RuaClienteTextBox
'
Me.RuaClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "ruaCliente", True))
Me.RuaClienteTextBox.Location = New System.Drawing.Point(85, 163)
Me.RuaClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.RuaClienteTextBox.Name = "RuaClienteTextBox"
Me.RuaClienteTextBox.Size = New System.Drawing.Size(299, 26)
Me.RuaClienteTextBox.TabIndex = 6
'
'NumeroClienteTextBox
'
Me.NumeroClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "numeroCliente", True))
Me.NumeroClienteTextBox.Location = New System.Drawing.Point(749, 163)
Me.NumeroClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NumeroClienteTextBox.Name = "NumeroClienteTextBox"
Me.NumeroClienteTextBox.Size = New System.Drawing.Size(60, 26)
Me.NumeroClienteTextBox.TabIndex = 8
'
'CidadeClienteTextBox
'
Me.CidadeClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "cidadeCliente", True))
Me.CidadeClienteTextBox.Location = New System.Drawing.Point(463, 163)
Me.CidadeClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CidadeClienteTextBox.Name = "CidadeClienteTextBox"
Me.CidadeClienteTextBox.Size = New System.Drawing.Size(201, 26)
Me.CidadeClienteTextBox.TabIndex = 7
'
'StatusEmprestimoComboBox
'
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbClienteBindingSource, "statusCliente", True))
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "statusCliente", True))
Me.StatusEmprestimoComboBox.FormattingEnabled = True
Me.StatusEmprestimoComboBox.Items.AddRange(New Object() {"ATIVO", "DESATIVADO"})
Me.StatusEmprestimoComboBox.Location = New System.Drawing.Point(85, 202)
Me.StatusEmprestimoComboBox.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8)
Me.StatusEmprestimoComboBox.Name = "StatusEmprestimoComboBox"
Me.StatusEmprestimoComboBox.Size = New System.Drawing.Size(154, 28)
Me.StatusEmprestimoComboBox.TabIndex = 9
'
'RgClienteMaskedTextBox
'
Me.RgClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "rgCliente", True))
Me.RgClienteMaskedTextBox.Location = New System.Drawing.Point(437, 91)
Me.RgClienteMaskedTextBox.Mask = "##,###,###-#"
Me.RgClienteMaskedTextBox.Name = "RgClienteMaskedTextBox"
Me.RgClienteMaskedTextBox.Size = New System.Drawing.Size(130, 26)
Me.RgClienteMaskedTextBox.TabIndex = 23
Me.RgClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'CpfClienteMaskedTextBox
'
Me.CpfClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "cpfCliente", True))
Me.CpfClienteMaskedTextBox.Location = New System.Drawing.Point(625, 91)
Me.CpfClienteMaskedTextBox.Mask = "###,###,###-##"
Me.CpfClienteMaskedTextBox.Name = "CpfClienteMaskedTextBox"
Me.CpfClienteMaskedTextBox.Size = New System.Drawing.Size(184, 26)
Me.CpfClienteMaskedTextBox.TabIndex = 24
Me.CpfClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'FCliente
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(842, 282)
Me.Controls.Add(Me.CpfClienteMaskedTextBox)
Me.Controls.Add(Me.RgClienteMaskedTextBox)
Me.Controls.Add(Label1)
Me.Controls.Add(Me.StatusEmprestimoComboBox)
Me.Controls.Add(Me.IdClienteTextBox)
Me.Controls.Add(NomeClienteLabel)
Me.Controls.Add(Me.NomeClienteTextBox)
Me.Controls.Add(RgClienteLabel)
Me.Controls.Add(CpfClienteLabel)
Me.Controls.Add(TelClienteLabel)
Me.Controls.Add(Me.TelClienteMaskedTextBox)
Me.Controls.Add(CelClienteLabel)
Me.Controls.Add(Me.CelClienteMaskedTextBox)
Me.Controls.Add(RuaClienteLabel)
Me.Controls.Add(Me.RuaClienteTextBox)
Me.Controls.Add(NumeroClienteLabel)
Me.Controls.Add(Me.NumeroClienteTextBox)
Me.Controls.Add(CidadeClienteLabel)
Me.Controls.Add(Me.CidadeClienteTextBox)
Me.Controls.Add(StatusClienteLabel)
Me.Controls.Add(Me.TbClienteBindingNavigator)
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 = "FCliente"
Me.Text = "FCliente"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbClienteBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbClienteBindingNavigator.ResumeLayout(False)
Me.TbClienteBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbClienteBindingSource As BindingSource
Friend WithEvents TbClienteTableAdapter As dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbClienteBindingNavigator 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 TbClienteBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdClienteTextBox As TextBox
Friend WithEvents NomeClienteTextBox As TextBox
Friend WithEvents TelClienteMaskedTextBox As MaskedTextBox
Friend WithEvents CelClienteMaskedTextBox As MaskedTextBox
Friend WithEvents RuaClienteTextBox As TextBox
Friend WithEvents NumeroClienteTextBox As TextBox
Friend WithEvents CidadeClienteTextBox As TextBox
Friend WithEvents StatusEmprestimoComboBox As ComboBox
Friend WithEvents RgClienteMaskedTextBox As MaskedTextBox
Friend WithEvents CpfClienteMaskedTextBox As MaskedTextBox
End Class

View File

@ -0,0 +1,237 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="NomeClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="RgClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CpfClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="TelClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CelClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="RuaClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NumeroClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CidadeClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="StatusClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="Label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbClienteBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbClienteTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>362, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>538, 17</value>
</metadata>
<metadata name="TbClienteBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>711, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
rkJggg==
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value>
</data>
<data name="TbClienteBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,23 @@
Public Class FCliente
Private Sub TbClienteBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
Me.Validate()
Me.TbClienteBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FCliente_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbCliente'. Você pode movê-la ou removê-la conforme necessário.
Me.TbClienteTableAdapter.Fill(Me.DbBibliotecaDataSet.tbCliente)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbCliente'. Você pode movê-la ou removê-la conforme necessário.
Me.TbClienteTableAdapter.Fill(Me.DbBibliotecaDataSet.tbCliente)
End Sub
Private Sub TbClienteBindingNavigatorSaveItem_Click_1(sender As Object, e As EventArgs) Handles TbClienteBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbClienteBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
End Class

View File

@ -0,0 +1,273 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FEditora
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FEditora))
Dim IdEditoraLabel As System.Windows.Forms.Label
Dim NomeEditoraLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbEditoraBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbEditoraTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbEditoraTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbEditoraBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.TbEditoraBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdEditoraTextBox = New System.Windows.Forms.TextBox()
Me.NomeEditoraTextBox = New System.Windows.Forms.TextBox()
IdEditoraLabel = New System.Windows.Forms.Label()
NomeEditoraLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbEditoraBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbEditoraBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbEditoraBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbEditoraBindingSource
'
Me.TbEditoraBindingSource.DataMember = "tbEditora"
Me.TbEditoraBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbEditoraTableAdapter
'
Me.TbEditoraTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.tbAutorTableAdapter = Nothing
Me.TableAdapterManager.tbClienteTableAdapter = Nothing
Me.TableAdapterManager.tbEditoraTableAdapter = Me.TbEditoraTableAdapter
Me.TableAdapterManager.tbEmprestimoTableAdapter = Nothing
Me.TableAdapterManager.tbFuncionarioTableAdapter = Nothing
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbEditoraBindingNavigator
'
Me.TbEditoraBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbEditoraBindingNavigator.BindingSource = Me.TbEditoraBindingSource
Me.TbEditoraBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbEditoraBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbEditoraBindingNavigator.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.TbEditoraBindingNavigatorSaveItem})
Me.TbEditoraBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbEditoraBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbEditoraBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbEditoraBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbEditoraBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbEditoraBindingNavigator.Name = "TbEditoraBindingNavigator"
Me.TbEditoraBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbEditoraBindingNavigator.Size = New System.Drawing.Size(362, 25)
Me.TbEditoraBindingNavigator.TabIndex = 0
Me.TbEditoraBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 15)
Me.BindingNavigatorCountItem.Text = "de {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 6)
'
'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, 20)
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, 20)
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 6)
'
'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"
'
'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, 20)
Me.BindingNavigatorDeleteItem.Text = "Excluir"
'
'TbEditoraBindingNavigatorSaveItem
'
Me.TbEditoraBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbEditoraBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbEditoraBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbEditoraBindingNavigatorSaveItem.Name = "TbEditoraBindingNavigatorSaveItem"
Me.TbEditoraBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 23)
Me.TbEditoraBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdEditoraLabel
'
IdEditoraLabel.AutoSize = True
IdEditoraLabel.Location = New System.Drawing.Point(25, 41)
IdEditoraLabel.Name = "IdEditoraLabel"
IdEditoraLabel.Size = New System.Drawing.Size(18, 20)
IdEditoraLabel.TabIndex = 1
IdEditoraLabel.Text = "#"
'
'IdEditoraTextBox
'
Me.IdEditoraTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbEditoraBindingSource, "idEditora", True))
Me.IdEditoraTextBox.Enabled = False
Me.IdEditoraTextBox.Location = New System.Drawing.Point(49, 38)
Me.IdEditoraTextBox.Name = "IdEditoraTextBox"
Me.IdEditoraTextBox.Size = New System.Drawing.Size(40, 26)
Me.IdEditoraTextBox.TabIndex = 2
'
'NomeEditoraLabel
'
NomeEditoraLabel.AutoSize = True
NomeEditoraLabel.Location = New System.Drawing.Point(25, 73)
NomeEditoraLabel.Name = "NomeEditoraLabel"
NomeEditoraLabel.Size = New System.Drawing.Size(64, 20)
NomeEditoraLabel.TabIndex = 3
NomeEditoraLabel.Text = "Editora:"
'
'NomeEditoraTextBox
'
Me.NomeEditoraTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbEditoraBindingSource, "nomeEditora", True))
Me.NomeEditoraTextBox.Location = New System.Drawing.Point(95, 70)
Me.NomeEditoraTextBox.Name = "NomeEditoraTextBox"
Me.NomeEditoraTextBox.Size = New System.Drawing.Size(236, 26)
Me.NomeEditoraTextBox.TabIndex = 4
'
'FEditora
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(362, 111)
Me.Controls.Add(IdEditoraLabel)
Me.Controls.Add(Me.IdEditoraTextBox)
Me.Controls.Add(NomeEditoraLabel)
Me.Controls.Add(Me.NomeEditoraTextBox)
Me.Controls.Add(Me.TbEditoraBindingNavigator)
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 = "FEditora"
Me.Text = "FEditora"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbEditoraBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbEditoraBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbEditoraBindingNavigator.ResumeLayout(False)
Me.TbEditoraBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbEditoraBindingSource As BindingSource
Friend WithEvents TbEditoraTableAdapter As dbBibliotecaDataSetTableAdapters.tbEditoraTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbEditoraBindingNavigator 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 TbEditoraBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdEditoraTextBox As TextBox
Friend WithEvents NomeEditoraTextBox As TextBox
End Class

View File

@ -0,0 +1,214 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbEditoraBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbEditoraTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>363, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>540, 17</value>
</metadata>
<metadata name="TbEditoraBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>713, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPYxi84O4C9v+35nH+vzqH6//FGbz/ocLEg+tA
jX8eNf7/87Dh/8nJAqQbcH46L9yAgz0ipBtwfJIgUHPd/z8Pqv7vaBcnbMClmTz/z07l+38SqPFIv9D/
fd0iQM3l///eK/q/vkHm/6oauf9LKxX/zy9V/j+rSBXTwFNAf/55WA/UVAvElf//3CsB4rz/f+9m/v97
J/n/39tx///djADikP+TcjQxDTjUKwx27t/7pUCNBUCN2UCNqUCNCf//3YoGagz7/+9G0P9/1/3+d6Xp
Yhqws13i/5Zmqf/rwM6V/7+kQvH/31sxQI3h/6fmafyfkKX1vztD9397qv7/5kRDwmEyG+hPkHP/3Qj4
35OhQ1gDOgD5898NfyD2+9+arE+6Ad3pumD/gnB9nBHpBrQkGfxviDf8XxNr/L8y2oR0A+gEGBgAJCPY
nnX8iGkAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFvSURBVDhPtZBNKMNhHMd3Vd5K7eKCWjkgk7yEZDKksciE
yMwkBw6LhHZxcCDlQg64SA4kJeVE4jRv89qaWn8tUtoF/7g8H2Ootb+x4nt56nm+38/v+/xUfyJcJ9Bt
BMcOH1eRiZV5RGcVwqyHrfWwELweWJoJ9rC2AL0mRLse0VEBcxOKkLeGwlwGIz2h75w6ApC6bERjAdia
gkxiyIow5cKkPWxDFYvTiMrUdxDDVnCfwVh/AOo/P2zhhccFzcWBLxmzEPV50Nfyu/Cn2N/1V85DGNKh
Rhth+EaCxkLISUDWxvOgjYXa7F/Wv7kGUz4UJeKzGODi6H25d2l+yPLsDwu8v4NWHY8lSbhL0/HtbX8F
GLXh1MQgnxwoQ3h5hkEL6JI5TlPj21gNMd6WZyC1VSN7r0Mh7G4i56pxpkQhdTWA/KQ4aUcTh+x0KACm
RpBSo3HrM0G6Uq7pl2zvhvNDBcClE8YH4HDv2/A/SKV6BYojAxyEJtLJAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
<data name="TbEditoraBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABMSURBVDhPY6AK+Pbt239SMVQrBIAFgufA8Yf3H+EYWQxE
x0zYh2kIKQaAMMwQqHbSDQBhog1AxshqaGsAMXjUgEFpADkYqp0SwMAAAPRDDFPA2mtzAAAAAElFTkSu
QmCC
</value>
</data>
<metadata name="IdEditoraLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeEditoraLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -0,0 +1,14 @@
Public Class FEditora
Private Sub TbEditoraBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbEditoraBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbEditoraBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FEditora_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbEditora'. Você pode movê-la ou removê-la conforme necessário.
Me.TbEditoraTableAdapter.Fill(Me.DbBibliotecaDataSet.tbEditora)
End Sub
End Class

View File

@ -0,0 +1,457 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FEmprestimo
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 IdEmprestimoLabel As System.Windows.Forms.Label
Dim IdFuncLabel As System.Windows.Forms.Label
Dim IdClienteLabel As System.Windows.Forms.Label
Dim IdItemLabel As System.Windows.Forms.Label
Dim DataEmprestimoLabel As System.Windows.Forms.Label
Dim DataDevolucaoLabel As System.Windows.Forms.Label
Dim StatusEmprestimoLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FEmprestimo))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbEmprestimoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbEmprestimoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbEmprestimoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbEmprestimoBindingNavigator = 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.TbEmprestimoBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdEmprestimoTextBox = New System.Windows.Forms.TextBox()
Me.DataEmprestimoDateTimePicker = New System.Windows.Forms.DateTimePicker()
Me.DataDevolucaoDateTimePicker = New System.Windows.Forms.DateTimePicker()
Me.IdFuncComboBox = New System.Windows.Forms.ComboBox()
Me.IdClienteComboBox = New System.Windows.Forms.ComboBox()
Me.IdItemComboBox = New System.Windows.Forms.ComboBox()
Me.TbFuncionarioBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbFuncionarioTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter()
Me.TbClienteBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbClienteTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter()
Me.TbItemBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbItemTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbItemTableAdapter()
Me.StatusEmprestimoComboBox = New System.Windows.Forms.ComboBox()
IdEmprestimoLabel = New System.Windows.Forms.Label()
IdFuncLabel = New System.Windows.Forms.Label()
IdClienteLabel = New System.Windows.Forms.Label()
IdItemLabel = New System.Windows.Forms.Label()
DataEmprestimoLabel = New System.Windows.Forms.Label()
DataDevolucaoLabel = New System.Windows.Forms.Label()
StatusEmprestimoLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbEmprestimoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbEmprestimoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbEmprestimoBindingNavigator.SuspendLayout()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbItemBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'IdEmprestimoLabel
'
IdEmprestimoLabel.AutoSize = True
IdEmprestimoLabel.Location = New System.Drawing.Point(17, 40)
IdEmprestimoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdEmprestimoLabel.Name = "IdEmprestimoLabel"
IdEmprestimoLabel.Size = New System.Drawing.Size(18, 20)
IdEmprestimoLabel.TabIndex = 1
IdEmprestimoLabel.Text = "#"
'
'IdFuncLabel
'
IdFuncLabel.AutoSize = True
IdFuncLabel.Location = New System.Drawing.Point(17, 79)
IdFuncLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdFuncLabel.Name = "IdFuncLabel"
IdFuncLabel.Size = New System.Drawing.Size(96, 20)
IdFuncLabel.TabIndex = 3
IdFuncLabel.Text = "Funcionário:"
'
'IdClienteLabel
'
IdClienteLabel.AutoSize = True
IdClienteLabel.Location = New System.Drawing.Point(17, 120)
IdClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdClienteLabel.Name = "IdClienteLabel"
IdClienteLabel.Size = New System.Drawing.Size(62, 20)
IdClienteLabel.TabIndex = 5
IdClienteLabel.Text = "Cliente:"
'
'IdItemLabel
'
IdItemLabel.AutoSize = True
IdItemLabel.Location = New System.Drawing.Point(17, 162)
IdItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdItemLabel.Name = "IdItemLabel"
IdItemLabel.Size = New System.Drawing.Size(45, 20)
IdItemLabel.TabIndex = 7
IdItemLabel.Text = "Item:"
'
'DataEmprestimoLabel
'
DataEmprestimoLabel.AutoSize = True
DataEmprestimoLabel.Location = New System.Drawing.Point(17, 205)
DataEmprestimoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
DataEmprestimoLabel.Name = "DataEmprestimoLabel"
DataEmprestimoLabel.Size = New System.Drawing.Size(137, 20)
DataEmprestimoLabel.TabIndex = 9
DataEmprestimoLabel.Text = "Data Empréstimo:"
'
'DataDevolucaoLabel
'
DataDevolucaoLabel.AutoSize = True
DataDevolucaoLabel.Location = New System.Drawing.Point(17, 245)
DataDevolucaoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
DataDevolucaoLabel.Name = "DataDevolucaoLabel"
DataDevolucaoLabel.Size = New System.Drawing.Size(127, 20)
DataDevolucaoLabel.TabIndex = 11
DataDevolucaoLabel.Text = "Data Devolução:"
'
'StatusEmprestimoLabel
'
StatusEmprestimoLabel.AutoSize = True
StatusEmprestimoLabel.Location = New System.Drawing.Point(17, 283)
StatusEmprestimoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
StatusEmprestimoLabel.Name = "StatusEmprestimoLabel"
StatusEmprestimoLabel.Size = New System.Drawing.Size(60, 20)
StatusEmprestimoLabel.TabIndex = 13
StatusEmprestimoLabel.Text = "Status:"
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbEmprestimoBindingSource
'
Me.TbEmprestimoBindingSource.DataMember = "tbEmprestimo"
Me.TbEmprestimoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbEmprestimoTableAdapter
'
Me.TbEmprestimoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.tbAutorTableAdapter = Nothing
Me.TableAdapterManager.tbEditoraTableAdapter = Nothing
Me.TableAdapterManager.tbEmprestimoTableAdapter = Me.TbEmprestimoTableAdapter
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbEmprestimoBindingNavigator
'
Me.TbEmprestimoBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbEmprestimoBindingNavigator.BindingSource = Me.TbEmprestimoBindingSource
Me.TbEmprestimoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbEmprestimoBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbEmprestimoBindingNavigator.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.TbEmprestimoBindingNavigatorSaveItem})
Me.TbEmprestimoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbEmprestimoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbEmprestimoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbEmprestimoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbEmprestimoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbEmprestimoBindingNavigator.Name = "TbEmprestimoBindingNavigator"
Me.TbEmprestimoBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
Me.TbEmprestimoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbEmprestimoBindingNavigator.Size = New System.Drawing.Size(314, 25)
Me.TbEmprestimoBindingNavigator.TabIndex = 0
Me.TbEmprestimoBindingNavigator.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)
'
'TbEmprestimoBindingNavigatorSaveItem
'
Me.TbEmprestimoBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbEmprestimoBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbEmprestimoBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbEmprestimoBindingNavigatorSaveItem.Name = "TbEmprestimoBindingNavigatorSaveItem"
Me.TbEmprestimoBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TbEmprestimoBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdEmprestimoTextBox
'
Me.IdEmprestimoTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbEmprestimoBindingSource, "idEmprestimo", True))
Me.IdEmprestimoTextBox.Enabled = False
Me.IdEmprestimoTextBox.Location = New System.Drawing.Point(43, 37)
Me.IdEmprestimoTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IdEmprestimoTextBox.Name = "IdEmprestimoTextBox"
Me.IdEmprestimoTextBox.Size = New System.Drawing.Size(32, 26)
Me.IdEmprestimoTextBox.TabIndex = 2
'
'DataEmprestimoDateTimePicker
'
Me.DataEmprestimoDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TbEmprestimoBindingSource, "dataEmprestimo", True))
Me.DataEmprestimoDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.DataEmprestimoDateTimePicker.Location = New System.Drawing.Point(169, 199)
Me.DataEmprestimoDateTimePicker.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.DataEmprestimoDateTimePicker.Name = "DataEmprestimoDateTimePicker"
Me.DataEmprestimoDateTimePicker.Size = New System.Drawing.Size(123, 26)
Me.DataEmprestimoDateTimePicker.TabIndex = 10
'
'DataDevolucaoDateTimePicker
'
Me.DataDevolucaoDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TbEmprestimoBindingSource, "dataDevolucao", True))
Me.DataDevolucaoDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.DataDevolucaoDateTimePicker.Location = New System.Drawing.Point(169, 239)
Me.DataDevolucaoDateTimePicker.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.DataDevolucaoDateTimePicker.Name = "DataDevolucaoDateTimePicker"
Me.DataDevolucaoDateTimePicker.Size = New System.Drawing.Size(123, 26)
Me.DataDevolucaoDateTimePicker.TabIndex = 12
'
'IdFuncComboBox
'
Me.IdFuncComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbEmprestimoBindingSource, "idFunc", True))
Me.IdFuncComboBox.DataSource = Me.TbFuncionarioBindingSource
Me.IdFuncComboBox.DisplayMember = "nomeFunc"
Me.IdFuncComboBox.FormattingEnabled = True
Me.IdFuncComboBox.Location = New System.Drawing.Point(120, 76)
Me.IdFuncComboBox.Name = "IdFuncComboBox"
Me.IdFuncComboBox.Size = New System.Drawing.Size(172, 28)
Me.IdFuncComboBox.TabIndex = 14
Me.IdFuncComboBox.ValueMember = "idFunc"
'
'IdClienteComboBox
'
Me.IdClienteComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbEmprestimoBindingSource, "idCliente", True))
Me.IdClienteComboBox.DataSource = Me.TbClienteBindingSource
Me.IdClienteComboBox.DisplayMember = "nomeCliente"
Me.IdClienteComboBox.FormattingEnabled = True
Me.IdClienteComboBox.Location = New System.Drawing.Point(120, 117)
Me.IdClienteComboBox.Name = "IdClienteComboBox"
Me.IdClienteComboBox.Size = New System.Drawing.Size(172, 28)
Me.IdClienteComboBox.TabIndex = 15
Me.IdClienteComboBox.ValueMember = "idCliente"
'
'IdItemComboBox
'
Me.IdItemComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbEmprestimoBindingSource, "idItem", True))
Me.IdItemComboBox.DataSource = Me.TbItemBindingSource
Me.IdItemComboBox.DisplayMember = "nomeItem"
Me.IdItemComboBox.FormattingEnabled = True
Me.IdItemComboBox.Location = New System.Drawing.Point(120, 159)
Me.IdItemComboBox.Name = "IdItemComboBox"
Me.IdItemComboBox.Size = New System.Drawing.Size(172, 28)
Me.IdItemComboBox.TabIndex = 16
Me.IdItemComboBox.ValueMember = "idItem"
'
'TbFuncionarioBindingSource
'
Me.TbFuncionarioBindingSource.DataMember = "tbFuncionario"
Me.TbFuncionarioBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbFuncionarioTableAdapter
'
Me.TbFuncionarioTableAdapter.ClearBeforeFill = True
'
'TbClienteBindingSource
'
Me.TbClienteBindingSource.DataMember = "tbCliente"
Me.TbClienteBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbClienteTableAdapter
'
Me.TbClienteTableAdapter.ClearBeforeFill = True
'
'TbItemBindingSource
'
Me.TbItemBindingSource.DataMember = "tbItem"
Me.TbItemBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbItemTableAdapter
'
Me.TbItemTableAdapter.ClearBeforeFill = True
'
'StatusEmprestimoComboBox
'
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TbEmprestimoBindingSource, "statusEmprestimo", True))
Me.StatusEmprestimoComboBox.FormattingEnabled = True
Me.StatusEmprestimoComboBox.Items.AddRange(New Object() {"ATIVO", "DESATIVADO"})
Me.StatusEmprestimoComboBox.Location = New System.Drawing.Point(120, 280)
Me.StatusEmprestimoComboBox.Name = "StatusEmprestimoComboBox"
Me.StatusEmprestimoComboBox.Size = New System.Drawing.Size(172, 28)
Me.StatusEmprestimoComboBox.TabIndex = 17
'
'FEmprestimo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(314, 345)
Me.Controls.Add(Me.StatusEmprestimoComboBox)
Me.Controls.Add(Me.IdItemComboBox)
Me.Controls.Add(Me.IdClienteComboBox)
Me.Controls.Add(Me.IdFuncComboBox)
Me.Controls.Add(IdEmprestimoLabel)
Me.Controls.Add(Me.IdEmprestimoTextBox)
Me.Controls.Add(IdFuncLabel)
Me.Controls.Add(IdClienteLabel)
Me.Controls.Add(IdItemLabel)
Me.Controls.Add(DataEmprestimoLabel)
Me.Controls.Add(Me.DataEmprestimoDateTimePicker)
Me.Controls.Add(DataDevolucaoLabel)
Me.Controls.Add(Me.DataDevolucaoDateTimePicker)
Me.Controls.Add(StatusEmprestimoLabel)
Me.Controls.Add(Me.TbEmprestimoBindingNavigator)
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 = "FEmprestimo"
Me.Text = "FEmprestimo"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbEmprestimoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbEmprestimoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbEmprestimoBindingNavigator.ResumeLayout(False)
Me.TbEmprestimoBindingNavigator.PerformLayout()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbItemBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbEmprestimoBindingSource As BindingSource
Friend WithEvents TbEmprestimoTableAdapter As dbBibliotecaDataSetTableAdapters.tbEmprestimoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbEmprestimoBindingNavigator 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 TbEmprestimoBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdEmprestimoTextBox As TextBox
Friend WithEvents DataEmprestimoDateTimePicker As DateTimePicker
Friend WithEvents DataDevolucaoDateTimePicker As DateTimePicker
Friend WithEvents IdFuncComboBox As ComboBox
Friend WithEvents IdClienteComboBox As ComboBox
Friend WithEvents IdItemComboBox As ComboBox
Friend WithEvents TbFuncionarioBindingSource As BindingSource
Friend WithEvents TbFuncionarioTableAdapter As dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter
Friend WithEvents TbClienteBindingSource As BindingSource
Friend WithEvents TbClienteTableAdapter As dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter
Friend WithEvents TbItemBindingSource As BindingSource
Friend WithEvents TbItemTableAdapter As dbBibliotecaDataSetTableAdapters.tbItemTableAdapter
Friend WithEvents StatusEmprestimoComboBox As ComboBox
End Class

View File

@ -0,0 +1,258 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="IdEmprestimoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="IdFuncLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="IdClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="IdItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DataEmprestimoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DataDevolucaoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="StatusEmprestimoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbEmprestimoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbEmprestimoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>389, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>593, 17</value>
</metadata>
<metadata name="TbEmprestimoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>766, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
rkJggg==
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value>
</data>
<data name="TbEmprestimoBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
</value>
</data>
<metadata name="TbFuncionarioBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value>
</metadata>
<metadata name="TbClienteBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>427, 56</value>
</metadata>
<metadata name="TbItemBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>785, 56</value>
</metadata>
<metadata name="TbFuncionarioBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value>
</metadata>
<metadata name="TbFuncionarioTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>225, 56</value>
</metadata>
<metadata name="TbClienteBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>427, 56</value>
</metadata>
<metadata name="TbClienteTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>609, 56</value>
</metadata>
<metadata name="TbItemBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>785, 56</value>
</metadata>
<metadata name="TbItemTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>252</value>
</metadata>
</root>

View File

@ -0,0 +1,26 @@
Public Class FEmprestimo
Private Sub TbEmprestimoBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbEmprestimoBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbEmprestimoBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FEmprestimo_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbItem'. Você pode movê-la ou removê-la conforme necessário.
Me.TbItemTableAdapter.Fill(Me.DbBibliotecaDataSet.tbItem)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbCliente'. Você pode movê-la ou removê-la conforme necessário.
Me.TbClienteTableAdapter.Fill(Me.DbBibliotecaDataSet.tbCliente)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbFuncionario'. Você pode movê-la ou removê-la conforme necessário.
Me.TbFuncionarioTableAdapter.Fill(Me.DbBibliotecaDataSet.tbFuncionario)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbItem'. Você pode movê-la ou removê-la conforme necessário.
Me.TbItemTableAdapter.Fill(Me.DbBibliotecaDataSet.tbItem)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbCliente'. Você pode movê-la ou removê-la conforme necessário.
Me.TbClienteTableAdapter.Fill(Me.DbBibliotecaDataSet.tbCliente)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbFuncionario'. Você pode movê-la ou removê-la conforme necessário.
Me.TbFuncionarioTableAdapter.Fill(Me.DbBibliotecaDataSet.tbFuncionario)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbEmprestimo'. Você pode movê-la ou removê-la conforme necessário.
Me.TbEmprestimoTableAdapter.Fill(Me.DbBibliotecaDataSet.tbEmprestimo)
End Sub
End Class

View File

@ -0,0 +1,540 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FFunc
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 Label1 As System.Windows.Forms.Label
Dim NomeClienteLabel As System.Windows.Forms.Label
Dim RgClienteLabel As System.Windows.Forms.Label
Dim CpfClienteLabel As System.Windows.Forms.Label
Dim TelClienteLabel As System.Windows.Forms.Label
Dim CelClienteLabel As System.Windows.Forms.Label
Dim RuaClienteLabel As System.Windows.Forms.Label
Dim NumeroClienteLabel As System.Windows.Forms.Label
Dim CidadeClienteLabel As System.Windows.Forms.Label
Dim StatusClienteLabel As System.Windows.Forms.Label
Dim UsuarioFuncLabel As System.Windows.Forms.Label
Dim SenhaFuncLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FFunc))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbFuncionarioBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbFuncionarioTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbFuncionarioBindingNavigator = 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.TbFuncionarioBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.StatusEmprestimoComboBox = New System.Windows.Forms.ComboBox()
Me.IdFuncTextBox = New System.Windows.Forms.TextBox()
Me.NomeFuncTextBox = New System.Windows.Forms.TextBox()
Me.TelFuncMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.CelFuncMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.RuaFuncTextBox = New System.Windows.Forms.TextBox()
Me.NumeroFuncTextBox = New System.Windows.Forms.TextBox()
Me.CidadeFuncTextBox = New System.Windows.Forms.TextBox()
Me.UsuarioFuncTextBox = New System.Windows.Forms.TextBox()
Me.SenhaFuncTextBox = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.CpfFuncMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.RgFuncMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Label1 = New System.Windows.Forms.Label()
NomeClienteLabel = New System.Windows.Forms.Label()
RgClienteLabel = New System.Windows.Forms.Label()
CpfClienteLabel = New System.Windows.Forms.Label()
TelClienteLabel = New System.Windows.Forms.Label()
CelClienteLabel = New System.Windows.Forms.Label()
RuaClienteLabel = New System.Windows.Forms.Label()
NumeroClienteLabel = New System.Windows.Forms.Label()
CidadeClienteLabel = New System.Windows.Forms.Label()
StatusClienteLabel = New System.Windows.Forms.Label()
UsuarioFuncLabel = New System.Windows.Forms.Label()
SenhaFuncLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbFuncionarioBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbFuncionarioBindingNavigator.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Label1.AutoSize = True
Label1.Location = New System.Drawing.Point(17, 43)
Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(18, 20)
Label1.TabIndex = 61
Label1.Text = "#"
'
'NomeClienteLabel
'
NomeClienteLabel.AutoSize = True
NomeClienteLabel.Location = New System.Drawing.Point(17, 83)
NomeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NomeClienteLabel.Name = "NomeClienteLabel"
NomeClienteLabel.Size = New System.Drawing.Size(55, 20)
NomeClienteLabel.TabIndex = 43
NomeClienteLabel.Text = "Nome:"
'
'RgClienteLabel
'
RgClienteLabel.AutoSize = True
RgClienteLabel.Location = New System.Drawing.Point(394, 83)
RgClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
RgClienteLabel.Name = "RgClienteLabel"
RgClienteLabel.Size = New System.Drawing.Size(38, 20)
RgClienteLabel.TabIndex = 45
RgClienteLabel.Text = "RG:"
'
'CpfClienteLabel
'
CpfClienteLabel.AutoSize = True
CpfClienteLabel.Location = New System.Drawing.Point(576, 83)
CpfClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CpfClienteLabel.Name = "CpfClienteLabel"
CpfClienteLabel.Size = New System.Drawing.Size(44, 20)
CpfClienteLabel.TabIndex = 47
CpfClienteLabel.Text = "CPF:"
'
'TelClienteLabel
'
TelClienteLabel.AutoSize = True
TelClienteLabel.Location = New System.Drawing.Point(243, 119)
TelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
TelClienteLabel.Name = "TelClienteLabel"
TelClienteLabel.Size = New System.Drawing.Size(75, 20)
TelClienteLabel.TabIndex = 49
TelClienteLabel.Text = "Telefone:"
'
'CelClienteLabel
'
CelClienteLabel.AutoSize = True
CelClienteLabel.Location = New System.Drawing.Point(17, 119)
CelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CelClienteLabel.Name = "CelClienteLabel"
CelClienteLabel.Size = New System.Drawing.Size(62, 20)
CelClienteLabel.TabIndex = 51
CelClienteLabel.Text = "Celular:"
'
'RuaClienteLabel
'
RuaClienteLabel.AutoSize = True
RuaClienteLabel.Location = New System.Drawing.Point(17, 158)
RuaClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
RuaClienteLabel.Name = "RuaClienteLabel"
RuaClienteLabel.Size = New System.Drawing.Size(43, 20)
RuaClienteLabel.TabIndex = 53
RuaClienteLabel.Text = "Rua:"
'
'NumeroClienteLabel
'
NumeroClienteLabel.AutoSize = True
NumeroClienteLabel.Location = New System.Drawing.Point(674, 158)
NumeroClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NumeroClienteLabel.Name = "NumeroClienteLabel"
NumeroClienteLabel.Size = New System.Drawing.Size(69, 20)
NumeroClienteLabel.TabIndex = 55
NumeroClienteLabel.Text = "Número:"
'
'CidadeClienteLabel
'
CidadeClienteLabel.AutoSize = True
CidadeClienteLabel.Location = New System.Drawing.Point(394, 158)
CidadeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
CidadeClienteLabel.Name = "CidadeClienteLabel"
CidadeClienteLabel.Size = New System.Drawing.Size(63, 20)
CidadeClienteLabel.TabIndex = 57
CidadeClienteLabel.Text = "Cidade:"
'
'StatusClienteLabel
'
StatusClienteLabel.AutoSize = True
StatusClienteLabel.Location = New System.Drawing.Point(17, 194)
StatusClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
StatusClienteLabel.Name = "StatusClienteLabel"
StatusClienteLabel.Size = New System.Drawing.Size(60, 20)
StatusClienteLabel.TabIndex = 59
StatusClienteLabel.Text = "Status:"
'
'UsuarioFuncLabel
'
UsuarioFuncLabel.AutoSize = True
UsuarioFuncLabel.Location = New System.Drawing.Point(26, 28)
UsuarioFuncLabel.Name = "UsuarioFuncLabel"
UsuarioFuncLabel.Size = New System.Drawing.Size(68, 20)
UsuarioFuncLabel.TabIndex = 81
UsuarioFuncLabel.Text = "Usuário:"
'
'SenhaFuncLabel
'
SenhaFuncLabel.AutoSize = True
SenhaFuncLabel.Location = New System.Drawing.Point(28, 60)
SenhaFuncLabel.Name = "SenhaFuncLabel"
SenhaFuncLabel.Size = New System.Drawing.Size(60, 20)
SenhaFuncLabel.TabIndex = 83
SenhaFuncLabel.Text = "Senha:"
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbFuncionarioBindingSource
'
Me.TbFuncionarioBindingSource.DataMember = "tbFuncionario"
Me.TbFuncionarioBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbFuncionarioTableAdapter
'
Me.TbFuncionarioTableAdapter.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 = Me.TbFuncionarioTableAdapter
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbFuncionarioBindingNavigator
'
Me.TbFuncionarioBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbFuncionarioBindingNavigator.BindingSource = Me.TbFuncionarioBindingSource
Me.TbFuncionarioBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbFuncionarioBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbFuncionarioBindingNavigator.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.TbFuncionarioBindingNavigatorSaveItem})
Me.TbFuncionarioBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbFuncionarioBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbFuncionarioBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbFuncionarioBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbFuncionarioBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbFuncionarioBindingNavigator.Name = "TbFuncionarioBindingNavigator"
Me.TbFuncionarioBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbFuncionarioBindingNavigator.Size = New System.Drawing.Size(824, 25)
Me.TbFuncionarioBindingNavigator.TabIndex = 41
Me.TbFuncionarioBindingNavigator.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(50, 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)
'
'TbFuncionarioBindingNavigatorSaveItem
'
Me.TbFuncionarioBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbFuncionarioBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbFuncionarioBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbFuncionarioBindingNavigatorSaveItem.Name = "TbFuncionarioBindingNavigatorSaveItem"
Me.TbFuncionarioBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TbFuncionarioBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'StatusEmprestimoComboBox
'
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbFuncionarioBindingSource, "statusFunc", True))
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "statusFunc", True))
Me.StatusEmprestimoComboBox.FormattingEnabled = True
Me.StatusEmprestimoComboBox.Items.AddRange(New Object() {"ATIVO", "DESATIVADO"})
Me.StatusEmprestimoComboBox.Location = New System.Drawing.Point(79, 191)
Me.StatusEmprestimoComboBox.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8)
Me.StatusEmprestimoComboBox.Name = "StatusEmprestimoComboBox"
Me.StatusEmprestimoComboBox.Size = New System.Drawing.Size(154, 28)
Me.StatusEmprestimoComboBox.TabIndex = 60
'
'IdFuncTextBox
'
Me.IdFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "idFunc", True))
Me.IdFuncTextBox.Enabled = False
Me.IdFuncTextBox.Location = New System.Drawing.Point(44, 40)
Me.IdFuncTextBox.Name = "IdFuncTextBox"
Me.IdFuncTextBox.Size = New System.Drawing.Size(35, 26)
Me.IdFuncTextBox.TabIndex = 62
'
'NomeFuncTextBox
'
Me.NomeFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "nomeFunc", True))
Me.NomeFuncTextBox.Location = New System.Drawing.Point(79, 80)
Me.NomeFuncTextBox.Name = "NomeFuncTextBox"
Me.NomeFuncTextBox.Size = New System.Drawing.Size(308, 26)
Me.NomeFuncTextBox.TabIndex = 64
'
'TelFuncMaskedTextBox
'
Me.TelFuncMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "telFunc", True))
Me.TelFuncMaskedTextBox.Location = New System.Drawing.Point(325, 116)
Me.TelFuncMaskedTextBox.Mask = "(##)####-####"
Me.TelFuncMaskedTextBox.Name = "TelFuncMaskedTextBox"
Me.TelFuncMaskedTextBox.Size = New System.Drawing.Size(132, 26)
Me.TelFuncMaskedTextBox.TabIndex = 70
Me.TelFuncMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'CelFuncMaskedTextBox
'
Me.CelFuncMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "celFunc", True))
Me.CelFuncMaskedTextBox.Location = New System.Drawing.Point(79, 116)
Me.CelFuncMaskedTextBox.Mask = "(##)#####-####"
Me.CelFuncMaskedTextBox.Name = "CelFuncMaskedTextBox"
Me.CelFuncMaskedTextBox.Size = New System.Drawing.Size(154, 26)
Me.CelFuncMaskedTextBox.TabIndex = 72
Me.CelFuncMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'RuaFuncTextBox
'
Me.RuaFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "ruaFunc", True))
Me.RuaFuncTextBox.Location = New System.Drawing.Point(79, 155)
Me.RuaFuncTextBox.Name = "RuaFuncTextBox"
Me.RuaFuncTextBox.Size = New System.Drawing.Size(308, 26)
Me.RuaFuncTextBox.TabIndex = 74
'
'NumeroFuncTextBox
'
Me.NumeroFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "numeroFunc", True))
Me.NumeroFuncTextBox.Location = New System.Drawing.Point(750, 155)
Me.NumeroFuncTextBox.Name = "NumeroFuncTextBox"
Me.NumeroFuncTextBox.Size = New System.Drawing.Size(43, 26)
Me.NumeroFuncTextBox.TabIndex = 76
'
'CidadeFuncTextBox
'
Me.CidadeFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "cidadeFunc", True))
Me.CidadeFuncTextBox.Location = New System.Drawing.Point(464, 155)
Me.CidadeFuncTextBox.Name = "CidadeFuncTextBox"
Me.CidadeFuncTextBox.Size = New System.Drawing.Size(203, 26)
Me.CidadeFuncTextBox.TabIndex = 78
'
'UsuarioFuncTextBox
'
Me.UsuarioFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "usuarioFunc", True))
Me.UsuarioFuncTextBox.Location = New System.Drawing.Point(97, 25)
Me.UsuarioFuncTextBox.Name = "UsuarioFuncTextBox"
Me.UsuarioFuncTextBox.Size = New System.Drawing.Size(145, 26)
Me.UsuarioFuncTextBox.TabIndex = 82
'
'SenhaFuncTextBox
'
Me.SenhaFuncTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "senhaFunc", True))
Me.SenhaFuncTextBox.Location = New System.Drawing.Point(97, 57)
Me.SenhaFuncTextBox.Name = "SenhaFuncTextBox"
Me.SenhaFuncTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.SenhaFuncTextBox.Size = New System.Drawing.Size(145, 26)
Me.SenhaFuncTextBox.TabIndex = 84
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.UsuarioFuncTextBox)
Me.GroupBox1.Controls.Add(Me.SenhaFuncTextBox)
Me.GroupBox1.Controls.Add(SenhaFuncLabel)
Me.GroupBox1.Controls.Add(UsuarioFuncLabel)
Me.GroupBox1.Location = New System.Drawing.Point(21, 230)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(277, 97)
Me.GroupBox1.TabIndex = 85
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Área Restrita"
'
'CpfFuncMaskedTextBox
'
Me.CpfFuncMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "cpfFunc", True))
Me.CpfFuncMaskedTextBox.Location = New System.Drawing.Point(627, 80)
Me.CpfFuncMaskedTextBox.Mask = "###,###,###-#"
Me.CpfFuncMaskedTextBox.Name = "CpfFuncMaskedTextBox"
Me.CpfFuncMaskedTextBox.Size = New System.Drawing.Size(116, 26)
Me.CpfFuncMaskedTextBox.TabIndex = 68
Me.CpfFuncMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'RgFuncMaskedTextBox
'
Me.RgFuncMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbFuncionarioBindingSource, "rgFunc", True))
Me.RgFuncMaskedTextBox.Location = New System.Drawing.Point(439, 80)
Me.RgFuncMaskedTextBox.Mask = "##,###,###-#"
Me.RgFuncMaskedTextBox.Name = "RgFuncMaskedTextBox"
Me.RgFuncMaskedTextBox.Size = New System.Drawing.Size(130, 26)
Me.RgFuncMaskedTextBox.TabIndex = 66
Me.RgFuncMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'FFunc
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(824, 336)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.IdFuncTextBox)
Me.Controls.Add(Me.NomeFuncTextBox)
Me.Controls.Add(Me.RgFuncMaskedTextBox)
Me.Controls.Add(Me.CpfFuncMaskedTextBox)
Me.Controls.Add(Me.TelFuncMaskedTextBox)
Me.Controls.Add(Me.CelFuncMaskedTextBox)
Me.Controls.Add(Me.RuaFuncTextBox)
Me.Controls.Add(Me.NumeroFuncTextBox)
Me.Controls.Add(Me.CidadeFuncTextBox)
Me.Controls.Add(Label1)
Me.Controls.Add(Me.StatusEmprestimoComboBox)
Me.Controls.Add(NomeClienteLabel)
Me.Controls.Add(RgClienteLabel)
Me.Controls.Add(CpfClienteLabel)
Me.Controls.Add(TelClienteLabel)
Me.Controls.Add(CelClienteLabel)
Me.Controls.Add(RuaClienteLabel)
Me.Controls.Add(NumeroClienteLabel)
Me.Controls.Add(CidadeClienteLabel)
Me.Controls.Add(StatusClienteLabel)
Me.Controls.Add(Me.TbFuncionarioBindingNavigator)
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 = "FFunc"
Me.Text = "FFunc"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbFuncionarioBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbFuncionarioBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbFuncionarioBindingNavigator.ResumeLayout(False)
Me.TbFuncionarioBindingNavigator.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbFuncionarioBindingSource As BindingSource
Friend WithEvents TbFuncionarioTableAdapter As dbBibliotecaDataSetTableAdapters.tbFuncionarioTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbFuncionarioBindingNavigator 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 TbFuncionarioBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents StatusEmprestimoComboBox As ComboBox
Friend WithEvents IdFuncTextBox As TextBox
Friend WithEvents NomeFuncTextBox As TextBox
Friend WithEvents TelFuncMaskedTextBox As MaskedTextBox
Friend WithEvents CelFuncMaskedTextBox As MaskedTextBox
Friend WithEvents RuaFuncTextBox As TextBox
Friend WithEvents NumeroFuncTextBox As TextBox
Friend WithEvents CidadeFuncTextBox As TextBox
Friend WithEvents UsuarioFuncTextBox As TextBox
Friend WithEvents SenhaFuncTextBox As TextBox
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents CpfFuncMaskedTextBox As MaskedTextBox
Friend WithEvents RgFuncMaskedTextBox As MaskedTextBox
End Class

View File

@ -0,0 +1,243 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="Label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="RgClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CpfClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="TelClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CelClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="RuaClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NumeroClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="CidadeClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="StatusClienteLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="UsuarioFuncLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="SenhaFuncLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbFuncionarioBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbFuncionarioTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>388, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>590, 17</value>
</metadata>
<metadata name="TbFuncionarioBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>763, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
rkJggg==
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value>
</data>
<data name="TbFuncionarioBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,14 @@
Public Class FFunc
Private Sub TbFuncionarioBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbFuncionarioBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbFuncionarioBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FFunc_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbFuncionario'. Você pode movê-la ou removê-la conforme necessário.
Me.TbFuncionarioTableAdapter.Fill(Me.DbBibliotecaDataSet.tbFuncionario)
End Sub
End Class

View File

@ -0,0 +1,278 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FGenero
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FGenero))
Dim IdGeneroLabel As System.Windows.Forms.Label
Dim NomeGeneroLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbGeneroBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbGeneroTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbGeneroTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbGeneroBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.TbGeneroBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdGeneroTextBox = New System.Windows.Forms.TextBox()
Me.NomeGeneroTextBox = New System.Windows.Forms.TextBox()
IdGeneroLabel = New System.Windows.Forms.Label()
NomeGeneroLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbGeneroBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbGeneroBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbGeneroBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbGeneroBindingSource
'
Me.TbGeneroBindingSource.DataMember = "tbGenero"
Me.TbGeneroBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbGeneroTableAdapter
'
Me.TbGeneroTableAdapter.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 = Me.TbGeneroTableAdapter
Me.TableAdapterManager.tbItemTableAdapter = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbGeneroBindingNavigator
'
Me.TbGeneroBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbGeneroBindingNavigator.BindingSource = Me.TbGeneroBindingSource
Me.TbGeneroBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbGeneroBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbGeneroBindingNavigator.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.TbGeneroBindingNavigatorSaveItem})
Me.TbGeneroBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbGeneroBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbGeneroBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbGeneroBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbGeneroBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbGeneroBindingNavigator.Name = "TbGeneroBindingNavigator"
Me.TbGeneroBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
Me.TbGeneroBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbGeneroBindingNavigator.Size = New System.Drawing.Size(359, 25)
Me.TbGeneroBindingNavigator.TabIndex = 0
Me.TbGeneroBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 15)
Me.BindingNavigatorCountItem.Text = "de {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 6)
'
'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, 20)
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, 20)
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 6)
'
'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"
'
'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, 20)
Me.BindingNavigatorDeleteItem.Text = "Excluir"
'
'TbGeneroBindingNavigatorSaveItem
'
Me.TbGeneroBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbGeneroBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbGeneroBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbGeneroBindingNavigatorSaveItem.Name = "TbGeneroBindingNavigatorSaveItem"
Me.TbGeneroBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 23)
Me.TbGeneroBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdGeneroLabel
'
IdGeneroLabel.AutoSize = True
IdGeneroLabel.Location = New System.Drawing.Point(13, 41)
IdGeneroLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdGeneroLabel.Name = "IdGeneroLabel"
IdGeneroLabel.Size = New System.Drawing.Size(18, 20)
IdGeneroLabel.TabIndex = 1
IdGeneroLabel.Text = "#"
'
'IdGeneroTextBox
'
Me.IdGeneroTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbGeneroBindingSource, "idGenero", True))
Me.IdGeneroTextBox.Enabled = False
Me.IdGeneroTextBox.Location = New System.Drawing.Point(39, 38)
Me.IdGeneroTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IdGeneroTextBox.Name = "IdGeneroTextBox"
Me.IdGeneroTextBox.Size = New System.Drawing.Size(31, 26)
Me.IdGeneroTextBox.TabIndex = 2
'
'NomeGeneroLabel
'
NomeGeneroLabel.AutoSize = True
NomeGeneroLabel.Location = New System.Drawing.Point(13, 69)
NomeGeneroLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NomeGeneroLabel.Name = "NomeGeneroLabel"
NomeGeneroLabel.Size = New System.Drawing.Size(67, 20)
NomeGeneroLabel.TabIndex = 3
NomeGeneroLabel.Text = "Gênero:"
'
'NomeGeneroTextBox
'
Me.NomeGeneroTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbGeneroBindingSource, "nomeGenero", True))
Me.NomeGeneroTextBox.Location = New System.Drawing.Point(88, 66)
Me.NomeGeneroTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NomeGeneroTextBox.Name = "NomeGeneroTextBox"
Me.NomeGeneroTextBox.Size = New System.Drawing.Size(212, 26)
Me.NomeGeneroTextBox.TabIndex = 4
'
'FGenero
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(359, 110)
Me.Controls.Add(IdGeneroLabel)
Me.Controls.Add(Me.IdGeneroTextBox)
Me.Controls.Add(NomeGeneroLabel)
Me.Controls.Add(Me.NomeGeneroTextBox)
Me.Controls.Add(Me.TbGeneroBindingNavigator)
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 = "FGenero"
Me.Text = "FGenero"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbGeneroBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbGeneroBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbGeneroBindingNavigator.ResumeLayout(False)
Me.TbGeneroBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbGeneroBindingSource As BindingSource
Friend WithEvents TbGeneroTableAdapter As dbBibliotecaDataSetTableAdapters.tbGeneroTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbGeneroBindingNavigator 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 TbGeneroBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdGeneroTextBox As TextBox
Friend WithEvents NomeGeneroTextBox As TextBox
End Class

View File

@ -0,0 +1,214 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbGeneroBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbGeneroTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>364, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>542, 17</value>
</metadata>
<metadata name="TbGeneroBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>715, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPYxi84O4C9v+35nH+vzqH6//FGbz/ocLEg+tA
jX8eNf7/87Dh/8nJAqQbcH46L9yAgz0ipBtwfJIgUHPd/z8Pqv7vaBcnbMClmTz/z07l+38SqPFIv9D/
fd0iQM3l///eK/q/vkHm/6oauf9LKxX/zy9V/j+rSBXTwFNAf/55WA/UVAvElf//3CsB4rz/f+9m/v97
J/n/39tx///djADikP+TcjQxDTjUKwx27t/7pUCNBUCN2UCNqUCNCf//3YoGagz7/+9G0P9/1/3+d6Xp
Yhqws13i/5Zmqf/rwM6V/7+kQvH/31sxQI3h/6fmafyfkKX1vztD9397qv7/5kRDwmEyG+hPkHP/3Qj4
35OhQ1gDOgD5898NfyD2+9+arE+6Ad3pumD/gnB9nBHpBrQkGfxviDf8XxNr/L8y2oR0A+gEGBgAJCPY
nnX8iGkAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFvSURBVDhPtZBNKMNhHMd3Vd5K7eKCWjkgk7yEZDKksciE
yMwkBw6LhHZxcCDlQg64SA4kJeVE4jRv89qaWn8tUtoF/7g8H2Ootb+x4nt56nm+38/v+/xUfyJcJ9Bt
BMcOH1eRiZV5RGcVwqyHrfWwELweWJoJ9rC2AL0mRLse0VEBcxOKkLeGwlwGIz2h75w6ApC6bERjAdia
gkxiyIow5cKkPWxDFYvTiMrUdxDDVnCfwVh/AOo/P2zhhccFzcWBLxmzEPV50Nfyu/Cn2N/1V85DGNKh
Rhth+EaCxkLISUDWxvOgjYXa7F/Wv7kGUz4UJeKzGODi6H25d2l+yPLsDwu8v4NWHY8lSbhL0/HtbX8F
GLXh1MQgnxwoQ3h5hkEL6JI5TlPj21gNMd6WZyC1VSN7r0Mh7G4i56pxpkQhdTWA/KQ4aUcTh+x0KACm
RpBSo3HrM0G6Uq7pl2zvhvNDBcClE8YH4HDv2/A/SKV6BYojAxyEJtLJAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
<data name="TbGeneroBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABMSURBVDhPY6AK+Pbt239SMVQrBIAFgufA8Yf3H+EYWQxE
x0zYh2kIKQaAMMwQqHbSDQBhog1AxshqaGsAMXjUgEFpADkYqp0SwMAAAPRDDFPA2mtzAAAAAElFTkSu
QmCC
</value>
</data>
<metadata name="IdGeneroLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeGeneroLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -0,0 +1,14 @@
Public Class FGenero
Private Sub TbGeneroBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbGeneroBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbGeneroBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FGenero_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbGenero'. Você pode movê-la ou removê-la conforme necessário.
Me.TbGeneroTableAdapter.Fill(Me.DbBibliotecaDataSet.tbGenero)
End Sub
End Class

View File

@ -0,0 +1,502 @@
<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

View File

@ -0,0 +1,267 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="IdItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="IdAutorLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="GeneroItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="TipoItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="IsbnItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="StatusItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbItemBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbItemTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>349, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>512, 17</value>
</metadata>
<metadata name="TbItemBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>685, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
rkJggg==
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value>
</data>
<data name="TbItemBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
</value>
</data>
<metadata name="TbAutorBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>379, 95</value>
</metadata>
<metadata name="EditoraItemLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="TbTipoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>723, 95</value>
</metadata>
<metadata name="TbEditoraBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>179, 134</value>
</metadata>
<metadata name="TbAutorBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>379, 95</value>
</metadata>
<metadata name="TbAutorTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>554, 95</value>
</metadata>
<metadata name="TbTipoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>723, 95</value>
</metadata>
<metadata name="TbTipoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 134</value>
</metadata>
<metadata name="TbEditoraBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>179, 134</value>
</metadata>
<metadata name="TbEditoraTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>362, 134</value>
</metadata>
<metadata name="TbGeneroBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>539, 134</value>
</metadata>
<metadata name="TbGeneroTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>723, 134</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>142</value>
</metadata>
</root>

View File

@ -0,0 +1,28 @@
Public Class FItem
Private Sub TbItemBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbItemBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbItemBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FItem_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbGenero'. Você pode movê-la ou removê-la conforme necessário.
Me.TbGeneroTableAdapter.Fill(Me.DbBibliotecaDataSet.tbGenero)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbGenero'. Você pode movê-la ou removê-la conforme necessário.
Me.TbGeneroTableAdapter.Fill(Me.DbBibliotecaDataSet.tbGenero)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbEditora'. Você pode movê-la ou removê-la conforme necessário.
Me.TbEditoraTableAdapter.Fill(Me.DbBibliotecaDataSet.tbEditora)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbTipo'. Você pode movê-la ou removê-la conforme necessário.
Me.TbTipoTableAdapter.Fill(Me.DbBibliotecaDataSet.tbTipo)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbAutor'. Você pode movê-la ou removê-la conforme necessário.
Me.TbAutorTableAdapter.Fill(Me.DbBibliotecaDataSet.tbAutor)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbItem'. Você pode movê-la ou removê-la conforme necessário.
Me.TbItemTableAdapter.Fill(Me.DbBibliotecaDataSet.tbItem)
End Sub
Private Sub GeneroItemComboBox_SelectedIndexChanged(sender As Object, e As EventArgs)
End Sub
End Class

View File

@ -0,0 +1,278 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FTipo
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTipo))
Dim IdTipoLabel As System.Windows.Forms.Label
Dim NomeTipoLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbTipoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbTipoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbTipoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbTipoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.TbTipoBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdTipoTextBox = New System.Windows.Forms.TextBox()
Me.NomeTipoTextBox = New System.Windows.Forms.TextBox()
IdTipoLabel = New System.Windows.Forms.Label()
NomeTipoLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbTipoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbTipoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbTipoBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbTipoBindingSource
'
Me.TbTipoBindingSource.DataMember = "tbTipo"
Me.TbTipoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbTipoTableAdapter
'
Me.TbTipoTableAdapter.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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Me.TbTipoTableAdapter
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbTipoBindingNavigator
'
Me.TbTipoBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbTipoBindingNavigator.BindingSource = Me.TbTipoBindingSource
Me.TbTipoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbTipoBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbTipoBindingNavigator.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.TbTipoBindingNavigatorSaveItem})
Me.TbTipoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbTipoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbTipoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbTipoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbTipoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbTipoBindingNavigator.Name = "TbTipoBindingNavigator"
Me.TbTipoBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
Me.TbTipoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbTipoBindingNavigator.Size = New System.Drawing.Size(304, 25)
Me.TbTipoBindingNavigator.TabIndex = 0
Me.TbTipoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 15)
Me.BindingNavigatorCountItem.Text = "de {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 6)
'
'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, 20)
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, 20)
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 6)
'
'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"
'
'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, 20)
Me.BindingNavigatorDeleteItem.Text = "Excluir"
'
'TbTipoBindingNavigatorSaveItem
'
Me.TbTipoBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbTipoBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbTipoBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbTipoBindingNavigatorSaveItem.Name = "TbTipoBindingNavigatorSaveItem"
Me.TbTipoBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 23)
Me.TbTipoBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdTipoLabel
'
IdTipoLabel.AutoSize = True
IdTipoLabel.Location = New System.Drawing.Point(13, 46)
IdTipoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdTipoLabel.Name = "IdTipoLabel"
IdTipoLabel.Size = New System.Drawing.Size(18, 20)
IdTipoLabel.TabIndex = 1
IdTipoLabel.Text = "#"
'
'IdTipoTextBox
'
Me.IdTipoTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbTipoBindingSource, "idTipo", True))
Me.IdTipoTextBox.Enabled = False
Me.IdTipoTextBox.Location = New System.Drawing.Point(39, 43)
Me.IdTipoTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IdTipoTextBox.Name = "IdTipoTextBox"
Me.IdTipoTextBox.Size = New System.Drawing.Size(34, 26)
Me.IdTipoTextBox.TabIndex = 2
'
'NomeTipoLabel
'
NomeTipoLabel.AutoSize = True
NomeTipoLabel.Location = New System.Drawing.Point(13, 83)
NomeTipoLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NomeTipoLabel.Name = "NomeTipoLabel"
NomeTipoLabel.Size = New System.Drawing.Size(43, 20)
NomeTipoLabel.TabIndex = 3
NomeTipoLabel.Text = "Tipo:"
'
'NomeTipoTextBox
'
Me.NomeTipoTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbTipoBindingSource, "nomeTipo", True))
Me.NomeTipoTextBox.Location = New System.Drawing.Point(64, 80)
Me.NomeTipoTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NomeTipoTextBox.Name = "NomeTipoTextBox"
Me.NomeTipoTextBox.Size = New System.Drawing.Size(227, 26)
Me.NomeTipoTextBox.TabIndex = 4
'
'FTipo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(304, 129)
Me.Controls.Add(IdTipoLabel)
Me.Controls.Add(Me.IdTipoTextBox)
Me.Controls.Add(NomeTipoLabel)
Me.Controls.Add(Me.NomeTipoTextBox)
Me.Controls.Add(Me.TbTipoBindingNavigator)
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 = "FTipo"
Me.Text = "FTipo"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbTipoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbTipoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbTipoBindingNavigator.ResumeLayout(False)
Me.TbTipoBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbTipoBindingSource As BindingSource
Friend WithEvents TbTipoTableAdapter As dbBibliotecaDataSetTableAdapters.tbTipoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbTipoBindingNavigator 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 TbTipoBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdTipoTextBox As TextBox
Friend WithEvents NomeTipoTextBox As TextBox
End Class

View File

@ -0,0 +1,214 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TbTipoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="TbTipoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>348, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>510, 17</value>
</metadata>
<metadata name="TbTipoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>683, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPYxi84O4C9v+35nH+vzqH6//FGbz/ocLEg+tA
jX8eNf7/87Dh/8nJAqQbcH46L9yAgz0ipBtwfJIgUHPd/z8Pqv7vaBcnbMClmTz/z07l+38SqPFIv9D/
fd0iQM3l///eK/q/vkHm/6oauf9LKxX/zy9V/j+rSBXTwFNAf/55WA/UVAvElf//3CsB4rz/f+9m/v97
J/n/39tx///djADikP+TcjQxDTjUKwx27t/7pUCNBUCN2UCNqUCNCf//3YoGagz7/+9G0P9/1/3+d6Xp
Yhqws13i/5Zmqf/rwM6V/7+kQvH/31sxQI3h/6fmafyfkKX1vztD9397qv7/5kRDwmEyG+hPkHP/3Qj4
35OhQ1gDOgD5898NfyD2+9+arE+6Ad3pumD/gnB9nBHpBrQkGfxviDf8XxNr/L8y2oR0A+gEGBgAJCPY
nnX8iGkAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFvSURBVDhPtZBNKMNhHMd3Vd5K7eKCWjkgk7yEZDKksciE
yMwkBw6LhHZxcCDlQg64SA4kJeVE4jRv89qaWn8tUtoF/7g8H2Ootb+x4nt56nm+38/v+/xUfyJcJ9Bt
BMcOH1eRiZV5RGcVwqyHrfWwELweWJoJ9rC2AL0mRLse0VEBcxOKkLeGwlwGIz2h75w6ApC6bERjAdia
gkxiyIow5cKkPWxDFYvTiMrUdxDDVnCfwVh/AOo/P2zhhccFzcWBLxmzEPV50Nfyu/Cn2N/1V85DGNKh
Rhth+EaCxkLISUDWxvOgjYXa7F/Wv7kGUz4UJeKzGODi6H25d2l+yPLsDwu8v4NWHY8lSbhL0/HtbX8F
GLXh1MQgnxwoQ3h5hkEL6JI5TlPj21gNMd6WZyC1VSN7r0Mh7G4i56pxpkQhdTWA/KQ4aUcTh+x0KACm
RpBSo3HrM0G6Uq7pl2zvhvNDBcClE8YH4HDv2/A/SKV6BYojAxyEJtLJAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
<data name="TbTipoBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABMSURBVDhPY6AK+Pbt239SMVQrBIAFgufA8Yf3H+EYWQxE
x0zYh2kIKQaAMMwQqHbSDQBhog1AxshqaGsAMXjUgEFpADkYqp0SwMAAAPRDDFPA2mtzAAAAAElFTkSu
QmCC
</value>
</data>
<metadata name="IdTipoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="NomeTipoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -0,0 +1,23 @@
Public Class FTipo
Private Sub TbTipoBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
Me.Validate()
Me.TbTipoBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
Private Sub FTipo_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbTipo'. Você pode movê-la ou removê-la conforme necessário.
Me.TbTipoTableAdapter.Fill(Me.DbBibliotecaDataSet.tbTipo)
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.tbTipo'. Você pode movê-la ou removê-la conforme necessário.
Me.TbTipoTableAdapter.Fill(Me.DbBibliotecaDataSet.tbTipo)
End Sub
Private Sub TbTipoBindingNavigatorSaveItem_Click_1(sender As Object, e As EventArgs) Handles TbTipoBindingNavigatorSaveItem.Click
Me.Validate()
Me.TbTipoBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.DbBibliotecaDataSet)
End Sub
End Class

View File

@ -0,0 +1,38 @@
'------------------------------------------------------------------------------
' <auto-generated>
' O código foi gerado por uma ferramenta.
' Versão de Tempo de Execução:4.0.30319.42000
'
' As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se
' o código for gerado novamente.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
'OBSERVAÇÃO: Esse arquivo é gerado automaticamente; não o modifique diretamente. Para fazer alterações,
' ou se você encontrar erros de compilação neste arquivo, para o Designer de Projeto
' ( para Propriedades do Projeto ou clique duas vezes no Meu Projeto em
' Gerenciador de Soluções) e faça as alterações na guia Aplicativo.
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.projetoBiblioteca05.FLogin
End Sub
End Class
End Namespace

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>FLogin</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

View File

@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' As informações gerais sobre um assembly são controladas por
' conjunto de atributos. Altere estes valores de atributo para modificar as informações
' associada a um assembly.
' Revise os valores dos atributos do assembly
<Assembly: AssemblyTitle("projetoBiblioteca05")>
<Assembly: AssemblyDescription("Projeto criado como requerimento parcial para obtenção de nota na UC de programação, com orientação do Docente Leandro Cesari Maschietto")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("projetoBiblioteca05")>
<Assembly: AssemblyCopyright("Copyright © 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'O GUID a seguir será destinado à ID de typelib se este projeto for exposto para COM
<Assembly: Guid("649480bf-3a51-4ef6-a40a-0ea82d4b04cf")>
' As informações da versão de um assembly consistem nos quatro valores a seguir:
'
' Versão Principal
' Versão Secundária
' Número da Versão
' Revisão
'
' É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
' utilizando o "*" como mostrado abaixo:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>

View File

@ -0,0 +1,62 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("projetoBiblioteca05.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -0,0 +1,83 @@
'------------------------------------------------------------------------------
' <auto-generated>
' O código foi gerado por uma ferramenta.
' Versão de Tempo de Execução:4.0.30319.42000
'
' As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se
' o código for gerado novamente.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Funcionalidade de salvamento automático do My.Settings"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\dbBiblioteca.accdb")> _
Public ReadOnly Property dbBibliotecaConnectionString() As String
Get
Return CType(Me("dbBibliotecaConnectionString"),String)
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.projetoBiblioteca05.My.MySettings
Get
Return Global.projetoBiblioteca05.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@ -0,0 +1,14 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
<Profiles />
<Settings>
<Setting Name="dbBibliotecaConnectionString" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ConnectionString&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\dbBiblioteca.accdb&lt;/ConnectionString&gt;
&lt;ProviderName&gt;System.Data.OleDb&lt;/ProviderName&gt;
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\dbBiblioteca.accdb</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@ -0,0 +1,294 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rClientAtivo
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rClientAtivo))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RClienteAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RClienteAtivoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rClienteAtivoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RClienteAtivoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RClienteAtivoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RClienteAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RClienteAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RClienteAtivoBindingNavigator.SuspendLayout()
CType(Me.RClienteAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RClienteAtivoBindingSource
'
Me.RClienteAtivoBindingSource.DataMember = "rClienteAtivo"
Me.RClienteAtivoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RClienteAtivoTableAdapter
'
Me.RClienteAtivoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RClienteAtivoBindingNavigator
'
Me.RClienteAtivoBindingNavigator.AddNewItem = Nothing
Me.RClienteAtivoBindingNavigator.BindingSource = Me.RClienteAtivoBindingSource
Me.RClienteAtivoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RClienteAtivoBindingNavigator.DeleteItem = Nothing
Me.RClienteAtivoBindingNavigator.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.RClienteAtivoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RClienteAtivoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RClienteAtivoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RClienteAtivoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RClienteAtivoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RClienteAtivoBindingNavigator.Name = "RClienteAtivoBindingNavigator"
Me.RClienteAtivoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RClienteAtivoBindingNavigator.Size = New System.Drawing.Size(983, 25)
Me.RClienteAtivoBindingNavigator.TabIndex = 0
Me.RClienteAtivoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RClienteAtivoDataGridView
'
Me.RClienteAtivoDataGridView.AllowUserToAddRows = False
Me.RClienteAtivoDataGridView.AllowUserToDeleteRows = False
Me.RClienteAtivoDataGridView.AutoGenerateColumns = False
Me.RClienteAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RClienteAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9})
Me.RClienteAtivoDataGridView.DataSource = Me.RClienteAtivoBindingSource
Me.RClienteAtivoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RClienteAtivoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RClienteAtivoDataGridView.Name = "RClienteAtivoDataGridView"
Me.RClienteAtivoDataGridView.ReadOnly = True
Me.RClienteAtivoDataGridView.Size = New System.Drawing.Size(983, 425)
Me.RClienteAtivoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeCliente"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeCliente"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "rgCliente"
Me.DataGridViewTextBoxColumn2.HeaderText = "rgCliente"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "cpfCliente"
Me.DataGridViewTextBoxColumn3.HeaderText = "cpfCliente"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "telCliente"
Me.DataGridViewTextBoxColumn4.HeaderText = "telCliente"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "celCliente"
Me.DataGridViewTextBoxColumn5.HeaderText = "celCliente"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ruaCliente"
Me.DataGridViewTextBoxColumn6.HeaderText = "ruaCliente"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "numeroCliente"
Me.DataGridViewTextBoxColumn7.HeaderText = "numeroCliente"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "cidadeCliente"
Me.DataGridViewTextBoxColumn8.HeaderText = "cidadeCliente"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'DataGridViewTextBoxColumn9
'
Me.DataGridViewTextBoxColumn9.DataPropertyName = "statusCliente"
Me.DataGridViewTextBoxColumn9.HeaderText = "statusCliente"
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
Me.DataGridViewTextBoxColumn9.ReadOnly = True
'
'rClientAtivo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(983, 450)
Me.Controls.Add(Me.RClienteAtivoDataGridView)
Me.Controls.Add(Me.RClienteAtivoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rClientAtivo"
Me.Text = "rClientAtivo"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RClienteAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RClienteAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RClienteAtivoBindingNavigator.ResumeLayout(False)
Me.RClienteAtivoBindingNavigator.PerformLayout()
CType(Me.RClienteAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RClienteAtivoBindingSource As BindingSource
Friend WithEvents RClienteAtivoTableAdapter As dbBibliotecaDataSetTableAdapters.rClienteAtivoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RClienteAtivoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RClienteAtivoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RClienteAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RClienteAtivoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>384, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>582, 17</value>
</metadata>
<metadata name="RClienteAtivoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>755, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rClientAtivo
Private Sub rClientAtivo_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rClienteAtivo'. Você pode movê-la ou removê-la conforme necessário.
Me.RClienteAtivoTableAdapter.Fill(Me.DbBibliotecaDataSet.rClienteAtivo)
End Sub
End Class

View File

@ -0,0 +1,294 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rClientDesatv
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rClientDesatv))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RClienteDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RClienteDesativadoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rClienteDesativadoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RClienteDesativadoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RClienteDesativadoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RClienteDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RClienteDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RClienteDesativadoBindingNavigator.SuspendLayout()
CType(Me.RClienteDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RClienteDesativadoBindingSource
'
Me.RClienteDesativadoBindingSource.DataMember = "rClienteDesativado"
Me.RClienteDesativadoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RClienteDesativadoTableAdapter
'
Me.RClienteDesativadoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RClienteDesativadoBindingNavigator
'
Me.RClienteDesativadoBindingNavigator.AddNewItem = Nothing
Me.RClienteDesativadoBindingNavigator.BindingSource = Me.RClienteDesativadoBindingSource
Me.RClienteDesativadoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RClienteDesativadoBindingNavigator.DeleteItem = Nothing
Me.RClienteDesativadoBindingNavigator.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.RClienteDesativadoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RClienteDesativadoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RClienteDesativadoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RClienteDesativadoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RClienteDesativadoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RClienteDesativadoBindingNavigator.Name = "RClienteDesativadoBindingNavigator"
Me.RClienteDesativadoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RClienteDesativadoBindingNavigator.Size = New System.Drawing.Size(974, 25)
Me.RClienteDesativadoBindingNavigator.TabIndex = 0
Me.RClienteDesativadoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RClienteDesativadoDataGridView
'
Me.RClienteDesativadoDataGridView.AllowUserToAddRows = False
Me.RClienteDesativadoDataGridView.AllowUserToDeleteRows = False
Me.RClienteDesativadoDataGridView.AutoGenerateColumns = False
Me.RClienteDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RClienteDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9})
Me.RClienteDesativadoDataGridView.DataSource = Me.RClienteDesativadoBindingSource
Me.RClienteDesativadoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RClienteDesativadoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RClienteDesativadoDataGridView.Name = "RClienteDesativadoDataGridView"
Me.RClienteDesativadoDataGridView.ReadOnly = True
Me.RClienteDesativadoDataGridView.Size = New System.Drawing.Size(974, 425)
Me.RClienteDesativadoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeCliente"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeCliente"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "rgCliente"
Me.DataGridViewTextBoxColumn2.HeaderText = "rgCliente"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "cpfCliente"
Me.DataGridViewTextBoxColumn3.HeaderText = "cpfCliente"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "telCliente"
Me.DataGridViewTextBoxColumn4.HeaderText = "telCliente"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "celCliente"
Me.DataGridViewTextBoxColumn5.HeaderText = "celCliente"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ruaCliente"
Me.DataGridViewTextBoxColumn6.HeaderText = "ruaCliente"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "numeroCliente"
Me.DataGridViewTextBoxColumn7.HeaderText = "numeroCliente"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "cidadeCliente"
Me.DataGridViewTextBoxColumn8.HeaderText = "cidadeCliente"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'DataGridViewTextBoxColumn9
'
Me.DataGridViewTextBoxColumn9.DataPropertyName = "statusCliente"
Me.DataGridViewTextBoxColumn9.HeaderText = "statusCliente"
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
Me.DataGridViewTextBoxColumn9.ReadOnly = True
'
'rClientDesatv
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(974, 450)
Me.Controls.Add(Me.RClienteDesativadoDataGridView)
Me.Controls.Add(Me.RClienteDesativadoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rClientDesatv"
Me.Text = "rClientDesatv"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RClienteDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RClienteDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RClienteDesativadoBindingNavigator.ResumeLayout(False)
Me.RClienteDesativadoBindingNavigator.PerformLayout()
CType(Me.RClienteDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RClienteDesativadoBindingSource As BindingSource
Friend WithEvents RClienteDesativadoTableAdapter As dbBibliotecaDataSetTableAdapters.rClienteDesativadoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RClienteDesativadoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RClienteDesativadoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RClienteDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RClienteDesativadoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>416, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>646, 17</value>
</metadata>
<metadata name="RClienteDesativadoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>819, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rClientDesatv
Private Sub rClientDesatv_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rClienteDesativado'. Você pode movê-la ou removê-la conforme necessário.
Me.RClienteDesativadoTableAdapter.Fill(Me.DbBibliotecaDataSet.rClienteDesativado)
End Sub
End Class

View File

@ -0,0 +1,285 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rEmpAtivo
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rEmpAtivo))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.REmprestimosAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.REmprestimosAtivoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rEmprestimosAtivoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.REmprestimosAtivoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.REmprestimosAtivoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.REmprestimosAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.REmprestimosAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.REmprestimosAtivoBindingNavigator.SuspendLayout()
CType(Me.REmprestimosAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'REmprestimosAtivoBindingSource
'
Me.REmprestimosAtivoBindingSource.DataMember = "rEmprestimosAtivo"
Me.REmprestimosAtivoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'REmprestimosAtivoTableAdapter
'
Me.REmprestimosAtivoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'REmprestimosAtivoBindingNavigator
'
Me.REmprestimosAtivoBindingNavigator.AddNewItem = Nothing
Me.REmprestimosAtivoBindingNavigator.BindingSource = Me.REmprestimosAtivoBindingSource
Me.REmprestimosAtivoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.REmprestimosAtivoBindingNavigator.DeleteItem = Nothing
Me.REmprestimosAtivoBindingNavigator.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.REmprestimosAtivoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.REmprestimosAtivoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.REmprestimosAtivoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.REmprestimosAtivoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.REmprestimosAtivoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.REmprestimosAtivoBindingNavigator.Name = "REmprestimosAtivoBindingNavigator"
Me.REmprestimosAtivoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.REmprestimosAtivoBindingNavigator.Size = New System.Drawing.Size(879, 25)
Me.REmprestimosAtivoBindingNavigator.TabIndex = 0
Me.REmprestimosAtivoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'REmprestimosAtivoDataGridView
'
Me.REmprestimosAtivoDataGridView.AllowUserToAddRows = False
Me.REmprestimosAtivoDataGridView.AllowUserToDeleteRows = False
Me.REmprestimosAtivoDataGridView.AutoGenerateColumns = False
Me.REmprestimosAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.REmprestimosAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8})
Me.REmprestimosAtivoDataGridView.DataSource = Me.REmprestimosAtivoBindingSource
Me.REmprestimosAtivoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.REmprestimosAtivoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.REmprestimosAtivoDataGridView.Name = "REmprestimosAtivoDataGridView"
Me.REmprestimosAtivoDataGridView.ReadOnly = True
Me.REmprestimosAtivoDataGridView.Size = New System.Drawing.Size(879, 425)
Me.REmprestimosAtivoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "idEmprestimo"
Me.DataGridViewTextBoxColumn1.HeaderText = "idEmprestimo"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "nomeFunc"
Me.DataGridViewTextBoxColumn2.HeaderText = "nomeFunc"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "nomeCliente"
Me.DataGridViewTextBoxColumn3.HeaderText = "nomeCliente"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "nomeItem"
Me.DataGridViewTextBoxColumn4.HeaderText = "nomeItem"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "nomeTipo"
Me.DataGridViewTextBoxColumn5.HeaderText = "nomeTipo"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "dataEmprestimo"
Me.DataGridViewTextBoxColumn6.HeaderText = "dataEmprestimo"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "dataDevolucao"
Me.DataGridViewTextBoxColumn7.HeaderText = "dataDevolucao"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "statusEmprestimo"
Me.DataGridViewTextBoxColumn8.HeaderText = "statusEmprestimo"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'rEmpAtivo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(879, 450)
Me.Controls.Add(Me.REmprestimosAtivoDataGridView)
Me.Controls.Add(Me.REmprestimosAtivoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rEmpAtivo"
Me.Text = "rEmpAtivo"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.REmprestimosAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.REmprestimosAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.REmprestimosAtivoBindingNavigator.ResumeLayout(False)
Me.REmprestimosAtivoBindingNavigator.PerformLayout()
CType(Me.REmprestimosAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents REmprestimosAtivoBindingSource As BindingSource
Friend WithEvents REmprestimosAtivoTableAdapter As dbBibliotecaDataSetTableAdapters.rEmprestimosAtivoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents REmprestimosAtivoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 REmprestimosAtivoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="REmprestimosAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="REmprestimosAtivoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>417, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>648, 17</value>
</metadata>
<metadata name="REmprestimosAtivoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>821, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rEmpAtivo
Private Sub rEmpAtivo_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rEmprestimosAtivo'. Você pode movê-la ou removê-la conforme necessário.
Me.REmprestimosAtivoTableAdapter.Fill(Me.DbBibliotecaDataSet.rEmprestimosAtivo)
End Sub
End Class

View File

@ -0,0 +1,285 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rEmpDesatv
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rEmpDesatv))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.REmprestimosDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.REmprestimosDesativadoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rEmprestimosDesativadoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.REmprestimosDesativadoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.REmprestimosDesativadoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.REmprestimosDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.REmprestimosDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.REmprestimosDesativadoBindingNavigator.SuspendLayout()
CType(Me.REmprestimosDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'REmprestimosDesativadoBindingSource
'
Me.REmprestimosDesativadoBindingSource.DataMember = "rEmprestimosDesativado"
Me.REmprestimosDesativadoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'REmprestimosDesativadoTableAdapter
'
Me.REmprestimosDesativadoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'REmprestimosDesativadoBindingNavigator
'
Me.REmprestimosDesativadoBindingNavigator.AddNewItem = Nothing
Me.REmprestimosDesativadoBindingNavigator.BindingSource = Me.REmprestimosDesativadoBindingSource
Me.REmprestimosDesativadoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.REmprestimosDesativadoBindingNavigator.DeleteItem = Nothing
Me.REmprestimosDesativadoBindingNavigator.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.REmprestimosDesativadoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.REmprestimosDesativadoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.REmprestimosDesativadoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.REmprestimosDesativadoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.REmprestimosDesativadoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.REmprestimosDesativadoBindingNavigator.Name = "REmprestimosDesativadoBindingNavigator"
Me.REmprestimosDesativadoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.REmprestimosDesativadoBindingNavigator.Size = New System.Drawing.Size(873, 25)
Me.REmprestimosDesativadoBindingNavigator.TabIndex = 0
Me.REmprestimosDesativadoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'REmprestimosDesativadoDataGridView
'
Me.REmprestimosDesativadoDataGridView.AllowUserToAddRows = False
Me.REmprestimosDesativadoDataGridView.AllowUserToDeleteRows = False
Me.REmprestimosDesativadoDataGridView.AutoGenerateColumns = False
Me.REmprestimosDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.REmprestimosDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8})
Me.REmprestimosDesativadoDataGridView.DataSource = Me.REmprestimosDesativadoBindingSource
Me.REmprestimosDesativadoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.REmprestimosDesativadoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.REmprestimosDesativadoDataGridView.Name = "REmprestimosDesativadoDataGridView"
Me.REmprestimosDesativadoDataGridView.ReadOnly = True
Me.REmprestimosDesativadoDataGridView.Size = New System.Drawing.Size(873, 425)
Me.REmprestimosDesativadoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "idEmprestimo"
Me.DataGridViewTextBoxColumn1.HeaderText = "idEmprestimo"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "nomeFunc"
Me.DataGridViewTextBoxColumn2.HeaderText = "nomeFunc"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "nomeCliente"
Me.DataGridViewTextBoxColumn3.HeaderText = "nomeCliente"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "nomeItem"
Me.DataGridViewTextBoxColumn4.HeaderText = "nomeItem"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "nomeTipo"
Me.DataGridViewTextBoxColumn5.HeaderText = "nomeTipo"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "dataEmprestimo"
Me.DataGridViewTextBoxColumn6.HeaderText = "dataEmprestimo"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "dataDevolucao"
Me.DataGridViewTextBoxColumn7.HeaderText = "dataDevolucao"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "statusEmprestimo"
Me.DataGridViewTextBoxColumn8.HeaderText = "statusEmprestimo"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'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"
'
'rEmpDesatv
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(873, 450)
Me.Controls.Add(Me.REmprestimosDesativadoDataGridView)
Me.Controls.Add(Me.REmprestimosDesativadoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rEmpDesatv"
Me.Text = "rEmpDesatv"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.REmprestimosDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.REmprestimosDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.REmprestimosDesativadoBindingNavigator.ResumeLayout(False)
Me.REmprestimosDesativadoBindingNavigator.PerformLayout()
CType(Me.REmprestimosDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents REmprestimosDesativadoBindingSource As BindingSource
Friend WithEvents REmprestimosDesativadoTableAdapter As dbBibliotecaDataSetTableAdapters.rEmprestimosDesativadoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents REmprestimosDesativadoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 REmprestimosDesativadoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="REmprestimosDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="REmprestimosDesativadoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>449, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>712, 17</value>
</metadata>
<metadata name="REmprestimosDesativadoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>885, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rEmpDesatv
Private Sub rEmpDesatv_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rEmprestimosDesativado'. Você pode movê-la ou removê-la conforme necessário.
Me.REmprestimosDesativadoTableAdapter.Fill(Me.DbBibliotecaDataSet.rEmprestimosDesativado)
End Sub
End Class

View File

@ -0,0 +1,312 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rFuncAtivo
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rFuncAtivo))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RFuncAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RFuncAtivoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rFuncAtivoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RFuncAtivoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RFuncAtivoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RFuncAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RFuncAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RFuncAtivoBindingNavigator.SuspendLayout()
CType(Me.RFuncAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RFuncAtivoBindingSource
'
Me.RFuncAtivoBindingSource.DataMember = "rFuncAtivo"
Me.RFuncAtivoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RFuncAtivoTableAdapter
'
Me.RFuncAtivoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RFuncAtivoBindingNavigator
'
Me.RFuncAtivoBindingNavigator.AddNewItem = Nothing
Me.RFuncAtivoBindingNavigator.BindingSource = Me.RFuncAtivoBindingSource
Me.RFuncAtivoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RFuncAtivoBindingNavigator.DeleteItem = Nothing
Me.RFuncAtivoBindingNavigator.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.RFuncAtivoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RFuncAtivoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RFuncAtivoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RFuncAtivoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RFuncAtivoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RFuncAtivoBindingNavigator.Name = "RFuncAtivoBindingNavigator"
Me.RFuncAtivoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RFuncAtivoBindingNavigator.Size = New System.Drawing.Size(1166, 25)
Me.RFuncAtivoBindingNavigator.TabIndex = 0
Me.RFuncAtivoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RFuncAtivoDataGridView
'
Me.RFuncAtivoDataGridView.AllowUserToAddRows = False
Me.RFuncAtivoDataGridView.AllowUserToDeleteRows = False
Me.RFuncAtivoDataGridView.AutoGenerateColumns = False
Me.RFuncAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RFuncAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11})
Me.RFuncAtivoDataGridView.DataSource = Me.RFuncAtivoBindingSource
Me.RFuncAtivoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RFuncAtivoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RFuncAtivoDataGridView.Name = "RFuncAtivoDataGridView"
Me.RFuncAtivoDataGridView.ReadOnly = True
Me.RFuncAtivoDataGridView.Size = New System.Drawing.Size(1166, 425)
Me.RFuncAtivoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeFunc"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeFunc"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "rgFunc"
Me.DataGridViewTextBoxColumn2.HeaderText = "rgFunc"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "cpfFunc"
Me.DataGridViewTextBoxColumn3.HeaderText = "cpfFunc"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "telFunc"
Me.DataGridViewTextBoxColumn4.HeaderText = "telFunc"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "celFunc"
Me.DataGridViewTextBoxColumn5.HeaderText = "celFunc"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ruaFunc"
Me.DataGridViewTextBoxColumn6.HeaderText = "ruaFunc"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "numeroFunc"
Me.DataGridViewTextBoxColumn7.HeaderText = "numeroFunc"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "cidadeFunc"
Me.DataGridViewTextBoxColumn8.HeaderText = "cidadeFunc"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'DataGridViewTextBoxColumn9
'
Me.DataGridViewTextBoxColumn9.DataPropertyName = "usuarioFunc"
Me.DataGridViewTextBoxColumn9.HeaderText = "usuarioFunc"
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
Me.DataGridViewTextBoxColumn9.ReadOnly = True
'
'DataGridViewTextBoxColumn10
'
Me.DataGridViewTextBoxColumn10.DataPropertyName = "senhaFunc"
Me.DataGridViewTextBoxColumn10.HeaderText = "senhaFunc"
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
Me.DataGridViewTextBoxColumn10.ReadOnly = True
'
'DataGridViewTextBoxColumn11
'
Me.DataGridViewTextBoxColumn11.DataPropertyName = "statusFunc"
Me.DataGridViewTextBoxColumn11.HeaderText = "statusFunc"
Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
Me.DataGridViewTextBoxColumn11.ReadOnly = True
'
'rFuncAtivo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1166, 450)
Me.Controls.Add(Me.RFuncAtivoDataGridView)
Me.Controls.Add(Me.RFuncAtivoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rFuncAtivo"
Me.Text = "rUsuario"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RFuncAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RFuncAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RFuncAtivoBindingNavigator.ResumeLayout(False)
Me.RFuncAtivoBindingNavigator.PerformLayout()
CType(Me.RFuncAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RFuncAtivoBindingSource As BindingSource
Friend WithEvents RFuncAtivoTableAdapter As dbBibliotecaDataSetTableAdapters.rFuncAtivoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RFuncAtivoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RFuncAtivoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn10 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn11 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RFuncAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RFuncAtivoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>372, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>558, 17</value>
</metadata>
<metadata name="RFuncAtivoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>731, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,6 @@
Public Class rFuncAtivo
Private Sub rFunc_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rFuncAtivo'. Você pode movê-la ou removê-la conforme necessário.
Me.RFuncAtivoTableAdapter.Fill(Me.DbBibliotecaDataSet.rFuncAtivo)
End Sub
End Class

View File

@ -0,0 +1,312 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rFuncDesatv
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rFuncDesatv))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RFuncDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RFuncDesativadoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rFuncDesativadoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RFuncDesativadoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RFuncDesativadoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RFuncDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RFuncDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RFuncDesativadoBindingNavigator.SuspendLayout()
CType(Me.RFuncDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RFuncDesativadoBindingSource
'
Me.RFuncDesativadoBindingSource.DataMember = "rFuncDesativado"
Me.RFuncDesativadoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RFuncDesativadoTableAdapter
'
Me.RFuncDesativadoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RFuncDesativadoBindingNavigator
'
Me.RFuncDesativadoBindingNavigator.AddNewItem = Nothing
Me.RFuncDesativadoBindingNavigator.BindingSource = Me.RFuncDesativadoBindingSource
Me.RFuncDesativadoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RFuncDesativadoBindingNavigator.DeleteItem = Nothing
Me.RFuncDesativadoBindingNavigator.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.RFuncDesativadoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RFuncDesativadoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RFuncDesativadoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RFuncDesativadoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RFuncDesativadoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RFuncDesativadoBindingNavigator.Name = "RFuncDesativadoBindingNavigator"
Me.RFuncDesativadoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RFuncDesativadoBindingNavigator.Size = New System.Drawing.Size(1167, 25)
Me.RFuncDesativadoBindingNavigator.TabIndex = 0
Me.RFuncDesativadoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RFuncDesativadoDataGridView
'
Me.RFuncDesativadoDataGridView.AllowUserToAddRows = False
Me.RFuncDesativadoDataGridView.AllowUserToDeleteRows = False
Me.RFuncDesativadoDataGridView.AutoGenerateColumns = False
Me.RFuncDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RFuncDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11})
Me.RFuncDesativadoDataGridView.DataSource = Me.RFuncDesativadoBindingSource
Me.RFuncDesativadoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RFuncDesativadoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RFuncDesativadoDataGridView.Name = "RFuncDesativadoDataGridView"
Me.RFuncDesativadoDataGridView.ReadOnly = True
Me.RFuncDesativadoDataGridView.Size = New System.Drawing.Size(1167, 425)
Me.RFuncDesativadoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeFunc"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeFunc"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "rgFunc"
Me.DataGridViewTextBoxColumn2.HeaderText = "rgFunc"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "cpfFunc"
Me.DataGridViewTextBoxColumn3.HeaderText = "cpfFunc"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "telFunc"
Me.DataGridViewTextBoxColumn4.HeaderText = "telFunc"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "celFunc"
Me.DataGridViewTextBoxColumn5.HeaderText = "celFunc"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ruaFunc"
Me.DataGridViewTextBoxColumn6.HeaderText = "ruaFunc"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "numeroFunc"
Me.DataGridViewTextBoxColumn7.HeaderText = "numeroFunc"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "cidadeFunc"
Me.DataGridViewTextBoxColumn8.HeaderText = "cidadeFunc"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'DataGridViewTextBoxColumn9
'
Me.DataGridViewTextBoxColumn9.DataPropertyName = "usuarioFunc"
Me.DataGridViewTextBoxColumn9.HeaderText = "usuarioFunc"
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
Me.DataGridViewTextBoxColumn9.ReadOnly = True
'
'DataGridViewTextBoxColumn10
'
Me.DataGridViewTextBoxColumn10.DataPropertyName = "senhaFunc"
Me.DataGridViewTextBoxColumn10.HeaderText = "senhaFunc"
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
Me.DataGridViewTextBoxColumn10.ReadOnly = True
'
'DataGridViewTextBoxColumn11
'
Me.DataGridViewTextBoxColumn11.DataPropertyName = "statusFunc"
Me.DataGridViewTextBoxColumn11.HeaderText = "statusFunc"
Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
Me.DataGridViewTextBoxColumn11.ReadOnly = True
'
'rFuncDesatv
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1167, 450)
Me.Controls.Add(Me.RFuncDesativadoDataGridView)
Me.Controls.Add(Me.RFuncDesativadoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rFuncDesatv"
Me.Text = "rFuncDesatv"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RFuncDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RFuncDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RFuncDesativadoBindingNavigator.ResumeLayout(False)
Me.RFuncDesativadoBindingNavigator.PerformLayout()
CType(Me.RFuncDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RFuncDesativadoBindingSource As BindingSource
Friend WithEvents RFuncDesativadoTableAdapter As dbBibliotecaDataSetTableAdapters.rFuncDesativadoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RFuncDesativadoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RFuncDesativadoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn10 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn11 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RFuncDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RFuncDesativadoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>404, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>622, 17</value>
</metadata>
<metadata name="RFuncDesativadoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>795, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rFuncDesatv
Private Sub rFuncDesatv_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rFuncDesativado'. Você pode movê-la ou removê-la conforme necessário.
Me.RFuncDesativadoTableAdapter.Fill(Me.DbBibliotecaDataSet.rFuncDesativado)
End Sub
End Class

View File

@ -0,0 +1,267 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rItemAtivo
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rItemAtivo))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RItemAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RItemAtivoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rItemAtivoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RItemAtivoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RItemAtivoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RItemAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RItemAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RItemAtivoBindingNavigator.SuspendLayout()
CType(Me.RItemAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RItemAtivoBindingSource
'
Me.RItemAtivoBindingSource.DataMember = "rItemAtivo"
Me.RItemAtivoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RItemAtivoTableAdapter
'
Me.RItemAtivoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RItemAtivoBindingNavigator
'
Me.RItemAtivoBindingNavigator.AddNewItem = Nothing
Me.RItemAtivoBindingNavigator.BindingSource = Me.RItemAtivoBindingSource
Me.RItemAtivoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RItemAtivoBindingNavigator.DeleteItem = Nothing
Me.RItemAtivoBindingNavigator.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.RItemAtivoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RItemAtivoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RItemAtivoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RItemAtivoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RItemAtivoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RItemAtivoBindingNavigator.Name = "RItemAtivoBindingNavigator"
Me.RItemAtivoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RItemAtivoBindingNavigator.Size = New System.Drawing.Size(681, 25)
Me.RItemAtivoBindingNavigator.TabIndex = 0
Me.RItemAtivoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RItemAtivoDataGridView
'
Me.RItemAtivoDataGridView.AllowUserToAddRows = False
Me.RItemAtivoDataGridView.AllowUserToDeleteRows = False
Me.RItemAtivoDataGridView.AutoGenerateColumns = False
Me.RItemAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RItemAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6})
Me.RItemAtivoDataGridView.DataSource = Me.RItemAtivoBindingSource
Me.RItemAtivoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RItemAtivoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RItemAtivoDataGridView.Name = "RItemAtivoDataGridView"
Me.RItemAtivoDataGridView.ReadOnly = True
Me.RItemAtivoDataGridView.Size = New System.Drawing.Size(681, 425)
Me.RItemAtivoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeItem"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeItem"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "nomeTipo"
Me.DataGridViewTextBoxColumn2.HeaderText = "nomeTipo"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "nomeGenero"
Me.DataGridViewTextBoxColumn3.HeaderText = "nomeGenero"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "nomeAutor"
Me.DataGridViewTextBoxColumn4.HeaderText = "nomeAutor"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "isbnItem"
Me.DataGridViewTextBoxColumn5.HeaderText = "isbnItem"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "statusItem"
Me.DataGridViewTextBoxColumn6.HeaderText = "statusItem"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'rItemAtivo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(681, 450)
Me.Controls.Add(Me.RItemAtivoDataGridView)
Me.Controls.Add(Me.RItemAtivoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rItemAtivo"
Me.Text = "rItemAtivo"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RItemAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RItemAtivoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RItemAtivoBindingNavigator.ResumeLayout(False)
Me.RItemAtivoBindingNavigator.PerformLayout()
CType(Me.RItemAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RItemAtivoBindingSource As BindingSource
Friend WithEvents RItemAtivoTableAdapter As dbBibliotecaDataSetTableAdapters.rItemAtivoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RItemAtivoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RItemAtivoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RItemAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RItemAtivoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>371, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>556, 17</value>
</metadata>
<metadata name="RItemAtivoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>729, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rItemAtivo
Private Sub rItemAtivo_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rItemAtivo'. Você pode movê-la ou removê-la conforme necessário.
Me.RItemAtivoTableAdapter.Fill(Me.DbBibliotecaDataSet.rItemAtivo)
End Sub
End Class

View File

@ -0,0 +1,267 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class rItemDesatv
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rItemDesatv))
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.RItemDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RItemDesativadoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.rItemDesativadoTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.RItemDesativadoBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
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.RItemDesativadoDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RItemDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RItemDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.RItemDesativadoBindingNavigator.SuspendLayout()
CType(Me.RItemDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'RItemDesativadoBindingSource
'
Me.RItemDesativadoBindingSource.DataMember = "rItemDesativado"
Me.RItemDesativadoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'RItemDesativadoTableAdapter
'
Me.RItemDesativadoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
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 = Nothing
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'RItemDesativadoBindingNavigator
'
Me.RItemDesativadoBindingNavigator.AddNewItem = Nothing
Me.RItemDesativadoBindingNavigator.BindingSource = Me.RItemDesativadoBindingSource
Me.RItemDesativadoBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.RItemDesativadoBindingNavigator.DeleteItem = Nothing
Me.RItemDesativadoBindingNavigator.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.RItemDesativadoBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.RItemDesativadoBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.RItemDesativadoBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.RItemDesativadoBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.RItemDesativadoBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.RItemDesativadoBindingNavigator.Name = "RItemDesativadoBindingNavigator"
Me.RItemDesativadoBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.RItemDesativadoBindingNavigator.Size = New System.Drawing.Size(695, 25)
Me.RItemDesativadoBindingNavigator.TabIndex = 0
Me.RItemDesativadoBindingNavigator.Text = "BindingNavigator1"
'
'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(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'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"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
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 = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'RItemDesativadoDataGridView
'
Me.RItemDesativadoDataGridView.AllowUserToAddRows = False
Me.RItemDesativadoDataGridView.AllowUserToDeleteRows = False
Me.RItemDesativadoDataGridView.AutoGenerateColumns = False
Me.RItemDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.RItemDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6})
Me.RItemDesativadoDataGridView.DataSource = Me.RItemDesativadoBindingSource
Me.RItemDesativadoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.RItemDesativadoDataGridView.Location = New System.Drawing.Point(0, 25)
Me.RItemDesativadoDataGridView.Name = "RItemDesativadoDataGridView"
Me.RItemDesativadoDataGridView.ReadOnly = True
Me.RItemDesativadoDataGridView.Size = New System.Drawing.Size(695, 425)
Me.RItemDesativadoDataGridView.TabIndex = 1
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeItem"
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeItem"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "nomeTipo"
Me.DataGridViewTextBoxColumn2.HeaderText = "nomeTipo"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "nomeGenero"
Me.DataGridViewTextBoxColumn3.HeaderText = "nomeGenero"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "nomeAutor"
Me.DataGridViewTextBoxColumn4.HeaderText = "nomeAutor"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "isbnItem"
Me.DataGridViewTextBoxColumn5.HeaderText = "isbnItem"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "statusItem"
Me.DataGridViewTextBoxColumn6.HeaderText = "statusItem"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'rItemDesatv
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(695, 450)
Me.Controls.Add(Me.RItemDesativadoDataGridView)
Me.Controls.Add(Me.RItemDesativadoBindingNavigator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "rItemDesatv"
Me.Text = "rItemDesatv"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RItemDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RItemDesativadoBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.RItemDesativadoBindingNavigator.ResumeLayout(False)
Me.RItemDesativadoBindingNavigator.PerformLayout()
CType(Me.RItemDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents RItemDesativadoBindingSource As BindingSource
Friend WithEvents RItemDesativadoTableAdapter As dbBibliotecaDataSetTableAdapters.rItemDesativadoTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents RItemDesativadoBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
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 RItemDesativadoDataGridView As DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
End Class

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="DbBibliotecaDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="RItemDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>180, 17</value>
</metadata>
<metadata name="RItemDesativadoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>403, 17</value>
</metadata>
<metadata name="TableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>620, 17</value>
</metadata>
<metadata name="RItemDesativadoBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>793, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
/v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
/fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
</value>
</data>
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
</value>
</data>
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
</value>
</data>
</root>

View File

@ -0,0 +1,7 @@
Public Class rItemDesatv
Private Sub rItemDesatv_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: esta linha de código carrega dados na tabela 'DbBibliotecaDataSet.rItemDesativado'. Você pode movê-la ou removê-la conforme necessário.
Me.RItemDesativadoTableAdapter.Fill(Me.DbBibliotecaDataSet.rItemDesativado)
End Sub
End Class

Binary file not shown.

16119
projetoBiblioteca05/dbBibliotecaDataSet.Designer.vb generated Executable file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
Partial Class dbBibliotecaDataSet
End Class
Namespace dbBibliotecaDataSetTableAdapters
Partial Public Class tbFuncionarioTableAdapter
End Class
End Namespace

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings>
<TableUISetting Name="tbCliente">
<ColumnUISettings>
<ColumnUISetting Name="rgCliente">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="cpfCliente">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="telCliente">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="celCliente">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>
<TableUISetting Name="tbEmprestimo">
<ColumnUISettings>
<ColumnUISetting Name="idFunc">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="idCliente">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="idItem">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="statusEmprestimo">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>
<TableUISetting Name="tbFuncionario">
<ColumnUISettings>
<ColumnUISetting Name="rgFunc">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="cpfFunc">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="telFunc">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="celFunc">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>
<TableUISetting Name="tbItem">
<ColumnUISettings>
<ColumnUISetting Name="idAutor">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="generoItem">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="tipoItem">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="isbnItem">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="MaskedTextBox" Type="System.Windows.Forms.MaskedTextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Frameworks=".NETFramework,Version=v2.0;.NETFramework,Version=v3.0;.NETFramework,Version=v3.5;.NETFramework,Version=v4.0;.NETFramework,Version=v4.6.1" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="statusItem">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="editoraItem">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>
</TableUISettings>
</DataSetUISetting>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,128 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:tbAutor" ZOrder="23" X="324" Y="782" Height="115" Width="190" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:tbCliente" ZOrder="22" X="621" Y="70" Height="267" Width="197" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:tbEmprestimo" ZOrder="21" X="324" Y="70" Height="210" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
<Shape ID="DesignTable:tbFuncionario" ZOrder="20" X="621" Y="407" Height="305" Width="225" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:tbGenero" ZOrder="19" X="324" Y="967" Height="115" Width="199" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:tbItem" ZOrder="18" X="70" Y="70" Height="229" Width="184" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:tbTipo" ZOrder="17" X="324" Y="1152" Height="115" Width="183" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:rClienteAtivo" ZOrder="16" X="916" Y="70" Height="248" Width="221" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:rClienteDesativado" ZOrder="15" X="1207" Y="70" Height="248" Width="254" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:rEmprestimosAtivo" ZOrder="14" X="1531" Y="70" Height="229" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:rEmprestimosDesativado" ZOrder="13" X="1857" Y="70" Height="229" Width="289" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:rFuncAtivo" ZOrder="12" X="2216" Y="70" Height="286" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:rFuncDesativado" ZOrder="11" X="2494" Y="70" Height="286" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:rItemAtivo" ZOrder="10" X="2805" Y="70" Height="191" Width="207" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:rItemDesativado" ZOrder="9" X="3082" Y="70" Height="191" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:tbEditora" ZOrder="2" X="3393" Y="70" Height="115" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:tbClientetbEmprestimo" ZOrder="8" LineWidth="11">
<RoutePoints>
<Point>
<X>621</X>
<Y>175</Y>
</Point>
<Point>
<X>551</X>
<Y>175</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbFuncionariotbEmprestimo" ZOrder="7" LineWidth="11">
<RoutePoints>
<Point>
<X>621</X>
<Y>424</Y>
</Point>
<Point>
<X>534</X>
<Y>424</Y>
</Point>
<Point>
<X>534</X>
<Y>280</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbItemtbEmprestimo" ZOrder="6" LineWidth="11">
<RoutePoints>
<Point>
<X>254</X>
<Y>175</Y>
</Point>
<Point>
<X>324</X>
<Y>175</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbAutortbItem" ZOrder="5" LineWidth="11">
<RoutePoints>
<Point>
<X>324</X>
<Y>799</Y>
</Point>
<Point>
<X>237</X>
<Y>799</Y>
</Point>
<Point>
<X>237</X>
<Y>299</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbGenerotbItem" ZOrder="4" LineWidth="11">
<RoutePoints>
<Point>
<X>324</X>
<Y>984</Y>
</Point>
<Point>
<X>229</X>
<Y>984</Y>
</Point>
<Point>
<X>229</X>
<Y>299</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbTipotbItem" ZOrder="3" LineWidth="11">
<RoutePoints>
<Point>
<X>324</X>
<Y>1169</Y>
</Point>
<Point>
<X>221</X>
<Y>1169</Y>
</Point>
<Point>
<X>221</X>
<Y>299</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:tbEditoratbItem" ZOrder="1" LineWidth="11">
<RoutePoints>
<Point>
<X>3393</X>
<Y>127</Y>
</Point>
<Point>
<X>254</X>
<Y>127</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>

View File

@ -0,0 +1,307 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3142A623-0702-46B1-A53F-9D7F8744802F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>projetoBiblioteca05.My.MyApplication</StartupObject>
<RootNamespace>projetoBiblioteca05</RootNamespace>
<AssemblyName>projetoBiblioteca05</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>projetoBiblioteca05.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>projetoBiblioteca05.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="FSobre.Designer.vb">
<DependentUpon>FSobre.vb</DependentUpon>
</Compile>
<Compile Include="FSobre.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="dbBibliotecaDataSet.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dbBibliotecaDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="dbBibliotecaDataSet.vb">
<DependentUpon>dbBibliotecaDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="Formulários\FAutor.Designer.vb">
<DependentUpon>FAutor.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FAutor.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FCliente.Designer.vb">
<DependentUpon>FCliente.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FCliente.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FEditora.Designer.vb">
<DependentUpon>FEditora.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FEditora.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FEmprestimo.Designer.vb">
<DependentUpon>FEmprestimo.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FEmprestimo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FFunc.Designer.vb">
<DependentUpon>FFunc.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FFunc.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FGenero.Designer.vb">
<DependentUpon>FGenero.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FGenero.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FItem.Designer.vb">
<DependentUpon>FItem.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FItem.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FLogin.Designer.vb">
<DependentUpon>FLogin.vb</DependentUpon>
</Compile>
<Compile Include="FLogin.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Formulários\FTipo.Designer.vb">
<DependentUpon>FTipo.vb</DependentUpon>
</Compile>
<Compile Include="Formulários\FTipo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FPrincipal.Designer.vb">
<DependentUpon>FPrincipal.vb</DependentUpon>
</Compile>
<Compile Include="FPrincipal.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rClientAtivo.Designer.vb">
<DependentUpon>rClientAtivo.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rClientAtivo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rClientDesatv.Designer.vb">
<DependentUpon>rClientDesatv.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rClientDesatv.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rEmpAtivo.Designer.vb">
<DependentUpon>rEmpAtivo.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rEmpAtivo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rEmpDesatv.Designer.vb">
<DependentUpon>rEmpDesatv.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rEmpDesatv.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rFuncAtivo.Designer.vb">
<DependentUpon>rFuncAtivo.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rFuncAtivo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Relatórios\rFuncDesatv.Designer.vb">
<DependentUpon>rFuncDesatv.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rFuncDesatv.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rItemAtivo.Designer.vb">
<DependentUpon>rItemAtivo.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rItemAtivo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Relatórios\rItemDesatv.Designer.vb">
<DependentUpon>rItemDesatv.vb</DependentUpon>
</Compile>
<Compile Include="Relatórios\rItemDesatv.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FSobre.resx">
<DependentUpon>FSobre.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FAutor.resx">
<DependentUpon>FAutor.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FCliente.resx">
<DependentUpon>FCliente.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FEditora.resx">
<DependentUpon>FEditora.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FEmprestimo.resx">
<DependentUpon>FEmprestimo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FFunc.resx">
<DependentUpon>FFunc.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FGenero.resx">
<DependentUpon>FGenero.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FItem.resx">
<DependentUpon>FItem.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FLogin.resx">
<DependentUpon>FLogin.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Formulários\FTipo.resx">
<DependentUpon>FTipo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FPrincipal.resx">
<DependentUpon>FPrincipal.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rClientAtivo.resx">
<DependentUpon>rClientAtivo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rClientDesatv.resx">
<DependentUpon>rClientDesatv.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rEmpAtivo.resx">
<DependentUpon>rEmpAtivo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rEmpDesatv.resx">
<DependentUpon>rEmpDesatv.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rFuncAtivo.resx">
<DependentUpon>rFuncAtivo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rFuncDesatv.resx">
<DependentUpon>rFuncDesatv.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rItemAtivo.resx">
<DependentUpon>rItemAtivo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Relatórios\rItemDesatv.resx">
<DependentUpon>rItemDesatv.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="dbBibliotecaDataSet.xsc">
<DependentUpon>dbBibliotecaDataSet.xsd</DependentUpon>
</None>
<None Include="dbBibliotecaDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dbBibliotecaDataSet.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="dbBibliotecaDataSet.xss">
<DependentUpon>dbBibliotecaDataSet.xsd</DependentUpon>
</None>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="dbBiblioteca.accdb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>