initial commit
This commit is contained in:
commit
f4a947fe94
25
ProjetoTrabalho.sln
Executable file
25
ProjetoTrabalho.sln
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 15
|
||||||
|
VisualStudioVersion = 15.0.27703.2018
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ProjetoTrabalho", "ProjetoTrabalho\ProjetoTrabalho.vbproj", "{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {236B27D9-67F6-4891-A1C4-68D74D4E59F9}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
13
ProjetoTrabalho/App.config
Executable file
13
ProjetoTrabalho/App.config
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<configSections>
|
||||||
|
</configSections>
|
||||||
|
<connectionStrings>
|
||||||
|
<add name="ProjetoTrabalho.My.MySettings.bancouc10ConnectionString"
|
||||||
|
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\bancouc10.accdb"
|
||||||
|
providerName="System.Data.OleDb" />
|
||||||
|
</connectionStrings>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
358
ProjetoTrabalho/Consultas/FAdm.Designer.vb
generated
Executable file
358
ProjetoTrabalho/Consultas/FAdm.Designer.vb
generated
Executable file
@ -0,0 +1,358 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class FAdm
|
||||||
|
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(FAdm))
|
||||||
|
Dim IdAdminLabel As System.Windows.Forms.Label
|
||||||
|
Dim NomeAdminLabel As System.Windows.Forms.Label
|
||||||
|
Dim CidadeAdminLabel As System.Windows.Forms.Label
|
||||||
|
Dim LoginAdminLabel As System.Windows.Forms.Label
|
||||||
|
Dim SenhaAdminLabel As System.Windows.Forms.Label
|
||||||
|
Dim StatusAdminLabel As System.Windows.Forms.Label
|
||||||
|
Me.Bancouc10DataSet = New ProjetoTrabalho.bancouc10DataSet()
|
||||||
|
Me.TbAdminBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.TbAdminTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.tbAdminTableAdapter()
|
||||||
|
Me.TableAdapterManager = New ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager()
|
||||||
|
Me.TbAdminBindingNavigator = 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.TbAdminBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
||||||
|
Me.IdAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.NomeAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.CidadeAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.LoginAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.SenhaAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.StatusAdminTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
IdAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
NomeAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
CidadeAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
LoginAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
SenhaAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
StatusAdminLabel = New System.Windows.Forms.Label()
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.TbAdminBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.TbAdminBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.TbAdminBindingNavigator.SuspendLayout()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Bancouc10DataSet
|
||||||
|
'
|
||||||
|
Me.Bancouc10DataSet.DataSetName = "bancouc10DataSet"
|
||||||
|
Me.Bancouc10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||||
|
'
|
||||||
|
'TbAdminBindingSource
|
||||||
|
'
|
||||||
|
Me.TbAdminBindingSource.DataMember = "tbAdmin"
|
||||||
|
Me.TbAdminBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'TbAdminTableAdapter
|
||||||
|
'
|
||||||
|
Me.TbAdminTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'TableAdapterManager
|
||||||
|
'
|
||||||
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||||
|
Me.TableAdapterManager.tbAdminTableAdapter = Me.TbAdminTableAdapter
|
||||||
|
Me.TableAdapterManager.tbCadastroTableAdapter = Nothing
|
||||||
|
Me.TableAdapterManager.UpdateOrder = ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||||
|
'
|
||||||
|
'TbAdminBindingNavigator
|
||||||
|
'
|
||||||
|
Me.TbAdminBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
|
||||||
|
Me.TbAdminBindingNavigator.BindingSource = Me.TbAdminBindingSource
|
||||||
|
Me.TbAdminBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
||||||
|
Me.TbAdminBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
||||||
|
Me.TbAdminBindingNavigator.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.TbAdminBindingNavigatorSaveItem})
|
||||||
|
Me.TbAdminBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.TbAdminBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||||
|
Me.TbAdminBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||||
|
Me.TbAdminBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
||||||
|
Me.TbAdminBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||||
|
Me.TbAdminBindingNavigator.Name = "TbAdminBindingNavigator"
|
||||||
|
Me.TbAdminBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
||||||
|
Me.TbAdminBindingNavigator.Size = New System.Drawing.Size(301, 25)
|
||||||
|
Me.TbAdminBindingNavigator.TabIndex = 0
|
||||||
|
Me.TbAdminBindingNavigator.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"
|
||||||
|
'
|
||||||
|
'TbAdminBindingNavigatorSaveItem
|
||||||
|
'
|
||||||
|
Me.TbAdminBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||||
|
Me.TbAdminBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbAdminBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||||
|
Me.TbAdminBindingNavigatorSaveItem.Name = "TbAdminBindingNavigatorSaveItem"
|
||||||
|
Me.TbAdminBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 23)
|
||||||
|
Me.TbAdminBindingNavigatorSaveItem.Text = "Salvar Dados"
|
||||||
|
'
|
||||||
|
'IdAdminLabel
|
||||||
|
'
|
||||||
|
IdAdminLabel.AutoSize = True
|
||||||
|
IdAdminLabel.Location = New System.Drawing.Point(12, 48)
|
||||||
|
IdAdminLabel.Name = "IdAdminLabel"
|
||||||
|
IdAdminLabel.Size = New System.Drawing.Size(50, 13)
|
||||||
|
IdAdminLabel.TabIndex = 1
|
||||||
|
IdAdminLabel.Text = "id Admin:"
|
||||||
|
'
|
||||||
|
'IdAdminTextBox
|
||||||
|
'
|
||||||
|
Me.IdAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "idAdmin", True))
|
||||||
|
Me.IdAdminTextBox.Enabled = False
|
||||||
|
Me.IdAdminTextBox.Location = New System.Drawing.Point(92, 45)
|
||||||
|
Me.IdAdminTextBox.Name = "IdAdminTextBox"
|
||||||
|
Me.IdAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.IdAdminTextBox.TabIndex = 2
|
||||||
|
'
|
||||||
|
'NomeAdminLabel
|
||||||
|
'
|
||||||
|
NomeAdminLabel.AutoSize = True
|
||||||
|
NomeAdminLabel.Location = New System.Drawing.Point(12, 74)
|
||||||
|
NomeAdminLabel.Name = "NomeAdminLabel"
|
||||||
|
NomeAdminLabel.Size = New System.Drawing.Size(68, 13)
|
||||||
|
NomeAdminLabel.TabIndex = 3
|
||||||
|
NomeAdminLabel.Text = "nome Admin:"
|
||||||
|
'
|
||||||
|
'NomeAdminTextBox
|
||||||
|
'
|
||||||
|
Me.NomeAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "nomeAdmin", True))
|
||||||
|
Me.NomeAdminTextBox.Location = New System.Drawing.Point(92, 71)
|
||||||
|
Me.NomeAdminTextBox.Name = "NomeAdminTextBox"
|
||||||
|
Me.NomeAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.NomeAdminTextBox.TabIndex = 4
|
||||||
|
'
|
||||||
|
'CidadeAdminLabel
|
||||||
|
'
|
||||||
|
CidadeAdminLabel.AutoSize = True
|
||||||
|
CidadeAdminLabel.Location = New System.Drawing.Point(12, 100)
|
||||||
|
CidadeAdminLabel.Name = "CidadeAdminLabel"
|
||||||
|
CidadeAdminLabel.Size = New System.Drawing.Size(74, 13)
|
||||||
|
CidadeAdminLabel.TabIndex = 5
|
||||||
|
CidadeAdminLabel.Text = "cidade Admin:"
|
||||||
|
'
|
||||||
|
'CidadeAdminTextBox
|
||||||
|
'
|
||||||
|
Me.CidadeAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "cidadeAdmin", True))
|
||||||
|
Me.CidadeAdminTextBox.Location = New System.Drawing.Point(92, 97)
|
||||||
|
Me.CidadeAdminTextBox.Name = "CidadeAdminTextBox"
|
||||||
|
Me.CidadeAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.CidadeAdminTextBox.TabIndex = 6
|
||||||
|
'
|
||||||
|
'LoginAdminLabel
|
||||||
|
'
|
||||||
|
LoginAdminLabel.AutoSize = True
|
||||||
|
LoginAdminLabel.Location = New System.Drawing.Point(12, 126)
|
||||||
|
LoginAdminLabel.Name = "LoginAdminLabel"
|
||||||
|
LoginAdminLabel.Size = New System.Drawing.Size(64, 13)
|
||||||
|
LoginAdminLabel.TabIndex = 7
|
||||||
|
LoginAdminLabel.Text = "login Admin:"
|
||||||
|
'
|
||||||
|
'LoginAdminTextBox
|
||||||
|
'
|
||||||
|
Me.LoginAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "loginAdmin", True))
|
||||||
|
Me.LoginAdminTextBox.Location = New System.Drawing.Point(92, 123)
|
||||||
|
Me.LoginAdminTextBox.Name = "LoginAdminTextBox"
|
||||||
|
Me.LoginAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.LoginAdminTextBox.TabIndex = 8
|
||||||
|
'
|
||||||
|
'SenhaAdminLabel
|
||||||
|
'
|
||||||
|
SenhaAdminLabel.AutoSize = True
|
||||||
|
SenhaAdminLabel.Location = New System.Drawing.Point(12, 152)
|
||||||
|
SenhaAdminLabel.Name = "SenhaAdminLabel"
|
||||||
|
SenhaAdminLabel.Size = New System.Drawing.Size(71, 13)
|
||||||
|
SenhaAdminLabel.TabIndex = 9
|
||||||
|
SenhaAdminLabel.Text = "senha Admin:"
|
||||||
|
'
|
||||||
|
'SenhaAdminTextBox
|
||||||
|
'
|
||||||
|
Me.SenhaAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "senhaAdmin", True))
|
||||||
|
Me.SenhaAdminTextBox.Location = New System.Drawing.Point(92, 149)
|
||||||
|
Me.SenhaAdminTextBox.Name = "SenhaAdminTextBox"
|
||||||
|
Me.SenhaAdminTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||||||
|
Me.SenhaAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.SenhaAdminTextBox.TabIndex = 10
|
||||||
|
'
|
||||||
|
'StatusAdminLabel
|
||||||
|
'
|
||||||
|
StatusAdminLabel.AutoSize = True
|
||||||
|
StatusAdminLabel.Location = New System.Drawing.Point(12, 178)
|
||||||
|
StatusAdminLabel.Name = "StatusAdminLabel"
|
||||||
|
StatusAdminLabel.Size = New System.Drawing.Size(70, 13)
|
||||||
|
StatusAdminLabel.TabIndex = 11
|
||||||
|
StatusAdminLabel.Text = "status Admin:"
|
||||||
|
'
|
||||||
|
'StatusAdminTextBox
|
||||||
|
'
|
||||||
|
Me.StatusAdminTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbAdminBindingSource, "statusAdmin", True))
|
||||||
|
Me.StatusAdminTextBox.Location = New System.Drawing.Point(92, 175)
|
||||||
|
Me.StatusAdminTextBox.Name = "StatusAdminTextBox"
|
||||||
|
Me.StatusAdminTextBox.Size = New System.Drawing.Size(100, 20)
|
||||||
|
Me.StatusAdminTextBox.TabIndex = 12
|
||||||
|
'
|
||||||
|
'FAdm
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(301, 225)
|
||||||
|
Me.Controls.Add(IdAdminLabel)
|
||||||
|
Me.Controls.Add(Me.IdAdminTextBox)
|
||||||
|
Me.Controls.Add(NomeAdminLabel)
|
||||||
|
Me.Controls.Add(Me.NomeAdminTextBox)
|
||||||
|
Me.Controls.Add(CidadeAdminLabel)
|
||||||
|
Me.Controls.Add(Me.CidadeAdminTextBox)
|
||||||
|
Me.Controls.Add(LoginAdminLabel)
|
||||||
|
Me.Controls.Add(Me.LoginAdminTextBox)
|
||||||
|
Me.Controls.Add(SenhaAdminLabel)
|
||||||
|
Me.Controls.Add(Me.SenhaAdminTextBox)
|
||||||
|
Me.Controls.Add(StatusAdminLabel)
|
||||||
|
Me.Controls.Add(Me.StatusAdminTextBox)
|
||||||
|
Me.Controls.Add(Me.TbAdminBindingNavigator)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "FAdm"
|
||||||
|
Me.Text = "FAdm"
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.TbAdminBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.TbAdminBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.TbAdminBindingNavigator.ResumeLayout(False)
|
||||||
|
Me.TbAdminBindingNavigator.PerformLayout()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Bancouc10DataSet As bancouc10DataSet
|
||||||
|
Friend WithEvents TbAdminBindingSource As BindingSource
|
||||||
|
Friend WithEvents TbAdminTableAdapter As bancouc10DataSetTableAdapters.tbAdminTableAdapter
|
||||||
|
Friend WithEvents TableAdapterManager As bancouc10DataSetTableAdapters.TableAdapterManager
|
||||||
|
Friend WithEvents TbAdminBindingNavigator 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 TbAdminBindingNavigatorSaveItem As ToolStripButton
|
||||||
|
Friend WithEvents IdAdminTextBox As TextBox
|
||||||
|
Friend WithEvents NomeAdminTextBox As TextBox
|
||||||
|
Friend WithEvents CidadeAdminTextBox As TextBox
|
||||||
|
Friend WithEvents LoginAdminTextBox As TextBox
|
||||||
|
Friend WithEvents SenhaAdminTextBox As TextBox
|
||||||
|
Friend WithEvents StatusAdminTextBox As TextBox
|
||||||
|
End Class
|
226
ProjetoTrabalho/Consultas/FAdm.resx
Executable file
226
ProjetoTrabalho/Consultas/FAdm.resx
Executable file
@ -0,0 +1,226 @@
|
|||||||
|
<?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="Bancouc10DataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbAdminBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>170, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbAdminTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>350, 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="TbAdminBindingNavigator.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="TbAdminBindingNavigatorSaveItem.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="IdAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="NomeAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="CidadeAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="LoginAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="SenhaAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="StatusAdminLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
14
ProjetoTrabalho/Consultas/FAdm.vb
Executable file
14
ProjetoTrabalho/Consultas/FAdm.vb
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
Public Class FAdm
|
||||||
|
Private Sub TbAdminBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbAdminBindingNavigatorSaveItem.Click
|
||||||
|
Me.Validate()
|
||||||
|
Me.TbAdminBindingSource.EndEdit()
|
||||||
|
Me.TableAdapterManager.UpdateAll(Me.Bancouc10DataSet)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub FAdm_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.tbAdmin'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.TbAdminTableAdapter.Fill(Me.Bancouc10DataSet.tbAdmin)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
End Class
|
401
ProjetoTrabalho/Consultas/FUser.Designer.vb
generated
Executable file
401
ProjetoTrabalho/Consultas/FUser.Designer.vb
generated
Executable file
@ -0,0 +1,401 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class FUser
|
||||||
|
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 IdUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim NomeUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim CidadeUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim LoginUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim SenhaUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim StatusUserLabel As System.Windows.Forms.Label
|
||||||
|
Dim IdCadastradorLabel As System.Windows.Forms.Label
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FUser))
|
||||||
|
Me.Bancouc10DataSet = New ProjetoTrabalho.bancouc10DataSet()
|
||||||
|
Me.TbCadastroBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.TbCadastroTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.tbCadastroTableAdapter()
|
||||||
|
Me.TableAdapterManager = New ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager()
|
||||||
|
Me.TbAdminTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.tbAdminTableAdapter()
|
||||||
|
Me.TbCadastroBindingNavigator = 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.TbCadastroBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
||||||
|
Me.IdUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.NomeUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.CidadeUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.LoginUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.SenhaUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
Me.IdCadastradorComboBox = New System.Windows.Forms.ComboBox()
|
||||||
|
Me.TbAdminBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.StatusUserTextBox = New System.Windows.Forms.TextBox()
|
||||||
|
IdUserLabel = New System.Windows.Forms.Label()
|
||||||
|
NomeUserLabel = New System.Windows.Forms.Label()
|
||||||
|
CidadeUserLabel = New System.Windows.Forms.Label()
|
||||||
|
LoginUserLabel = New System.Windows.Forms.Label()
|
||||||
|
SenhaUserLabel = New System.Windows.Forms.Label()
|
||||||
|
StatusUserLabel = New System.Windows.Forms.Label()
|
||||||
|
IdCadastradorLabel = New System.Windows.Forms.Label()
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.TbCadastroBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.TbCadastroBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.TbCadastroBindingNavigator.SuspendLayout()
|
||||||
|
CType(Me.TbAdminBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'IdUserLabel
|
||||||
|
'
|
||||||
|
IdUserLabel.AutoSize = True
|
||||||
|
IdUserLabel.Location = New System.Drawing.Point(28, 58)
|
||||||
|
IdUserLabel.Name = "IdUserLabel"
|
||||||
|
IdUserLabel.Size = New System.Drawing.Size(43, 13)
|
||||||
|
IdUserLabel.TabIndex = 1
|
||||||
|
IdUserLabel.Text = "id User:"
|
||||||
|
'
|
||||||
|
'NomeUserLabel
|
||||||
|
'
|
||||||
|
NomeUserLabel.AutoSize = True
|
||||||
|
NomeUserLabel.Location = New System.Drawing.Point(28, 84)
|
||||||
|
NomeUserLabel.Name = "NomeUserLabel"
|
||||||
|
NomeUserLabel.Size = New System.Drawing.Size(61, 13)
|
||||||
|
NomeUserLabel.TabIndex = 3
|
||||||
|
NomeUserLabel.Text = "nome User:"
|
||||||
|
'
|
||||||
|
'CidadeUserLabel
|
||||||
|
'
|
||||||
|
CidadeUserLabel.AutoSize = True
|
||||||
|
CidadeUserLabel.Location = New System.Drawing.Point(28, 110)
|
||||||
|
CidadeUserLabel.Name = "CidadeUserLabel"
|
||||||
|
CidadeUserLabel.Size = New System.Drawing.Size(67, 13)
|
||||||
|
CidadeUserLabel.TabIndex = 5
|
||||||
|
CidadeUserLabel.Text = "cidade User:"
|
||||||
|
'
|
||||||
|
'LoginUserLabel
|
||||||
|
'
|
||||||
|
LoginUserLabel.AutoSize = True
|
||||||
|
LoginUserLabel.Location = New System.Drawing.Point(28, 136)
|
||||||
|
LoginUserLabel.Name = "LoginUserLabel"
|
||||||
|
LoginUserLabel.Size = New System.Drawing.Size(57, 13)
|
||||||
|
LoginUserLabel.TabIndex = 7
|
||||||
|
LoginUserLabel.Text = "login User:"
|
||||||
|
'
|
||||||
|
'SenhaUserLabel
|
||||||
|
'
|
||||||
|
SenhaUserLabel.AutoSize = True
|
||||||
|
SenhaUserLabel.Location = New System.Drawing.Point(28, 162)
|
||||||
|
SenhaUserLabel.Name = "SenhaUserLabel"
|
||||||
|
SenhaUserLabel.Size = New System.Drawing.Size(64, 13)
|
||||||
|
SenhaUserLabel.TabIndex = 9
|
||||||
|
SenhaUserLabel.Text = "senha User:"
|
||||||
|
'
|
||||||
|
'StatusUserLabel
|
||||||
|
'
|
||||||
|
StatusUserLabel.AutoSize = True
|
||||||
|
StatusUserLabel.Location = New System.Drawing.Point(28, 188)
|
||||||
|
StatusUserLabel.Name = "StatusUserLabel"
|
||||||
|
StatusUserLabel.Size = New System.Drawing.Size(63, 13)
|
||||||
|
StatusUserLabel.TabIndex = 11
|
||||||
|
StatusUserLabel.Text = "status User:"
|
||||||
|
'
|
||||||
|
'IdCadastradorLabel
|
||||||
|
'
|
||||||
|
IdCadastradorLabel.AutoSize = True
|
||||||
|
IdCadastradorLabel.Location = New System.Drawing.Point(28, 214)
|
||||||
|
IdCadastradorLabel.Name = "IdCadastradorLabel"
|
||||||
|
IdCadastradorLabel.Size = New System.Drawing.Size(67, 13)
|
||||||
|
IdCadastradorLabel.TabIndex = 13
|
||||||
|
IdCadastradorLabel.Text = "responsável:"
|
||||||
|
'
|
||||||
|
'Bancouc10DataSet
|
||||||
|
'
|
||||||
|
Me.Bancouc10DataSet.DataSetName = "bancouc10DataSet"
|
||||||
|
Me.Bancouc10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||||
|
'
|
||||||
|
'TbCadastroBindingSource
|
||||||
|
'
|
||||||
|
Me.TbCadastroBindingSource.DataMember = "tbCadastro"
|
||||||
|
Me.TbCadastroBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'TbCadastroTableAdapter
|
||||||
|
'
|
||||||
|
Me.TbCadastroTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'TableAdapterManager
|
||||||
|
'
|
||||||
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||||
|
Me.TableAdapterManager.tbAdminTableAdapter = Me.TbAdminTableAdapter
|
||||||
|
Me.TableAdapterManager.tbCadastroTableAdapter = Me.TbCadastroTableAdapter
|
||||||
|
Me.TableAdapterManager.UpdateOrder = ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||||
|
'
|
||||||
|
'TbAdminTableAdapter
|
||||||
|
'
|
||||||
|
Me.TbAdminTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'TbCadastroBindingNavigator
|
||||||
|
'
|
||||||
|
Me.TbCadastroBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
|
||||||
|
Me.TbCadastroBindingNavigator.BindingSource = Me.TbCadastroBindingSource
|
||||||
|
Me.TbCadastroBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
||||||
|
Me.TbCadastroBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
||||||
|
Me.TbCadastroBindingNavigator.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.TbCadastroBindingNavigatorSaveItem})
|
||||||
|
Me.TbCadastroBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.TbCadastroBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||||
|
Me.TbCadastroBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||||
|
Me.TbCadastroBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
||||||
|
Me.TbCadastroBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||||
|
Me.TbCadastroBindingNavigator.Name = "TbCadastroBindingNavigator"
|
||||||
|
Me.TbCadastroBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
||||||
|
Me.TbCadastroBindingNavigator.Size = New System.Drawing.Size(302, 25)
|
||||||
|
Me.TbCadastroBindingNavigator.TabIndex = 0
|
||||||
|
Me.TbCadastroBindingNavigator.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)
|
||||||
|
'
|
||||||
|
'TbCadastroBindingNavigatorSaveItem
|
||||||
|
'
|
||||||
|
Me.TbCadastroBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||||
|
Me.TbCadastroBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbCadastroBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||||
|
Me.TbCadastroBindingNavigatorSaveItem.Name = "TbCadastroBindingNavigatorSaveItem"
|
||||||
|
Me.TbCadastroBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||||
|
Me.TbCadastroBindingNavigatorSaveItem.Text = "Salvar Dados"
|
||||||
|
'
|
||||||
|
'IdUserTextBox
|
||||||
|
'
|
||||||
|
Me.IdUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "idUser", True))
|
||||||
|
Me.IdUserTextBox.Enabled = False
|
||||||
|
Me.IdUserTextBox.Location = New System.Drawing.Point(112, 55)
|
||||||
|
Me.IdUserTextBox.Name = "IdUserTextBox"
|
||||||
|
Me.IdUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.IdUserTextBox.TabIndex = 2
|
||||||
|
'
|
||||||
|
'NomeUserTextBox
|
||||||
|
'
|
||||||
|
Me.NomeUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "nomeUser", True))
|
||||||
|
Me.NomeUserTextBox.Location = New System.Drawing.Point(112, 81)
|
||||||
|
Me.NomeUserTextBox.Name = "NomeUserTextBox"
|
||||||
|
Me.NomeUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.NomeUserTextBox.TabIndex = 4
|
||||||
|
'
|
||||||
|
'CidadeUserTextBox
|
||||||
|
'
|
||||||
|
Me.CidadeUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "cidadeUser", True))
|
||||||
|
Me.CidadeUserTextBox.Location = New System.Drawing.Point(112, 107)
|
||||||
|
Me.CidadeUserTextBox.Name = "CidadeUserTextBox"
|
||||||
|
Me.CidadeUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.CidadeUserTextBox.TabIndex = 6
|
||||||
|
'
|
||||||
|
'LoginUserTextBox
|
||||||
|
'
|
||||||
|
Me.LoginUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "loginUser", True))
|
||||||
|
Me.LoginUserTextBox.Location = New System.Drawing.Point(112, 133)
|
||||||
|
Me.LoginUserTextBox.Name = "LoginUserTextBox"
|
||||||
|
Me.LoginUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.LoginUserTextBox.TabIndex = 8
|
||||||
|
'
|
||||||
|
'SenhaUserTextBox
|
||||||
|
'
|
||||||
|
Me.SenhaUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "senhaUser", True))
|
||||||
|
Me.SenhaUserTextBox.Location = New System.Drawing.Point(112, 159)
|
||||||
|
Me.SenhaUserTextBox.Name = "SenhaUserTextBox"
|
||||||
|
Me.SenhaUserTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||||||
|
Me.SenhaUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.SenhaUserTextBox.TabIndex = 10
|
||||||
|
'
|
||||||
|
'IdCadastradorComboBox
|
||||||
|
'
|
||||||
|
Me.IdCadastradorComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbCadastroBindingSource, "idCadastrador", True))
|
||||||
|
Me.IdCadastradorComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TbAdminBindingSource, "nomeAdmin", True))
|
||||||
|
Me.IdCadastradorComboBox.DataSource = Me.TbAdminBindingSource
|
||||||
|
Me.IdCadastradorComboBox.DisplayMember = "nomeAdmin"
|
||||||
|
Me.IdCadastradorComboBox.FormattingEnabled = True
|
||||||
|
Me.IdCadastradorComboBox.Location = New System.Drawing.Point(112, 211)
|
||||||
|
Me.IdCadastradorComboBox.Name = "IdCadastradorComboBox"
|
||||||
|
Me.IdCadastradorComboBox.Size = New System.Drawing.Size(121, 21)
|
||||||
|
Me.IdCadastradorComboBox.TabIndex = 14
|
||||||
|
Me.IdCadastradorComboBox.ValueMember = "idAdmin"
|
||||||
|
'
|
||||||
|
'TbAdminBindingSource
|
||||||
|
'
|
||||||
|
Me.TbAdminBindingSource.DataMember = "tbAdmin"
|
||||||
|
Me.TbAdminBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'StatusUserTextBox
|
||||||
|
'
|
||||||
|
Me.StatusUserTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbCadastroBindingSource, "statusUser", True))
|
||||||
|
Me.StatusUserTextBox.Location = New System.Drawing.Point(112, 185)
|
||||||
|
Me.StatusUserTextBox.Name = "StatusUserTextBox"
|
||||||
|
Me.StatusUserTextBox.Size = New System.Drawing.Size(121, 20)
|
||||||
|
Me.StatusUserTextBox.TabIndex = 15
|
||||||
|
'
|
||||||
|
'FUser
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(302, 254)
|
||||||
|
Me.Controls.Add(Me.StatusUserTextBox)
|
||||||
|
Me.Controls.Add(IdUserLabel)
|
||||||
|
Me.Controls.Add(Me.IdUserTextBox)
|
||||||
|
Me.Controls.Add(NomeUserLabel)
|
||||||
|
Me.Controls.Add(Me.NomeUserTextBox)
|
||||||
|
Me.Controls.Add(CidadeUserLabel)
|
||||||
|
Me.Controls.Add(Me.CidadeUserTextBox)
|
||||||
|
Me.Controls.Add(LoginUserLabel)
|
||||||
|
Me.Controls.Add(Me.LoginUserTextBox)
|
||||||
|
Me.Controls.Add(SenhaUserLabel)
|
||||||
|
Me.Controls.Add(Me.SenhaUserTextBox)
|
||||||
|
Me.Controls.Add(StatusUserLabel)
|
||||||
|
Me.Controls.Add(IdCadastradorLabel)
|
||||||
|
Me.Controls.Add(Me.IdCadastradorComboBox)
|
||||||
|
Me.Controls.Add(Me.TbCadastroBindingNavigator)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "FUser"
|
||||||
|
Me.Text = "FUser"
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.TbCadastroBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.TbCadastroBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.TbCadastroBindingNavigator.ResumeLayout(False)
|
||||||
|
Me.TbCadastroBindingNavigator.PerformLayout()
|
||||||
|
CType(Me.TbAdminBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Bancouc10DataSet As bancouc10DataSet
|
||||||
|
Friend WithEvents TbCadastroBindingSource As BindingSource
|
||||||
|
Friend WithEvents TbCadastroTableAdapter As bancouc10DataSetTableAdapters.tbCadastroTableAdapter
|
||||||
|
Friend WithEvents TableAdapterManager As bancouc10DataSetTableAdapters.TableAdapterManager
|
||||||
|
Friend WithEvents TbCadastroBindingNavigator 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 TbCadastroBindingNavigatorSaveItem As ToolStripButton
|
||||||
|
Friend WithEvents IdUserTextBox As TextBox
|
||||||
|
Friend WithEvents NomeUserTextBox As TextBox
|
||||||
|
Friend WithEvents CidadeUserTextBox As TextBox
|
||||||
|
Friend WithEvents LoginUserTextBox As TextBox
|
||||||
|
Friend WithEvents SenhaUserTextBox As TextBox
|
||||||
|
Friend WithEvents IdCadastradorComboBox As ComboBox
|
||||||
|
Friend WithEvents TbAdminTableAdapter As bancouc10DataSetTableAdapters.tbAdminTableAdapter
|
||||||
|
Friend WithEvents TbAdminBindingSource As BindingSource
|
||||||
|
Friend WithEvents StatusUserTextBox As TextBox
|
||||||
|
End Class
|
237
ProjetoTrabalho/Consultas/FUser.resx
Executable file
237
ProjetoTrabalho/Consultas/FUser.resx
Executable 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="IdUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="NomeUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="CidadeUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="LoginUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="SenhaUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="StatusUserLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="IdCadastradorLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="Bancouc10DataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbCadastroBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>170, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbCadastroTableAdapter.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>550, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbAdminTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>197, 56</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbCadastroBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>723, 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="TbCadastroBindingNavigatorSaveItem.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="TbAdminBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 56</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="TbAdminBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 56</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
16
ProjetoTrabalho/Consultas/FUser.vb
Executable file
16
ProjetoTrabalho/Consultas/FUser.vb
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
Public Class FUser
|
||||||
|
Private Sub TbCadastroBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TbCadastroBindingNavigatorSaveItem.Click
|
||||||
|
Me.Validate()
|
||||||
|
Me.TbCadastroBindingSource.EndEdit()
|
||||||
|
Me.TableAdapterManager.UpdateAll(Me.Bancouc10DataSet)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub FUser_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.tbAdmin'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.TbAdminTableAdapter.Fill(Me.Bancouc10DataSet.tbAdmin)
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.tbCadastro'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.TbCadastroTableAdapter.Fill(Me.Bancouc10DataSet.tbCadastro)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
End Class
|
126
ProjetoTrabalho/FLogin.Designer.vb
generated
Executable file
126
ProjetoTrabalho/FLogin.Designer.vb
generated
Executable file
@ -0,0 +1,126 @@
|
|||||||
|
<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.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
|
Me.btnLogar = New System.Windows.Forms.Button()
|
||||||
|
Me.btnSair = New System.Windows.Forms.Button()
|
||||||
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||||
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(40, 56)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(64, 20)
|
||||||
|
Me.Label1.TabIndex = 2
|
||||||
|
Me.Label1.Text = "Usuário"
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(40, 96)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(56, 20)
|
||||||
|
Me.Label2.TabIndex = 3
|
||||||
|
Me.Label2.Text = "Senha"
|
||||||
|
'
|
||||||
|
'Label3
|
||||||
|
'
|
||||||
|
Me.Label3.AutoSize = True
|
||||||
|
Me.Label3.Location = New System.Drawing.Point(75, 9)
|
||||||
|
Me.Label3.Name = "Label3"
|
||||||
|
Me.Label3.Size = New System.Drawing.Size(165, 20)
|
||||||
|
Me.Label3.TabIndex = 4
|
||||||
|
Me.Label3.Text = "Por favor, faça o login."
|
||||||
|
'
|
||||||
|
'btnLogar
|
||||||
|
'
|
||||||
|
Me.btnLogar.Location = New System.Drawing.Point(44, 140)
|
||||||
|
Me.btnLogar.Name = "btnLogar"
|
||||||
|
Me.btnLogar.Size = New System.Drawing.Size(83, 35)
|
||||||
|
Me.btnLogar.TabIndex = 5
|
||||||
|
Me.btnLogar.Text = "Logar"
|
||||||
|
Me.btnLogar.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnSair
|
||||||
|
'
|
||||||
|
Me.btnSair.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
|
Me.btnSair.Location = New System.Drawing.Point(177, 140)
|
||||||
|
Me.btnSair.Name = "btnSair"
|
||||||
|
Me.btnSair.Size = New System.Drawing.Size(83, 35)
|
||||||
|
Me.btnSair.TabIndex = 6
|
||||||
|
Me.btnSair.Text = "Sair"
|
||||||
|
Me.btnSair.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'TextBox1
|
||||||
|
'
|
||||||
|
Me.TextBox1.Location = New System.Drawing.Point(111, 55)
|
||||||
|
Me.TextBox1.Name = "TextBox1"
|
||||||
|
Me.TextBox1.Size = New System.Drawing.Size(149, 26)
|
||||||
|
Me.TextBox1.TabIndex = 0
|
||||||
|
'
|
||||||
|
'TextBox2
|
||||||
|
'
|
||||||
|
Me.TextBox2.Location = New System.Drawing.Point(111, 93)
|
||||||
|
Me.TextBox2.Name = "TextBox2"
|
||||||
|
Me.TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||||||
|
Me.TextBox2.Size = New System.Drawing.Size(149, 26)
|
||||||
|
Me.TextBox2.TabIndex = 1
|
||||||
|
'
|
||||||
|
'FLogin
|
||||||
|
'
|
||||||
|
Me.AcceptButton = Me.btnLogar
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.CancelButton = Me.btnSair
|
||||||
|
Me.ClientSize = New System.Drawing.Size(302, 225)
|
||||||
|
Me.Controls.Add(Me.TextBox2)
|
||||||
|
Me.Controls.Add(Me.TextBox1)
|
||||||
|
Me.Controls.Add(Me.btnSair)
|
||||||
|
Me.Controls.Add(Me.btnLogar)
|
||||||
|
Me.Controls.Add(Me.Label3)
|
||||||
|
Me.Controls.Add(Me.Label2)
|
||||||
|
Me.Controls.Add(Me.Label1)
|
||||||
|
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(5)
|
||||||
|
Me.Name = "FLogin"
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
|
Me.Text = "Form1"
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
Friend WithEvents Label3 As Label
|
||||||
|
Friend WithEvents btnLogar As Button
|
||||||
|
Friend WithEvents btnSair As Button
|
||||||
|
Friend WithEvents TextBox1 As TextBox
|
||||||
|
Friend WithEvents TextBox2 As TextBox
|
||||||
|
End Class
|
120
ProjetoTrabalho/FLogin.resx
Executable file
120
ProjetoTrabalho/FLogin.resx
Executable file
@ -0,0 +1,120 @@
|
|||||||
|
<?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>
|
||||||
|
</root>
|
32
ProjetoTrabalho/FLogin.vb
Executable file
32
ProjetoTrabalho/FLogin.vb
Executable file
@ -0,0 +1,32 @@
|
|||||||
|
Public Class FLogin
|
||||||
|
Private Sub btnSair_Click(sender As Object, e As EventArgs) Handles btnSair.Click
|
||||||
|
End
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnLogar_Click(sender As Object, e As EventArgs) Handles btnLogar.Click
|
||||||
|
Dim User, Senha As String
|
||||||
|
User = "admin"
|
||||||
|
Senha = "admin"
|
||||||
|
|
||||||
|
TextBox1.Text.ToLower()
|
||||||
|
TextBox2.Text.ToLower()
|
||||||
|
|
||||||
|
If (TextBox1.Text = User) And (TextBox2.Text = Senha) Then
|
||||||
|
MsgBox("Bem vindo!", vbInformation, "Sistema de Cadastro/Relatório")
|
||||||
|
FPrincipal.Show()
|
||||||
|
Me.Hide()
|
||||||
|
TextBox1.Clear()
|
||||||
|
TextBox2.Clear()
|
||||||
|
TextBox1.Focus()
|
||||||
|
Else
|
||||||
|
MsgBox("Usuário/Senha incorretos", vbCritical, "Sistema de Cadastro/Relatório")
|
||||||
|
TextBox1.Clear()
|
||||||
|
TextBox2.Clear()
|
||||||
|
TextBox1.Focus()
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
End Class
|
119
ProjetoTrabalho/FPrincipal.Designer.vb
generated
Executable file
119
ProjetoTrabalho/FPrincipal.Designer.vb
generated
Executable file
@ -0,0 +1,119 @@
|
|||||||
|
<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.Button1 = New System.Windows.Forms.Button()
|
||||||
|
Me.Button2 = New System.Windows.Forms.Button()
|
||||||
|
Me.Button3 = New System.Windows.Forms.Button()
|
||||||
|
Me.Button4 = New System.Windows.Forms.Button()
|
||||||
|
Me.Button5 = New System.Windows.Forms.Button()
|
||||||
|
Me.Button6 = New System.Windows.Forms.Button()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Button1
|
||||||
|
'
|
||||||
|
Me.Button1.Location = New System.Drawing.Point(15, 101)
|
||||||
|
Me.Button1.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button1.Name = "Button1"
|
||||||
|
Me.Button1.Size = New System.Drawing.Size(210, 79)
|
||||||
|
Me.Button1.TabIndex = 0
|
||||||
|
Me.Button1.Text = "Consulta Cadastros Usuários"
|
||||||
|
Me.Button1.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Button2
|
||||||
|
'
|
||||||
|
Me.Button2.Location = New System.Drawing.Point(15, 15)
|
||||||
|
Me.Button2.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button2.Name = "Button2"
|
||||||
|
Me.Button2.Size = New System.Drawing.Size(210, 74)
|
||||||
|
Me.Button2.TabIndex = 1
|
||||||
|
Me.Button2.Text = "Relatório Ativos"
|
||||||
|
Me.Button2.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Button3
|
||||||
|
'
|
||||||
|
Me.Button3.Location = New System.Drawing.Point(15, 192)
|
||||||
|
Me.Button3.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button3.Name = "Button3"
|
||||||
|
Me.Button3.Size = New System.Drawing.Size(210, 74)
|
||||||
|
Me.Button3.TabIndex = 2
|
||||||
|
Me.Button3.Text = "Sobre"
|
||||||
|
Me.Button3.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Button4
|
||||||
|
'
|
||||||
|
Me.Button4.Location = New System.Drawing.Point(243, 192)
|
||||||
|
Me.Button4.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button4.Name = "Button4"
|
||||||
|
Me.Button4.Size = New System.Drawing.Size(210, 74)
|
||||||
|
Me.Button4.TabIndex = 3
|
||||||
|
Me.Button4.Text = "Sair"
|
||||||
|
Me.Button4.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Button5
|
||||||
|
'
|
||||||
|
Me.Button5.Location = New System.Drawing.Point(243, 101)
|
||||||
|
Me.Button5.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button5.Name = "Button5"
|
||||||
|
Me.Button5.Size = New System.Drawing.Size(210, 79)
|
||||||
|
Me.Button5.TabIndex = 4
|
||||||
|
Me.Button5.Text = "Consulta Cadastros Administradores"
|
||||||
|
Me.Button5.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Button6
|
||||||
|
'
|
||||||
|
Me.Button6.Location = New System.Drawing.Point(243, 15)
|
||||||
|
Me.Button6.Margin = New System.Windows.Forms.Padding(6)
|
||||||
|
Me.Button6.Name = "Button6"
|
||||||
|
Me.Button6.Size = New System.Drawing.Size(210, 74)
|
||||||
|
Me.Button6.TabIndex = 5
|
||||||
|
Me.Button6.Text = "Relatório Desativados"
|
||||||
|
Me.Button6.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'FPrincipal
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(11.0!, 24.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(470, 287)
|
||||||
|
Me.Controls.Add(Me.Button6)
|
||||||
|
Me.Controls.Add(Me.Button5)
|
||||||
|
Me.Controls.Add(Me.Button4)
|
||||||
|
Me.Controls.Add(Me.Button3)
|
||||||
|
Me.Controls.Add(Me.Button2)
|
||||||
|
Me.Controls.Add(Me.Button1)
|
||||||
|
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, 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(6)
|
||||||
|
Me.Name = "FPrincipal"
|
||||||
|
Me.Text = "FPrincipal"
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Button1 As Button
|
||||||
|
Friend WithEvents Button2 As Button
|
||||||
|
Friend WithEvents Button3 As Button
|
||||||
|
Friend WithEvents Button4 As Button
|
||||||
|
Friend WithEvents Button5 As Button
|
||||||
|
Friend WithEvents Button6 As Button
|
||||||
|
End Class
|
120
ProjetoTrabalho/FPrincipal.resx
Executable file
120
ProjetoTrabalho/FPrincipal.resx
Executable file
@ -0,0 +1,120 @@
|
|||||||
|
<?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>
|
||||||
|
</root>
|
26
ProjetoTrabalho/FPrincipal.vb
Executable file
26
ProjetoTrabalho/FPrincipal.vb
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
Public Class FPrincipal
|
||||||
|
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
|
||||||
|
FLogin.Show()
|
||||||
|
Me.Hide()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
|
||||||
|
FSobre.Show()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
|
||||||
|
FAdm.Show()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||||
|
FUser.Show()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||||
|
rAtivos.Show()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
|
||||||
|
rDesativados.Show()
|
||||||
|
End Sub
|
||||||
|
End Class
|
81
ProjetoTrabalho/FSobre.Designer.vb
generated
Executable file
81
ProjetoTrabalho/FSobre.Designer.vb
generated
Executable file
@ -0,0 +1,81 @@
|
|||||||
|
<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
|
||||||
|
|
||||||
|
'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.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.GroupBox1.SuspendLayout()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(8, 9)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(295, 24)
|
||||||
|
Me.Label1.TabIndex = 0
|
||||||
|
Me.Label1.Text = "Sistema de Cadastros e Relatórios"
|
||||||
|
'
|
||||||
|
'GroupBox1
|
||||||
|
'
|
||||||
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
||||||
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 36)
|
||||||
|
Me.GroupBox1.Name = "GroupBox1"
|
||||||
|
Me.GroupBox1.Size = New System.Drawing.Size(291, 140)
|
||||||
|
Me.GroupBox1.TabIndex = 1
|
||||||
|
Me.GroupBox1.TabStop = False
|
||||||
|
Me.GroupBox1.Text = "Sobre"
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(6, 16)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(279, 117)
|
||||||
|
Me.Label2.TabIndex = 2
|
||||||
|
Me.Label2.Text = "Versão 1.0" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Desenvolvedor: F. Raszeja" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(15)99157-5916" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Desenvolvi" &
|
||||||
|
"do como requisito parcial de obtenção de nota" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "para Unidade Curricular (UC) 10." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Docente: Leandro Cesari Maschietto"
|
||||||
|
'
|
||||||
|
'FSobre
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(315, 194)
|
||||||
|
Me.Controls.Add(Me.GroupBox1)
|
||||||
|
Me.Controls.Add(Me.Label1)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "FSobre"
|
||||||
|
Me.Text = "FSobre"
|
||||||
|
Me.GroupBox1.ResumeLayout(False)
|
||||||
|
Me.GroupBox1.PerformLayout()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents GroupBox1 As GroupBox
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
End Class
|
120
ProjetoTrabalho/FSobre.resx
Executable file
120
ProjetoTrabalho/FSobre.resx
Executable file
@ -0,0 +1,120 @@
|
|||||||
|
<?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>
|
||||||
|
</root>
|
3
ProjetoTrabalho/FSobre.vb
Executable file
3
ProjetoTrabalho/FSobre.vb
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
Public Class FSobre
|
||||||
|
|
||||||
|
End Class
|
38
ProjetoTrabalho/My Project/Application.Designer.vb
generated
Executable file
38
ProjetoTrabalho/My Project/Application.Designer.vb
generated
Executable 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, vá para o Designer de Projeto
|
||||||
|
' (vá para Propriedades do Projeto ou clique duas vezes no nó 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.ProjetoTrabalho.FLogin
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
10
ProjetoTrabalho/My Project/Application.myapp
Executable file
10
ProjetoTrabalho/My Project/Application.myapp
Executable 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>
|
35
ProjetoTrabalho/My Project/AssemblyInfo.vb
Executable file
35
ProjetoTrabalho/My Project/AssemblyInfo.vb
Executable 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("ProjetoTrabalho")>
|
||||||
|
<Assembly: AssemblyDescription("")>
|
||||||
|
<Assembly: AssemblyCompany("")>
|
||||||
|
<Assembly: AssemblyProduct("ProjetoTrabalho")>
|
||||||
|
<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("359ada84-756f-4b83-8220-b2d0144facff")>
|
||||||
|
|
||||||
|
' 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")>
|
62
ProjetoTrabalho/My Project/Resources.Designer.vb
generated
Executable file
62
ProjetoTrabalho/My Project/Resources.Designer.vb
generated
Executable 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("ProjetoTrabalho.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
|
117
ProjetoTrabalho/My Project/Resources.resx
Executable file
117
ProjetoTrabalho/My Project/Resources.resx
Executable 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>
|
83
ProjetoTrabalho/My Project/Settings.Designer.vb
generated
Executable file
83
ProjetoTrabalho/My Project/Settings.Designer.vb
generated
Executable 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.7.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|\bancouc10.accdb")> _
|
||||||
|
Public ReadOnly Property bancouc10ConnectionString() As String
|
||||||
|
Get
|
||||||
|
Return CType(Me("bancouc10ConnectionString"),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.ProjetoTrabalho.My.MySettings
|
||||||
|
Get
|
||||||
|
Return Global.ProjetoTrabalho.My.MySettings.Default
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
14
ProjetoTrabalho/My Project/Settings.settings
Executable file
14
ProjetoTrabalho/My Project/Settings.settings
Executable 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="bancouc10ConnectionString" Type="(Connection string)" Scope="Application">
|
||||||
|
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||||
|
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<ConnectionString>Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\bancouc10.accdb</ConnectionString>
|
||||||
|
<ProviderName>System.Data.OleDb</ProviderName>
|
||||||
|
</SerializableConnectionString></DesignTimeValue>
|
||||||
|
<Value Profile="(Default)">Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\bancouc10.accdb</Value>
|
||||||
|
</Setting>
|
||||||
|
</Settings>
|
||||||
|
</SettingsFile>
|
237
ProjetoTrabalho/ProjetoTrabalho.vbproj
Executable file
237
ProjetoTrabalho/ProjetoTrabalho.vbproj
Executable file
@ -0,0 +1,237 @@
|
|||||||
|
<?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>{0CD07180-BDAA-4782-8FB9-C303F18AE0E6}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<StartupObject>ProjetoTrabalho.My.MyApplication</StartupObject>
|
||||||
|
<RootNamespace>ProjetoTrabalho</RootNamespace>
|
||||||
|
<AssemblyName>ProjetoTrabalho</AssemblyName>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<MyType>WindowsForms</MyType>
|
||||||
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
|
<PublishUrl>C:\ProjetoTrabalho\</PublishUrl>
|
||||||
|
<Install>true</Install>
|
||||||
|
<InstallFrom>Disk</InstallFrom>
|
||||||
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
|
<UpdateInterval>7</UpdateInterval>
|
||||||
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
|
<UpdateRequired>false</UpdateRequired>
|
||||||
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
|
<ApplicationRevision>1</ApplicationRevision>
|
||||||
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
|
</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>ProjetoTrabalho.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>ProjetoTrabalho.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>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ManifestCertificateThumbprint>DC0FADC7D5D6BB93D5853168646CE81819252610</ManifestCertificateThumbprint>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ManifestKeyFile>ProjetoTrabalho_TemporaryKey.pfx</ManifestKeyFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<GenerateManifests>true</GenerateManifests>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<SignManifests>true</SignManifests>
|
||||||
|
</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="bancouc10DataSet1.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>bancouc10DataSet1.xsd</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Consultas\FAdm.Designer.vb">
|
||||||
|
<DependentUpon>FAdm.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Consultas\FAdm.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Consultas\FUser.Designer.vb">
|
||||||
|
<DependentUpon>FUser.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Consultas\FUser.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="FPrincipal.Designer.vb">
|
||||||
|
<DependentUpon>FPrincipal.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="FPrincipal.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="FSobre.Designer.vb">
|
||||||
|
<DependentUpon>FSobre.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="FSobre.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\rAtivos.Designer.vb">
|
||||||
|
<DependentUpon>rAtivos.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Relatórios\rAtivos.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Relatórios\rDesativados.Designer.vb">
|
||||||
|
<DependentUpon>rDesativados.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Relatórios\rDesativados.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Consultas\FAdm.resx">
|
||||||
|
<DependentUpon>FAdm.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Consultas\FUser.resx">
|
||||||
|
<DependentUpon>FUser.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="FLogin.resx">
|
||||||
|
<DependentUpon>FLogin.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="FPrincipal.resx">
|
||||||
|
<DependentUpon>FPrincipal.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="FSobre.resx">
|
||||||
|
<DependentUpon>FSobre.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\rAtivos.resx">
|
||||||
|
<DependentUpon>rAtivos.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Relatórios\rDesativados.resx">
|
||||||
|
<DependentUpon>rDesativados.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="bancouc10DataSet1.xsc">
|
||||||
|
<DependentUpon>bancouc10DataSet1.xsd</DependentUpon>
|
||||||
|
</None>
|
||||||
|
<None Include="bancouc10DataSet1.xsd">
|
||||||
|
<Generator>MSDataSetGenerator</Generator>
|
||||||
|
<LastGenOutput>bancouc10DataSet1.Designer.vb</LastGenOutput>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</None>
|
||||||
|
<None Include="bancouc10DataSet1.xss">
|
||||||
|
<DependentUpon>bancouc10DataSet1.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" />
|
||||||
|
<None Include="ProjetoTrabalho_TemporaryKey.pfx" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 e x64%29</ProductName>
|
||||||
|
<Install>true</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
|
<Install>false</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="bancouc10.accdb">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
|
</Project>
|
226
ProjetoTrabalho/Relatórios/rAtivos.Designer.vb
generated
Executable file
226
ProjetoTrabalho/Relatórios/rAtivos.Designer.vb
generated
Executable file
@ -0,0 +1,226 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class rAtivos
|
||||||
|
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()
|
||||||
|
Me.Bancouc10DataSet = New ProjetoTrabalho.bancouc10DataSet()
|
||||||
|
Me.RAdminAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.RAdminAtivoTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.rAdminAtivoTableAdapter()
|
||||||
|
Me.TableAdapterManager = New ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager()
|
||||||
|
Me.RAdminAtivoDataGridView = 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.RUserAtivoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.RUserAtivoTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.rUserAtivoTableAdapter()
|
||||||
|
Me.RUserAtivoDataGridView = New System.Windows.Forms.DataGridView()
|
||||||
|
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.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RAdminAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RAdminAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RUserAtivoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RUserAtivoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Bancouc10DataSet
|
||||||
|
'
|
||||||
|
Me.Bancouc10DataSet.DataSetName = "bancouc10DataSet"
|
||||||
|
Me.Bancouc10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||||
|
'
|
||||||
|
'RAdminAtivoBindingSource
|
||||||
|
'
|
||||||
|
Me.RAdminAtivoBindingSource.DataMember = "rAdminAtivo"
|
||||||
|
Me.RAdminAtivoBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'RAdminAtivoTableAdapter
|
||||||
|
'
|
||||||
|
Me.RAdminAtivoTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'TableAdapterManager
|
||||||
|
'
|
||||||
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||||
|
Me.TableAdapterManager.Connection = Nothing
|
||||||
|
Me.TableAdapterManager.tbAdminTableAdapter = Nothing
|
||||||
|
Me.TableAdapterManager.tbCadastroTableAdapter = Nothing
|
||||||
|
Me.TableAdapterManager.UpdateOrder = ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||||
|
'
|
||||||
|
'RAdminAtivoDataGridView
|
||||||
|
'
|
||||||
|
Me.RAdminAtivoDataGridView.AllowUserToAddRows = False
|
||||||
|
Me.RAdminAtivoDataGridView.AllowUserToDeleteRows = False
|
||||||
|
Me.RAdminAtivoDataGridView.AutoGenerateColumns = False
|
||||||
|
Me.RAdminAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
|
Me.RAdminAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5})
|
||||||
|
Me.RAdminAtivoDataGridView.DataSource = Me.RAdminAtivoBindingSource
|
||||||
|
Me.RAdminAtivoDataGridView.Location = New System.Drawing.Point(12, 12)
|
||||||
|
Me.RAdminAtivoDataGridView.Name = "RAdminAtivoDataGridView"
|
||||||
|
Me.RAdminAtivoDataGridView.ReadOnly = True
|
||||||
|
Me.RAdminAtivoDataGridView.Size = New System.Drawing.Size(684, 260)
|
||||||
|
Me.RAdminAtivoDataGridView.TabIndex = 1
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn1
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||||
|
Me.DataGridViewTextBoxColumn1.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn2
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn2.DataPropertyName = "cidadeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn2.HeaderText = "cidadeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||||
|
Me.DataGridViewTextBoxColumn2.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn3
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn3.DataPropertyName = "loginAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn3.HeaderText = "loginAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||||
|
Me.DataGridViewTextBoxColumn3.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn4
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn4.DataPropertyName = "senhaAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn4.HeaderText = "senhaAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||||
|
Me.DataGridViewTextBoxColumn4.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn5
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn5.DataPropertyName = "statusAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn5.HeaderText = "statusAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
|
||||||
|
Me.DataGridViewTextBoxColumn5.ReadOnly = True
|
||||||
|
'
|
||||||
|
'RUserAtivoBindingSource
|
||||||
|
'
|
||||||
|
Me.RUserAtivoBindingSource.DataMember = "rUserAtivo"
|
||||||
|
Me.RUserAtivoBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'RUserAtivoTableAdapter
|
||||||
|
'
|
||||||
|
Me.RUserAtivoTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'RUserAtivoDataGridView
|
||||||
|
'
|
||||||
|
Me.RUserAtivoDataGridView.AllowUserToAddRows = False
|
||||||
|
Me.RUserAtivoDataGridView.AllowUserToDeleteRows = False
|
||||||
|
Me.RUserAtivoDataGridView.AutoGenerateColumns = False
|
||||||
|
Me.RUserAtivoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
|
Me.RUserAtivoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11})
|
||||||
|
Me.RUserAtivoDataGridView.DataSource = Me.RUserAtivoBindingSource
|
||||||
|
Me.RUserAtivoDataGridView.Location = New System.Drawing.Point(12, 278)
|
||||||
|
Me.RUserAtivoDataGridView.Name = "RUserAtivoDataGridView"
|
||||||
|
Me.RUserAtivoDataGridView.ReadOnly = True
|
||||||
|
Me.RUserAtivoDataGridView.Size = New System.Drawing.Size(684, 279)
|
||||||
|
Me.RUserAtivoDataGridView.TabIndex = 1
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn6
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn6.DataPropertyName = "nomeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn6.HeaderText = "nomeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
|
||||||
|
Me.DataGridViewTextBoxColumn6.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn7
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn7.DataPropertyName = "cidadeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn7.HeaderText = "cidadeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
|
||||||
|
Me.DataGridViewTextBoxColumn7.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn8
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn8.DataPropertyName = "loginUser"
|
||||||
|
Me.DataGridViewTextBoxColumn8.HeaderText = "loginUser"
|
||||||
|
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||||
|
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn9
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn9.DataPropertyName = "senhaUser"
|
||||||
|
Me.DataGridViewTextBoxColumn9.HeaderText = "senhaUser"
|
||||||
|
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
||||||
|
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn10
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn10.DataPropertyName = "statusUser"
|
||||||
|
Me.DataGridViewTextBoxColumn10.HeaderText = "statusUser"
|
||||||
|
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
||||||
|
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn11
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn11.DataPropertyName = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn11.HeaderText = "responsável"
|
||||||
|
Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
|
||||||
|
Me.DataGridViewTextBoxColumn11.ReadOnly = True
|
||||||
|
'
|
||||||
|
'rAtivos
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(706, 569)
|
||||||
|
Me.Controls.Add(Me.RUserAtivoDataGridView)
|
||||||
|
Me.Controls.Add(Me.RAdminAtivoDataGridView)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "rAtivos"
|
||||||
|
Me.Text = "Relatorios"
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RAdminAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RAdminAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RUserAtivoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RUserAtivoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Bancouc10DataSet As bancouc10DataSet
|
||||||
|
Friend WithEvents RAdminAtivoBindingSource As BindingSource
|
||||||
|
Friend WithEvents RAdminAtivoTableAdapter As bancouc10DataSetTableAdapters.rAdminAtivoTableAdapter
|
||||||
|
Friend WithEvents TableAdapterManager As bancouc10DataSetTableAdapters.TableAdapterManager
|
||||||
|
Friend WithEvents RAdminAtivoDataGridView 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 RUserAtivoBindingSource As BindingSource
|
||||||
|
Friend WithEvents RUserAtivoTableAdapter As bancouc10DataSetTableAdapters.rUserAtivoTableAdapter
|
||||||
|
Friend WithEvents RUserAtivoDataGridView As DataGridView
|
||||||
|
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
|
141
ProjetoTrabalho/Relatórios/rAtivos.resx
Executable file
141
ProjetoTrabalho/Relatórios/rAtivos.resx
Executable file
@ -0,0 +1,141 @@
|
|||||||
|
<?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="Bancouc10DataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RAdminAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>170, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RAdminAtivoTableAdapter.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>568, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RUserAtivoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>741, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RUserAtivoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 56</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>44</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
18
ProjetoTrabalho/Relatórios/rAtivos.vb
Executable file
18
ProjetoTrabalho/Relatórios/rAtivos.vb
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
Public Class rAtivos
|
||||||
|
Private Sub TbAdminBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
|
||||||
|
Me.Validate()
|
||||||
|
Me.TableAdapterManager.UpdateAll(Me.Bancouc10DataSet)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Relatorios_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.rUserAtivo'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.RUserAtivoTableAdapter.Fill(Me.Bancouc10DataSet.rUserAtivo)
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.rAdminAtivo'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.RAdminAtivoTableAdapter.Fill(Me.Bancouc10DataSet.rAdminAtivo)
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.rAdminAtivo'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.RAdminAtivoTableAdapter.Fill(Me.Bancouc10DataSet.rAdminAtivo)
|
||||||
|
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
End Class
|
226
ProjetoTrabalho/Relatórios/rDesativados.Designer.vb
generated
Executable file
226
ProjetoTrabalho/Relatórios/rDesativados.Designer.vb
generated
Executable file
@ -0,0 +1,226 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class rDesativados
|
||||||
|
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()
|
||||||
|
Me.Bancouc10DataSet = New ProjetoTrabalho.bancouc10DataSet()
|
||||||
|
Me.RAdminDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.RAdminDesativadoTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.rAdminDesativadoTableAdapter()
|
||||||
|
Me.TableAdapterManager = New ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager()
|
||||||
|
Me.RAdminDesativadoDataGridView = 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.RUserDesativadoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.RUserDesativadoTableAdapter = New ProjetoTrabalho.bancouc10DataSetTableAdapters.rUserDesativadoTableAdapter()
|
||||||
|
Me.RUserDesativadoDataGridView = New System.Windows.Forms.DataGridView()
|
||||||
|
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.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RAdminDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RAdminDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RUserDesativadoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RUserDesativadoDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Bancouc10DataSet
|
||||||
|
'
|
||||||
|
Me.Bancouc10DataSet.DataSetName = "bancouc10DataSet"
|
||||||
|
Me.Bancouc10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||||
|
'
|
||||||
|
'RAdminDesativadoBindingSource
|
||||||
|
'
|
||||||
|
Me.RAdminDesativadoBindingSource.DataMember = "rAdminDesativado"
|
||||||
|
Me.RAdminDesativadoBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'RAdminDesativadoTableAdapter
|
||||||
|
'
|
||||||
|
Me.RAdminDesativadoTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'TableAdapterManager
|
||||||
|
'
|
||||||
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||||
|
Me.TableAdapterManager.Connection = Nothing
|
||||||
|
Me.TableAdapterManager.tbAdminTableAdapter = Nothing
|
||||||
|
Me.TableAdapterManager.tbCadastroTableAdapter = Nothing
|
||||||
|
Me.TableAdapterManager.UpdateOrder = ProjetoTrabalho.bancouc10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||||
|
'
|
||||||
|
'RAdminDesativadoDataGridView
|
||||||
|
'
|
||||||
|
Me.RAdminDesativadoDataGridView.AllowUserToAddRows = False
|
||||||
|
Me.RAdminDesativadoDataGridView.AllowUserToDeleteRows = False
|
||||||
|
Me.RAdminDesativadoDataGridView.AutoGenerateColumns = False
|
||||||
|
Me.RAdminDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
|
Me.RAdminDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5})
|
||||||
|
Me.RAdminDesativadoDataGridView.DataSource = Me.RAdminDesativadoBindingSource
|
||||||
|
Me.RAdminDesativadoDataGridView.Location = New System.Drawing.Point(12, 12)
|
||||||
|
Me.RAdminDesativadoDataGridView.Name = "RAdminDesativadoDataGridView"
|
||||||
|
Me.RAdminDesativadoDataGridView.ReadOnly = True
|
||||||
|
Me.RAdminDesativadoDataGridView.Size = New System.Drawing.Size(776, 256)
|
||||||
|
Me.RAdminDesativadoDataGridView.TabIndex = 1
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn1
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn1.DataPropertyName = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn1.HeaderText = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||||
|
Me.DataGridViewTextBoxColumn1.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn2
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn2.DataPropertyName = "cidadeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn2.HeaderText = "cidadeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||||
|
Me.DataGridViewTextBoxColumn2.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn3
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn3.DataPropertyName = "loginAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn3.HeaderText = "loginAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||||
|
Me.DataGridViewTextBoxColumn3.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn4
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn4.DataPropertyName = "senhaAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn4.HeaderText = "senhaAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||||
|
Me.DataGridViewTextBoxColumn4.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn5
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn5.DataPropertyName = "statusAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn5.HeaderText = "statusAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
|
||||||
|
Me.DataGridViewTextBoxColumn5.ReadOnly = True
|
||||||
|
'
|
||||||
|
'RUserDesativadoBindingSource
|
||||||
|
'
|
||||||
|
Me.RUserDesativadoBindingSource.DataMember = "rUserDesativado"
|
||||||
|
Me.RUserDesativadoBindingSource.DataSource = Me.Bancouc10DataSet
|
||||||
|
'
|
||||||
|
'RUserDesativadoTableAdapter
|
||||||
|
'
|
||||||
|
Me.RUserDesativadoTableAdapter.ClearBeforeFill = True
|
||||||
|
'
|
||||||
|
'RUserDesativadoDataGridView
|
||||||
|
'
|
||||||
|
Me.RUserDesativadoDataGridView.AllowUserToAddRows = False
|
||||||
|
Me.RUserDesativadoDataGridView.AllowUserToDeleteRows = False
|
||||||
|
Me.RUserDesativadoDataGridView.AutoGenerateColumns = False
|
||||||
|
Me.RUserDesativadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
|
Me.RUserDesativadoDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11})
|
||||||
|
Me.RUserDesativadoDataGridView.DataSource = Me.RUserDesativadoBindingSource
|
||||||
|
Me.RUserDesativadoDataGridView.Location = New System.Drawing.Point(12, 274)
|
||||||
|
Me.RUserDesativadoDataGridView.Name = "RUserDesativadoDataGridView"
|
||||||
|
Me.RUserDesativadoDataGridView.ReadOnly = True
|
||||||
|
Me.RUserDesativadoDataGridView.Size = New System.Drawing.Size(776, 269)
|
||||||
|
Me.RUserDesativadoDataGridView.TabIndex = 1
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn6
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn6.DataPropertyName = "nomeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn6.HeaderText = "nomeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
|
||||||
|
Me.DataGridViewTextBoxColumn6.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn7
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn7.DataPropertyName = "cidadeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn7.HeaderText = "cidadeUser"
|
||||||
|
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
|
||||||
|
Me.DataGridViewTextBoxColumn7.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn8
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn8.DataPropertyName = "loginUser"
|
||||||
|
Me.DataGridViewTextBoxColumn8.HeaderText = "loginUser"
|
||||||
|
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||||
|
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn9
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn9.DataPropertyName = "senhaUser"
|
||||||
|
Me.DataGridViewTextBoxColumn9.HeaderText = "senhaUser"
|
||||||
|
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
||||||
|
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn10
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn10.DataPropertyName = "statusUser"
|
||||||
|
Me.DataGridViewTextBoxColumn10.HeaderText = "statusUser"
|
||||||
|
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
||||||
|
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
||||||
|
'
|
||||||
|
'DataGridViewTextBoxColumn11
|
||||||
|
'
|
||||||
|
Me.DataGridViewTextBoxColumn11.DataPropertyName = "nomeAdmin"
|
||||||
|
Me.DataGridViewTextBoxColumn11.HeaderText = "responsável"
|
||||||
|
Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
|
||||||
|
Me.DataGridViewTextBoxColumn11.ReadOnly = True
|
||||||
|
'
|
||||||
|
'rDesativados
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(808, 555)
|
||||||
|
Me.Controls.Add(Me.RUserDesativadoDataGridView)
|
||||||
|
Me.Controls.Add(Me.RAdminDesativadoDataGridView)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "rDesativados"
|
||||||
|
Me.Text = "Relatorio Usuários Desativados"
|
||||||
|
CType(Me.Bancouc10DataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RAdminDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RAdminDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RUserDesativadoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RUserDesativadoDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Bancouc10DataSet As bancouc10DataSet
|
||||||
|
Friend WithEvents RAdminDesativadoBindingSource As BindingSource
|
||||||
|
Friend WithEvents RAdminDesativadoTableAdapter As bancouc10DataSetTableAdapters.rAdminDesativadoTableAdapter
|
||||||
|
Friend WithEvents TableAdapterManager As bancouc10DataSetTableAdapters.TableAdapterManager
|
||||||
|
Friend WithEvents RAdminDesativadoDataGridView 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 RUserDesativadoBindingSource As BindingSource
|
||||||
|
Friend WithEvents RUserDesativadoTableAdapter As bancouc10DataSetTableAdapters.rUserDesativadoTableAdapter
|
||||||
|
Friend WithEvents RUserDesativadoDataGridView As DataGridView
|
||||||
|
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
|
138
ProjetoTrabalho/Relatórios/rDesativados.resx
Executable file
138
ProjetoTrabalho/Relatórios/rDesativados.resx
Executable 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="Bancouc10DataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RAdminDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>170, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RAdminDesativadoTableAdapter.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>633, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RUserDesativadoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 56</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="RUserDesativadoTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>240, 56</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
9
ProjetoTrabalho/Relatórios/rDesativados.vb
Executable file
9
ProjetoTrabalho/Relatórios/rDesativados.vb
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
Public Class rDesativados
|
||||||
|
Private Sub rDesativados_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.rUserDesativado'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.RUserDesativadoTableAdapter.Fill(Me.Bancouc10DataSet.rUserDesativado)
|
||||||
|
'TODO: esta linha de código carrega dados na tabela 'Bancouc10DataSet.rAdminDesativado'. Você pode movê-la ou removê-la conforme necessário.
|
||||||
|
Me.RAdminDesativadoTableAdapter.Fill(Me.Bancouc10DataSet.rAdminDesativado)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
End Class
|
BIN
ProjetoTrabalho/bancouc10.accdb
Executable file
BIN
ProjetoTrabalho/bancouc10.accdb
Executable file
Binary file not shown.
6102
ProjetoTrabalho/bancouc10DataSet.Designer.vb
generated
Executable file
6102
ProjetoTrabalho/bancouc10DataSet.Designer.vb
generated
Executable file
File diff suppressed because it is too large
Load Diff
2
ProjetoTrabalho/bancouc10DataSet.vb
Executable file
2
ProjetoTrabalho/bancouc10DataSet.vb
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
Partial Class bancouc10DataSet
|
||||||
|
End Class
|
21
ProjetoTrabalho/bancouc10DataSet.xsc
Executable file
21
ProjetoTrabalho/bancouc10DataSet.xsc
Executable file
@ -0,0 +1,21 @@
|
|||||||
|
<?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="tbAdmin">
|
||||||
|
<ColumnUISettings>
|
||||||
|
<ColumnUISetting Name="loginAdmin">
|
||||||
|
<ControlSettings>
|
||||||
|
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
|
||||||
|
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
</ControlSetting>
|
||||||
|
</ControlSettings>
|
||||||
|
</ColumnUISetting>
|
||||||
|
</ColumnUISettings>
|
||||||
|
</TableUISetting>
|
||||||
|
</TableUISettings>
|
||||||
|
</DataSetUISetting>
|
594
ProjetoTrabalho/bancouc10DataSet.xsd
Executable file
594
ProjetoTrabalho/bancouc10DataSet.xsd
Executable file
@ -0,0 +1,594 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema id="bancouc10DataSet" targetNamespace="http://tempuri.org/bancouc10DataSet.xsd" xmlns:mstns="http://tempuri.org/bancouc10DataSet.xsd" xmlns="http://tempuri.org/bancouc10DataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" GeneratorFunctionsComponentClassName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" UserFunctionsComponentName="QueriesTableAdapter" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
<Connections>
|
||||||
|
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="bancouc10ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="bancouc10ConnectionString (MySettings)" PropertyReference="ApplicationSettings.ProjetoTrabalho.My.MySettings.GlobalReference.Default.bancouc10ConnectionString" Provider="System.Data.OleDb" />
|
||||||
|
</Connections>
|
||||||
|
<Tables>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbAdminTableAdapter" GeneratorDataComponentClassName="tbAdminTableAdapter" Name="tbAdmin" UserDataComponentName="tbAdminTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="tbAdmin" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<DeleteCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>DELETE FROM `tbAdmin` WHERE ((`idAdmin` = ?) AND ((? = 1 AND `nomeAdmin` IS NULL) OR (`nomeAdmin` = ?)) AND ((? = 1 AND `foneAdmin` IS NULL) OR (`foneAdmin` = ?)) AND ((? = 1 AND `cidadeAdmin` IS NULL) OR (`cidadeAdmin` = ?)) AND ((? = 1 AND `loginAdmin` IS NULL) OR (`loginAdmin` = ?)) AND ((? = 1 AND `senhaAdmin` IS NULL) OR (`senhaAdmin` = ?)) AND ((? = 1 AND `statusAdmin` IS NULL) OR (`statusAdmin` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_foneAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_foneAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</DeleteCommand>
|
||||||
|
<InsertCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>INSERT INTO `tbAdmin` (`nomeAdmin`, `foneAdmin`, `cidadeAdmin`, `loginAdmin`, `senhaAdmin`, `statusAdmin`) VALUES (?, ?, ?, ?, ?, ?)</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="foneAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</InsertCommand>
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
|
<CommandText>SELECT idAdmin, nomeAdmin, foneAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM tbAdmin</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
<UpdateCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>UPDATE `tbAdmin` SET `nomeAdmin` = ?, `foneAdmin` = ?, `cidadeAdmin` = ?, `loginAdmin` = ?, `senhaAdmin` = ?, `statusAdmin` = ? WHERE ((`idAdmin` = ?) AND ((? = 1 AND `nomeAdmin` IS NULL) OR (`nomeAdmin` = ?)) AND ((? = 1 AND `foneAdmin` IS NULL) OR (`foneAdmin` = ?)) AND ((? = 1 AND `cidadeAdmin` IS NULL) OR (`cidadeAdmin` = ?)) AND ((? = 1 AND `loginAdmin` IS NULL) OR (`loginAdmin` = ?)) AND ((? = 1 AND `senhaAdmin` IS NULL) OR (`senhaAdmin` = ?)) AND ((? = 1 AND `statusAdmin` IS NULL) OR (`statusAdmin` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="foneAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_foneAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_foneAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</UpdateCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="idAdmin" DataSetColumn="idAdmin" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="foneAdmin" DataSetColumn="foneAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbCadastroTableAdapter" GeneratorDataComponentClassName="tbCadastroTableAdapter" Name="tbCadastro" UserDataComponentName="tbCadastroTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="tbCadastro" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<DeleteCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>DELETE FROM `tbCadastro` WHERE ((`idUser` = ?) AND ((? = 1 AND `nomeUser` IS NULL) OR (`nomeUser` = ?)) AND ((? = 1 AND `foneUser` IS NULL) OR (`foneUser` = ?)) AND ((? = 1 AND `cidadeUser` IS NULL) OR (`cidadeUser` = ?)) AND ((? = 1 AND `loginUser` IS NULL) OR (`loginUser` = ?)) AND ((? = 1 AND `senhaUser` IS NULL) OR (`senhaUser` = ?)) AND ((? = 1 AND `statusUser` IS NULL) OR (`statusUser` = ?)) AND ((? = 1 AND `idCadastrador` IS NULL) OR (`idCadastrador` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_foneUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_foneUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</DeleteCommand>
|
||||||
|
<InsertCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>INSERT INTO `tbCadastro` (`nomeUser`, `foneUser`, `cidadeUser`, `loginUser`, `senhaUser`, `statusUser`, `idCadastrador`) VALUES (?, ?, ?, ?, ?, ?, ?)</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="foneUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</InsertCommand>
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT idUser, nomeUser, foneUser, cidadeUser, loginUser, senhaUser, statusUser, idCadastrador FROM tbCadastro</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
<UpdateCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>UPDATE `tbCadastro` SET `nomeUser` = ?, `foneUser` = ?, `cidadeUser` = ?, `loginUser` = ?, `senhaUser` = ?, `statusUser` = ?, `idCadastrador` = ? WHERE ((`idUser` = ?) AND ((? = 1 AND `nomeUser` IS NULL) OR (`nomeUser` = ?)) AND ((? = 1 AND `foneUser` IS NULL) OR (`foneUser` = ?)) AND ((? = 1 AND `cidadeUser` IS NULL) OR (`cidadeUser` = ?)) AND ((? = 1 AND `loginUser` IS NULL) OR (`loginUser` = ?)) AND ((? = 1 AND `senhaUser` IS NULL) OR (`senhaUser` = ?)) AND ((? = 1 AND `statusUser` IS NULL) OR (`statusUser` = ?)) AND ((? = 1 AND `idCadastrador` IS NULL) OR (`idCadastrador` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="foneUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_foneUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_foneUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="foneUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</UpdateCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="idUser" DataSetColumn="idUser" />
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="foneUser" DataSetColumn="foneUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="idCadastrador" DataSetColumn="idCadastrador" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rAdminAtivoTableAdapter" GeneratorDataComponentClassName="rAdminAtivoTableAdapter" Name="rAdminAtivo" UserDataComponentName="rAdminAtivoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rAdminAtivo" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeAdmin, foneAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM rAdminAtivo</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="foneAdmin" DataSetColumn="foneAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rAdminDesativadoTableAdapter" GeneratorDataComponentClassName="rAdminDesativadoTableAdapter" Name="rAdminDesativado" UserDataComponentName="rAdminDesativadoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rAdminDesativado" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeAdmin, foneAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM rAdminDesativado</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="foneAdmin" DataSetColumn="foneAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rUserAtivoTableAdapter" GeneratorDataComponentClassName="rUserAtivoTableAdapter" Name="rUserAtivo" UserDataComponentName="rUserAtivoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rUserAtivo" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeUser, foneUser, cidadeUser, loginUser, senhaUser, statusUser, nomeAdmin FROM rUserAtivo</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="foneUser" DataSetColumn="foneUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rUserDesativadoTableAdapter" GeneratorDataComponentClassName="rUserDesativadoTableAdapter" Name="rUserDesativado" UserDataComponentName="rUserDesativadoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rUserDesativado" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeUser, foneUser, cidadeUser, loginUser, senhaUser, statusUser, nomeAdmin FROM rUserDesativado</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="foneUser" DataSetColumn="foneUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
</Tables>
|
||||||
|
<Sources />
|
||||||
|
</DataSource>
|
||||||
|
</xs:appinfo>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:element name="bancouc10DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="bancouc10DataSet" msprop:Generator_UserDSName="bancouc10DataSet">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xs:element name="tbAdmin" msprop:Generator_TableClassName="tbAdminDataTable" msprop:Generator_TableVarName="tabletbAdmin" msprop:Generator_RowChangedName="tbAdminRowChanged" msprop:Generator_TablePropName="tbAdmin" msprop:Generator_RowDeletingName="tbAdminRowDeleting" msprop:Generator_RowChangingName="tbAdminRowChanging" msprop:Generator_RowEvHandlerName="tbAdminRowChangeEventHandler" msprop:Generator_RowDeletedName="tbAdminRowDeleted" msprop:Generator_RowClassName="tbAdminRow" msprop:Generator_UserTableName="tbAdmin" msprop:Generator_RowEvArgName="tbAdminRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="idAdmin" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidAdmin" msprop:Generator_ColumnPropNameInRow="idAdmin" msprop:Generator_ColumnPropNameInTable="idAdminColumn" msprop:Generator_UserColumnName="idAdmin" type="xs:int" />
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneAdmin" msprop:Generator_ColumnVarNameInTable="columnfoneAdmin" msprop:Generator_ColumnPropNameInRow="foneAdmin" msprop:Generator_ColumnPropNameInTable="foneAdminColumn" msprop:Generator_UserColumnName="foneAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="tbCadastro" msprop:Generator_TableClassName="tbCadastroDataTable" msprop:Generator_TableVarName="tabletbCadastro" msprop:Generator_RowChangedName="tbCadastroRowChanged" msprop:Generator_TablePropName="tbCadastro" msprop:Generator_RowDeletingName="tbCadastroRowDeleting" msprop:Generator_RowChangingName="tbCadastroRowChanging" msprop:Generator_RowEvHandlerName="tbCadastroRowChangeEventHandler" msprop:Generator_RowDeletedName="tbCadastroRowDeleted" msprop:Generator_RowClassName="tbCadastroRow" msprop:Generator_UserTableName="tbCadastro" msprop:Generator_RowEvArgName="tbCadastroRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="idUser" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidUser" msprop:Generator_ColumnPropNameInRow="idUser" msprop:Generator_ColumnPropNameInTable="idUserColumn" msprop:Generator_UserColumnName="idUser" type="xs:int" />
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneUser" msprop:Generator_ColumnVarNameInTable="columnfoneUser" msprop:Generator_ColumnPropNameInRow="foneUser" msprop:Generator_ColumnPropNameInTable="foneUserColumn" msprop:Generator_UserColumnName="foneUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="idCadastrador" msprop:Generator_ColumnVarNameInTable="columnidCadastrador" msprop:Generator_ColumnPropNameInRow="idCadastrador" msprop:Generator_ColumnPropNameInTable="idCadastradorColumn" msprop:Generator_UserColumnName="idCadastrador" type="xs:int" minOccurs="0" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rAdminAtivo" msprop:Generator_TableClassName="rAdminAtivoDataTable" msprop:Generator_TableVarName="tablerAdminAtivo" msprop:Generator_RowChangedName="rAdminAtivoRowChanged" msprop:Generator_TablePropName="rAdminAtivo" msprop:Generator_RowDeletingName="rAdminAtivoRowDeleting" msprop:Generator_RowChangingName="rAdminAtivoRowChanging" msprop:Generator_RowEvHandlerName="rAdminAtivoRowChangeEventHandler" msprop:Generator_RowDeletedName="rAdminAtivoRowDeleted" msprop:Generator_RowClassName="rAdminAtivoRow" msprop:Generator_UserTableName="rAdminAtivo" msprop:Generator_RowEvArgName="rAdminAtivoRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneAdmin" msprop:Generator_ColumnVarNameInTable="columnfoneAdmin" msprop:Generator_ColumnPropNameInRow="foneAdmin" msprop:Generator_ColumnPropNameInTable="foneAdminColumn" msprop:Generator_UserColumnName="foneAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rAdminDesativado" msprop:Generator_TableClassName="rAdminDesativadoDataTable" msprop:Generator_TableVarName="tablerAdminDesativado" msprop:Generator_RowChangedName="rAdminDesativadoRowChanged" msprop:Generator_TablePropName="rAdminDesativado" msprop:Generator_RowDeletingName="rAdminDesativadoRowDeleting" msprop:Generator_RowChangingName="rAdminDesativadoRowChanging" msprop:Generator_RowEvHandlerName="rAdminDesativadoRowChangeEventHandler" msprop:Generator_RowDeletedName="rAdminDesativadoRowDeleted" msprop:Generator_RowClassName="rAdminDesativadoRow" msprop:Generator_UserTableName="rAdminDesativado" msprop:Generator_RowEvArgName="rAdminDesativadoRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneAdmin" msprop:Generator_ColumnVarNameInTable="columnfoneAdmin" msprop:Generator_ColumnPropNameInRow="foneAdmin" msprop:Generator_ColumnPropNameInTable="foneAdminColumn" msprop:Generator_UserColumnName="foneAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rUserAtivo" msprop:Generator_TableClassName="rUserAtivoDataTable" msprop:Generator_TableVarName="tablerUserAtivo" msprop:Generator_RowChangedName="rUserAtivoRowChanged" msprop:Generator_TablePropName="rUserAtivo" msprop:Generator_RowDeletingName="rUserAtivoRowDeleting" msprop:Generator_RowChangingName="rUserAtivoRowChanging" msprop:Generator_RowEvHandlerName="rUserAtivoRowChangeEventHandler" msprop:Generator_RowDeletedName="rUserAtivoRowDeleted" msprop:Generator_RowClassName="rUserAtivoRow" msprop:Generator_UserTableName="rUserAtivo" msprop:Generator_RowEvArgName="rUserAtivoRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneUser" msprop:Generator_ColumnVarNameInTable="columnfoneUser" msprop:Generator_ColumnPropNameInRow="foneUser" msprop:Generator_ColumnPropNameInTable="foneUserColumn" msprop:Generator_UserColumnName="foneUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rUserDesativado" msprop:Generator_TableClassName="rUserDesativadoDataTable" msprop:Generator_TableVarName="tablerUserDesativado" msprop:Generator_RowChangedName="rUserDesativadoRowChanged" msprop:Generator_TablePropName="rUserDesativado" msprop:Generator_RowDeletingName="rUserDesativadoRowDeleting" msprop:Generator_RowChangingName="rUserDesativadoRowChanging" msprop:Generator_RowEvHandlerName="rUserDesativadoRowChangeEventHandler" msprop:Generator_RowDeletedName="rUserDesativadoRowDeleted" msprop:Generator_RowClassName="rUserDesativadoRow" msprop:Generator_UserTableName="rUserDesativado" msprop:Generator_RowEvArgName="rUserDesativadoRowChangeEvent">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="foneUser" msprop:Generator_ColumnVarNameInTable="columnfoneUser" msprop:Generator_ColumnPropNameInRow="foneUser" msprop:Generator_ColumnPropNameInTable="foneUserColumn" msprop:Generator_UserColumnName="foneUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="11" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:choice>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||||
|
<xs:selector xpath=".//mstns:tbAdmin" />
|
||||||
|
<xs:field xpath="mstns:idAdmin" />
|
||||||
|
</xs:unique>
|
||||||
|
<xs:unique name="tbCadastro_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||||
|
<xs:selector xpath=".//mstns:tbCadastro" />
|
||||||
|
<xs:field xpath="mstns:idUser" />
|
||||||
|
</xs:unique>
|
||||||
|
</xs:element>
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:appinfo>
|
||||||
|
<msdata:Relationship name="tbAdmintbCadastro" msdata:parent="tbAdmin" msdata:child="tbCadastro" msdata:parentkey="idAdmin" msdata:childkey="idCadastrador" msprop:Generator_UserChildTable="tbCadastro" msprop:Generator_ChildPropName="GettbCadastroRows" msprop:Generator_UserRelationName="tbAdmintbCadastro" msprop:Generator_RelationVarName="relationtbAdmintbCadastro" msprop:Generator_UserParentTable="tbAdmin" msprop:Generator_ParentPropName="tbAdminRow" />
|
||||||
|
</xs:appinfo>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:schema>
|
31
ProjetoTrabalho/bancouc10DataSet.xss
Executable file
31
ProjetoTrabalho/bancouc10DataSet.xss
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
<?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="-10" ViewPortY="54" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||||
|
<Shapes>
|
||||||
|
<Shape ID="DesignTable:tbAdmin" ZOrder="8" X="70" Y="70" Height="210" Width="195" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||||
|
<Shape ID="DesignTable:tbCadastro" ZOrder="7" X="335" Y="70" Height="229" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||||
|
<Shape ID="DesignTable:rAdminAtivo" ZOrder="6" X="613" Y="70" Height="191" Width="219" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||||
|
<Shape ID="DesignTable:rAdminDesativado" ZOrder="5" X="902" Y="70" Height="191" Width="253" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
|
||||||
|
<Shape ID="DesignTable:rUserAtivo" ZOrder="4" X="1225" Y="70" Height="210" Width="206" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||||
|
<Shape ID="DesignTable:rUserDesativado" ZOrder="3" X="1501" Y="70" Height="210" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||||
|
<Shape ID="DesignSources:QueriesTableAdapter" ZOrder="1" X="67" Y="301" Height="48" Width="188" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="44" />
|
||||||
|
</Shapes>
|
||||||
|
<Connectors>
|
||||||
|
<Connector ID="DesignRelation:tbAdmintbCadastro" ZOrder="2" LineWidth="11">
|
||||||
|
<RoutePoints>
|
||||||
|
<Point>
|
||||||
|
<X>265</X>
|
||||||
|
<Y>175</Y>
|
||||||
|
</Point>
|
||||||
|
<Point>
|
||||||
|
<X>335</X>
|
||||||
|
<Y>175</Y>
|
||||||
|
</Point>
|
||||||
|
</RoutePoints>
|
||||||
|
</Connector>
|
||||||
|
</Connectors>
|
||||||
|
</DiagramLayout>
|
5787
ProjetoTrabalho/bancouc10DataSet1.Designer.vb
generated
Executable file
5787
ProjetoTrabalho/bancouc10DataSet1.Designer.vb
generated
Executable file
File diff suppressed because it is too large
Load Diff
32
ProjetoTrabalho/bancouc10DataSet1.xsc
Executable file
32
ProjetoTrabalho/bancouc10DataSet1.xsc
Executable file
@ -0,0 +1,32 @@
|
|||||||
|
<?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="tbAdmin">
|
||||||
|
<ColumnUISettings>
|
||||||
|
<ColumnUISetting Name="statusAdmin">
|
||||||
|
<ControlSettings>
|
||||||
|
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
|
||||||
|
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
</ControlSetting>
|
||||||
|
</ControlSettings>
|
||||||
|
</ColumnUISetting>
|
||||||
|
</ColumnUISettings>
|
||||||
|
</TableUISetting>
|
||||||
|
<TableUISetting Name="tbCadastro">
|
||||||
|
<ColumnUISettings>
|
||||||
|
<ColumnUISetting Name="idCadastrador">
|
||||||
|
<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>
|
||||||
|
</TableUISettings>
|
||||||
|
</DataSetUISetting>
|
534
ProjetoTrabalho/bancouc10DataSet1.xsd
Executable file
534
ProjetoTrabalho/bancouc10DataSet1.xsd
Executable file
@ -0,0 +1,534 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema id="bancouc10DataSet" targetNamespace="http://tempuri.org/bancouc10DataSet1.xsd" xmlns:mstns="http://tempuri.org/bancouc10DataSet1.xsd" xmlns="http://tempuri.org/bancouc10DataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
<Connections>
|
||||||
|
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="bancouc10ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="bancouc10ConnectionString (MySettings)" PropertyReference="ApplicationSettings.ProjetoTrabalho.My.MySettings.GlobalReference.Default.bancouc10ConnectionString" Provider="System.Data.OleDb" />
|
||||||
|
</Connections>
|
||||||
|
<Tables>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbAdminTableAdapter" GeneratorDataComponentClassName="tbAdminTableAdapter" Name="tbAdmin" UserDataComponentName="tbAdminTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="tbAdmin" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<DeleteCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>DELETE FROM `tbAdmin` WHERE ((`idAdmin` = ?) AND ((? = 1 AND `nomeAdmin` IS NULL) OR (`nomeAdmin` = ?)) AND ((? = 1 AND `cidadeAdmin` IS NULL) OR (`cidadeAdmin` = ?)) AND ((? = 1 AND `loginAdmin` IS NULL) OR (`loginAdmin` = ?)) AND ((? = 1 AND `senhaAdmin` IS NULL) OR (`senhaAdmin` = ?)) AND ((? = 1 AND `statusAdmin` IS NULL) OR (`statusAdmin` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</DeleteCommand>
|
||||||
|
<InsertCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>INSERT INTO `tbAdmin` (`nomeAdmin`, `cidadeAdmin`, `loginAdmin`, `senhaAdmin`, `statusAdmin`) VALUES (?, ?, ?, ?, ?)</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</InsertCommand>
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT idAdmin, nomeAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM tbAdmin</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
<UpdateCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>UPDATE `tbAdmin` SET `nomeAdmin` = ?, `cidadeAdmin` = ?, `loginAdmin` = ?, `senhaAdmin` = ?, `statusAdmin` = ? WHERE ((`idAdmin` = ?) AND ((? = 1 AND `nomeAdmin` IS NULL) OR (`nomeAdmin` = ?)) AND ((? = 1 AND `cidadeAdmin` IS NULL) OR (`cidadeAdmin` = ?)) AND ((? = 1 AND `loginAdmin` IS NULL) OR (`loginAdmin` = ?)) AND ((? = 1 AND `senhaAdmin` IS NULL) OR (`senhaAdmin` = ?)) AND ((? = 1 AND `statusAdmin` IS NULL) OR (`statusAdmin` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusAdmin" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusAdmin" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusAdmin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</UpdateCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="idAdmin" DataSetColumn="idAdmin" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbCadastroTableAdapter" GeneratorDataComponentClassName="tbCadastroTableAdapter" Name="tbCadastro" UserDataComponentName="tbCadastroTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="tbCadastro" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<DeleteCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>DELETE FROM `tbCadastro` WHERE ((`idUser` = ?) AND ((? = 1 AND `nomeUser` IS NULL) OR (`nomeUser` = ?)) AND ((? = 1 AND `cidadeUser` IS NULL) OR (`cidadeUser` = ?)) AND ((? = 1 AND `loginUser` IS NULL) OR (`loginUser` = ?)) AND ((? = 1 AND `senhaUser` IS NULL) OR (`senhaUser` = ?)) AND ((? = 1 AND `statusUser` IS NULL) OR (`statusUser` = ?)) AND ((? = 1 AND `idCadastrador` IS NULL) OR (`idCadastrador` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</DeleteCommand>
|
||||||
|
<InsertCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>INSERT INTO `tbCadastro` (`nomeUser`, `cidadeUser`, `loginUser`, `senhaUser`, `statusUser`, `idCadastrador`) VALUES (?, ?, ?, ?, ?, ?)</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</InsertCommand>
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT idUser, nomeUser, cidadeUser, loginUser, senhaUser, statusUser, idCadastrador FROM tbCadastro</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
<UpdateCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>UPDATE `tbCadastro` SET `nomeUser` = ?, `cidadeUser` = ?, `loginUser` = ?, `senhaUser` = ?, `statusUser` = ?, `idCadastrador` = ? WHERE ((`idUser` = ?) AND ((? = 1 AND `nomeUser` IS NULL) OR (`nomeUser` = ?)) AND ((? = 1 AND `cidadeUser` IS NULL) OR (`cidadeUser` = ?)) AND ((? = 1 AND `loginUser` IS NULL) OR (`loginUser` = ?)) AND ((? = 1 AND `senhaUser` IS NULL) OR (`senhaUser` = ?)) AND ((? = 1 AND `statusUser` IS NULL) OR (`statusUser` = ?)) AND ((? = 1 AND `idCadastrador` IS NULL) OR (`idCadastrador` = ?)))</CommandText>
|
||||||
|
<Parameters>
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_nomeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_nomeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="nomeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_cidadeUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_cidadeUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="cidadeUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_loginUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_loginUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="loginUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_senhaUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_senhaUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="senhaUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_statusUser" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_statusUser" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="statusUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_idCadastrador" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="idCadastrador" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
</Parameters>
|
||||||
|
</DbCommand>
|
||||||
|
</UpdateCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="idUser" DataSetColumn="idUser" />
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="idCadastrador" DataSetColumn="idCadastrador" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rAdminAtivoTableAdapter" GeneratorDataComponentClassName="rAdminAtivoTableAdapter" Name="rAdminAtivo" UserDataComponentName="rAdminAtivoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rAdminAtivo" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM rAdminAtivo</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rAdminDesativadoTableAdapter" GeneratorDataComponentClassName="rAdminDesativadoTableAdapter" Name="rAdminDesativado" UserDataComponentName="rAdminDesativadoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rAdminDesativado" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeAdmin, cidadeAdmin, loginAdmin, senhaAdmin, statusAdmin FROM rAdminDesativado</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
<Mapping SourceColumn="cidadeAdmin" DataSetColumn="cidadeAdmin" />
|
||||||
|
<Mapping SourceColumn="loginAdmin" DataSetColumn="loginAdmin" />
|
||||||
|
<Mapping SourceColumn="senhaAdmin" DataSetColumn="senhaAdmin" />
|
||||||
|
<Mapping SourceColumn="statusAdmin" DataSetColumn="statusAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rUserAtivoTableAdapter" GeneratorDataComponentClassName="rUserAtivoTableAdapter" Name="rUserAtivo" UserDataComponentName="rUserAtivoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rUserAtivo" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeUser, cidadeUser, loginUser, senhaUser, statusUser, nomeAdmin FROM rUserAtivo</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rUserDesativadoTableAdapter" GeneratorDataComponentClassName="rUserDesativadoTableAdapter" Name="rUserDesativado" UserDataComponentName="rUserDesativadoTableAdapter">
|
||||||
|
<MainSource>
|
||||||
|
<DbSource ConnectionRef="bancouc10ConnectionString (MySettings)" DbObjectName="rUserDesativado" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
|
<SelectCommand>
|
||||||
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
|
<CommandText>SELECT nomeUser, cidadeUser, loginUser, senhaUser, statusUser, nomeAdmin FROM rUserDesativado</CommandText>
|
||||||
|
<Parameters />
|
||||||
|
</DbCommand>
|
||||||
|
</SelectCommand>
|
||||||
|
</DbSource>
|
||||||
|
</MainSource>
|
||||||
|
<Mappings>
|
||||||
|
<Mapping SourceColumn="nomeUser" DataSetColumn="nomeUser" />
|
||||||
|
<Mapping SourceColumn="cidadeUser" DataSetColumn="cidadeUser" />
|
||||||
|
<Mapping SourceColumn="loginUser" DataSetColumn="loginUser" />
|
||||||
|
<Mapping SourceColumn="senhaUser" DataSetColumn="senhaUser" />
|
||||||
|
<Mapping SourceColumn="statusUser" DataSetColumn="statusUser" />
|
||||||
|
<Mapping SourceColumn="nomeAdmin" DataSetColumn="nomeAdmin" />
|
||||||
|
</Mappings>
|
||||||
|
<Sources />
|
||||||
|
</TableAdapter>
|
||||||
|
</Tables>
|
||||||
|
<Sources />
|
||||||
|
</DataSource>
|
||||||
|
</xs:appinfo>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:element name="bancouc10DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="bancouc10DataSet" msprop:Generator_UserDSName="bancouc10DataSet">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xs:element name="tbAdmin" msprop:Generator_TableClassName="tbAdminDataTable" msprop:Generator_TableVarName="tabletbAdmin" msprop:Generator_TablePropName="tbAdmin" msprop:Generator_RowDeletingName="tbAdminRowDeleting" msprop:Generator_RowChangingName="tbAdminRowChanging" msprop:Generator_RowEvHandlerName="tbAdminRowChangeEventHandler" msprop:Generator_RowDeletedName="tbAdminRowDeleted" msprop:Generator_UserTableName="tbAdmin" msprop:Generator_RowChangedName="tbAdminRowChanged" msprop:Generator_RowEvArgName="tbAdminRowChangeEvent" msprop:Generator_RowClassName="tbAdminRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="idAdmin" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidAdmin" msprop:Generator_ColumnPropNameInRow="idAdmin" msprop:Generator_ColumnPropNameInTable="idAdminColumn" msprop:Generator_UserColumnName="idAdmin" type="xs:int" />
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="tbCadastro" msprop:Generator_TableClassName="tbCadastroDataTable" msprop:Generator_TableVarName="tabletbCadastro" msprop:Generator_TablePropName="tbCadastro" msprop:Generator_RowDeletingName="tbCadastroRowDeleting" msprop:Generator_RowChangingName="tbCadastroRowChanging" msprop:Generator_RowEvHandlerName="tbCadastroRowChangeEventHandler" msprop:Generator_RowDeletedName="tbCadastroRowDeleted" msprop:Generator_UserTableName="tbCadastro" msprop:Generator_RowChangedName="tbCadastroRowChanged" msprop:Generator_RowEvArgName="tbCadastroRowChangeEvent" msprop:Generator_RowClassName="tbCadastroRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="idUser" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidUser" msprop:Generator_ColumnPropNameInRow="idUser" msprop:Generator_ColumnPropNameInTable="idUserColumn" msprop:Generator_UserColumnName="idUser" type="xs:int" />
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="idCadastrador" msprop:Generator_ColumnVarNameInTable="columnidCadastrador" msprop:Generator_ColumnPropNameInRow="idCadastrador" msprop:Generator_ColumnPropNameInTable="idCadastradorColumn" msprop:Generator_UserColumnName="idCadastrador" type="xs:int" minOccurs="0" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rAdminAtivo" msprop:Generator_TableClassName="rAdminAtivoDataTable" msprop:Generator_TableVarName="tablerAdminAtivo" msprop:Generator_TablePropName="rAdminAtivo" msprop:Generator_RowDeletingName="rAdminAtivoRowDeleting" msprop:Generator_RowChangingName="rAdminAtivoRowChanging" msprop:Generator_RowEvHandlerName="rAdminAtivoRowChangeEventHandler" msprop:Generator_RowDeletedName="rAdminAtivoRowDeleted" msprop:Generator_UserTableName="rAdminAtivo" msprop:Generator_RowChangedName="rAdminAtivoRowChanged" msprop:Generator_RowEvArgName="rAdminAtivoRowChangeEvent" msprop:Generator_RowClassName="rAdminAtivoRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rAdminDesativado" msprop:Generator_TableClassName="rAdminDesativadoDataTable" msprop:Generator_TableVarName="tablerAdminDesativado" msprop:Generator_TablePropName="rAdminDesativado" msprop:Generator_RowDeletingName="rAdminDesativadoRowDeleting" msprop:Generator_RowChangingName="rAdminDesativadoRowChanging" msprop:Generator_RowEvHandlerName="rAdminDesativadoRowChangeEventHandler" msprop:Generator_RowDeletedName="rAdminDesativadoRowDeleted" msprop:Generator_UserTableName="rAdminDesativado" msprop:Generator_RowChangedName="rAdminDesativadoRowChanged" msprop:Generator_RowEvArgName="rAdminDesativadoRowChangeEvent" msprop:Generator_RowClassName="rAdminDesativadoRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeAdmin" msprop:Generator_ColumnVarNameInTable="columncidadeAdmin" msprop:Generator_ColumnPropNameInRow="cidadeAdmin" msprop:Generator_ColumnPropNameInTable="cidadeAdminColumn" msprop:Generator_UserColumnName="cidadeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginAdmin" msprop:Generator_ColumnVarNameInTable="columnloginAdmin" msprop:Generator_ColumnPropNameInRow="loginAdmin" msprop:Generator_ColumnPropNameInTable="loginAdminColumn" msprop:Generator_UserColumnName="loginAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaAdmin" msprop:Generator_ColumnVarNameInTable="columnsenhaAdmin" msprop:Generator_ColumnPropNameInRow="senhaAdmin" msprop:Generator_ColumnPropNameInTable="senhaAdminColumn" msprop:Generator_UserColumnName="senhaAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusAdmin" msprop:Generator_ColumnVarNameInTable="columnstatusAdmin" msprop:Generator_ColumnPropNameInRow="statusAdmin" msprop:Generator_ColumnPropNameInTable="statusAdminColumn" msprop:Generator_UserColumnName="statusAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rUserAtivo" msprop:Generator_TableClassName="rUserAtivoDataTable" msprop:Generator_TableVarName="tablerUserAtivo" msprop:Generator_TablePropName="rUserAtivo" msprop:Generator_RowDeletingName="rUserAtivoRowDeleting" msprop:Generator_RowChangingName="rUserAtivoRowChanging" msprop:Generator_RowEvHandlerName="rUserAtivoRowChangeEventHandler" msprop:Generator_RowDeletedName="rUserAtivoRowDeleted" msprop:Generator_UserTableName="rUserAtivo" msprop:Generator_RowChangedName="rUserAtivoRowChanged" msprop:Generator_RowEvArgName="rUserAtivoRowChangeEvent" msprop:Generator_RowClassName="rUserAtivoRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="rUserDesativado" msprop:Generator_TableClassName="rUserDesativadoDataTable" msprop:Generator_TableVarName="tablerUserDesativado" msprop:Generator_TablePropName="rUserDesativado" msprop:Generator_RowDeletingName="rUserDesativadoRowDeleting" msprop:Generator_RowChangingName="rUserDesativadoRowChanging" msprop:Generator_RowEvHandlerName="rUserDesativadoRowChangeEventHandler" msprop:Generator_RowDeletedName="rUserDesativadoRowDeleted" msprop:Generator_UserTableName="rUserDesativado" msprop:Generator_RowChangedName="rUserDesativadoRowChanged" msprop:Generator_RowEvArgName="rUserDesativadoRowChangeEvent" msprop:Generator_RowClassName="rUserDesativadoRow">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="nomeUser" msprop:Generator_ColumnVarNameInTable="columnnomeUser" msprop:Generator_ColumnPropNameInRow="nomeUser" msprop:Generator_ColumnPropNameInTable="nomeUserColumn" msprop:Generator_UserColumnName="nomeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="cidadeUser" msprop:Generator_ColumnVarNameInTable="columncidadeUser" msprop:Generator_ColumnPropNameInRow="cidadeUser" msprop:Generator_ColumnPropNameInTable="cidadeUserColumn" msprop:Generator_UserColumnName="cidadeUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="loginUser" msprop:Generator_ColumnVarNameInTable="columnloginUser" msprop:Generator_ColumnPropNameInRow="loginUser" msprop:Generator_ColumnPropNameInTable="loginUserColumn" msprop:Generator_UserColumnName="loginUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="senhaUser" msprop:Generator_ColumnVarNameInTable="columnsenhaUser" msprop:Generator_ColumnPropNameInRow="senhaUser" msprop:Generator_ColumnPropNameInTable="senhaUserColumn" msprop:Generator_UserColumnName="senhaUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="16" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="statusUser" msprop:Generator_ColumnVarNameInTable="columnstatusUser" msprop:Generator_ColumnPropNameInRow="statusUser" msprop:Generator_ColumnPropNameInTable="statusUserColumn" msprop:Generator_UserColumnName="statusUser" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="20" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="nomeAdmin" msprop:Generator_ColumnVarNameInTable="columnnomeAdmin" msprop:Generator_ColumnPropNameInRow="nomeAdmin" msprop:Generator_ColumnPropNameInTable="nomeAdminColumn" msprop:Generator_UserColumnName="nomeAdmin" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="50" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:choice>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||||
|
<xs:selector xpath=".//mstns:tbAdmin" />
|
||||||
|
<xs:field xpath="mstns:idAdmin" />
|
||||||
|
</xs:unique>
|
||||||
|
<xs:unique name="tbCadastro_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||||
|
<xs:selector xpath=".//mstns:tbCadastro" />
|
||||||
|
<xs:field xpath="mstns:idUser" />
|
||||||
|
</xs:unique>
|
||||||
|
</xs:element>
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:appinfo>
|
||||||
|
<msdata:Relationship name="tbAdmintbCadastro" msdata:parent="tbAdmin" msdata:child="tbCadastro" msdata:parentkey="idAdmin" msdata:childkey="idCadastrador" msprop:Generator_UserChildTable="tbCadastro" msprop:Generator_ChildPropName="GettbCadastroRows" msprop:Generator_UserRelationName="tbAdmintbCadastro" msprop:Generator_ParentPropName="tbAdminRow" msprop:Generator_RelationVarName="relationtbAdmintbCadastro" msprop:Generator_UserParentTable="tbAdmin" />
|
||||||
|
</xs:appinfo>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:schema>
|
1
ProjetoTrabalho/bancouc10DataSet1.xss
Executable file
1
ProjetoTrabalho/bancouc10DataSet1.xss
Executable file
@ -0,0 +1 @@
|
|||||||
|
|
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# VB.Net project meant for some partial grade(?)
|
||||||
|
# Authors F. Raszeja
|
||||||
|
|
||||||
|
for archival purposes only
|
BIN
bancouc10.accdb
Executable file
BIN
bancouc10.accdb
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user