generated from VBNet_Archive/ProjetoTrabalho
488 lines
28 KiB
VB.net
Executable File
488 lines
28 KiB
VB.net
Executable File
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FCliente
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Descartar substituições de formulário para limpar a lista de componentes.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Exigido pelo Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'OBSERVAÇÃO: o procedimento a seguir é exigido pelo Windows Form Designer
|
|
'Pode ser modificado usando o Windows Form Designer.
|
|
'Não o modifique usando o editor de códigos.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim NomeClienteLabel As System.Windows.Forms.Label
|
|
Dim RgClienteLabel As System.Windows.Forms.Label
|
|
Dim CpfClienteLabel As System.Windows.Forms.Label
|
|
Dim TelClienteLabel As System.Windows.Forms.Label
|
|
Dim CelClienteLabel As System.Windows.Forms.Label
|
|
Dim RuaClienteLabel As System.Windows.Forms.Label
|
|
Dim NumeroClienteLabel As System.Windows.Forms.Label
|
|
Dim CidadeClienteLabel As System.Windows.Forms.Label
|
|
Dim StatusClienteLabel As System.Windows.Forms.Label
|
|
Dim Label1 As System.Windows.Forms.Label
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FCliente))
|
|
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
|
|
Me.TbClienteBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TbClienteTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter()
|
|
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
|
|
Me.TbClienteBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
|
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.TbClienteBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.IdClienteTextBox = New System.Windows.Forms.TextBox()
|
|
Me.NomeClienteTextBox = New System.Windows.Forms.TextBox()
|
|
Me.TelClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
|
|
Me.CelClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
|
|
Me.RuaClienteTextBox = New System.Windows.Forms.TextBox()
|
|
Me.NumeroClienteTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CidadeClienteTextBox = New System.Windows.Forms.TextBox()
|
|
Me.StatusEmprestimoComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.RgClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
|
|
Me.CpfClienteMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
|
|
NomeClienteLabel = New System.Windows.Forms.Label()
|
|
RgClienteLabel = New System.Windows.Forms.Label()
|
|
CpfClienteLabel = New System.Windows.Forms.Label()
|
|
TelClienteLabel = New System.Windows.Forms.Label()
|
|
CelClienteLabel = New System.Windows.Forms.Label()
|
|
RuaClienteLabel = New System.Windows.Forms.Label()
|
|
NumeroClienteLabel = New System.Windows.Forms.Label()
|
|
CidadeClienteLabel = New System.Windows.Forms.Label()
|
|
StatusClienteLabel = New System.Windows.Forms.Label()
|
|
Label1 = New System.Windows.Forms.Label()
|
|
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TbClienteBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TbClienteBindingNavigator.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'NomeClienteLabel
|
|
'
|
|
NomeClienteLabel.AutoSize = True
|
|
NomeClienteLabel.Location = New System.Drawing.Point(15, 94)
|
|
NomeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
NomeClienteLabel.Name = "NomeClienteLabel"
|
|
NomeClienteLabel.Size = New System.Drawing.Size(55, 20)
|
|
NomeClienteLabel.TabIndex = 3
|
|
NomeClienteLabel.Text = "Nome:"
|
|
'
|
|
'RgClienteLabel
|
|
'
|
|
RgClienteLabel.AutoSize = True
|
|
RgClienteLabel.Location = New System.Drawing.Point(392, 94)
|
|
RgClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
RgClienteLabel.Name = "RgClienteLabel"
|
|
RgClienteLabel.Size = New System.Drawing.Size(38, 20)
|
|
RgClienteLabel.TabIndex = 5
|
|
RgClienteLabel.Text = "RG:"
|
|
'
|
|
'CpfClienteLabel
|
|
'
|
|
CpfClienteLabel.AutoSize = True
|
|
CpfClienteLabel.Location = New System.Drawing.Point(574, 94)
|
|
CpfClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
CpfClienteLabel.Name = "CpfClienteLabel"
|
|
CpfClienteLabel.Size = New System.Drawing.Size(44, 20)
|
|
CpfClienteLabel.TabIndex = 7
|
|
CpfClienteLabel.Text = "CPF:"
|
|
'
|
|
'TelClienteLabel
|
|
'
|
|
TelClienteLabel.AutoSize = True
|
|
TelClienteLabel.Location = New System.Drawing.Point(241, 130)
|
|
TelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
TelClienteLabel.Name = "TelClienteLabel"
|
|
TelClienteLabel.Size = New System.Drawing.Size(75, 20)
|
|
TelClienteLabel.TabIndex = 9
|
|
TelClienteLabel.Text = "Telefone:"
|
|
'
|
|
'CelClienteLabel
|
|
'
|
|
CelClienteLabel.AutoSize = True
|
|
CelClienteLabel.Location = New System.Drawing.Point(15, 130)
|
|
CelClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
CelClienteLabel.Name = "CelClienteLabel"
|
|
CelClienteLabel.Size = New System.Drawing.Size(62, 20)
|
|
CelClienteLabel.TabIndex = 11
|
|
CelClienteLabel.Text = "Celular:"
|
|
'
|
|
'RuaClienteLabel
|
|
'
|
|
RuaClienteLabel.AutoSize = True
|
|
RuaClienteLabel.Location = New System.Drawing.Point(15, 169)
|
|
RuaClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
RuaClienteLabel.Name = "RuaClienteLabel"
|
|
RuaClienteLabel.Size = New System.Drawing.Size(43, 20)
|
|
RuaClienteLabel.TabIndex = 13
|
|
RuaClienteLabel.Text = "Rua:"
|
|
'
|
|
'NumeroClienteLabel
|
|
'
|
|
NumeroClienteLabel.AutoSize = True
|
|
NumeroClienteLabel.Location = New System.Drawing.Point(672, 166)
|
|
NumeroClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
NumeroClienteLabel.Name = "NumeroClienteLabel"
|
|
NumeroClienteLabel.Size = New System.Drawing.Size(69, 20)
|
|
NumeroClienteLabel.TabIndex = 15
|
|
NumeroClienteLabel.Text = "Número:"
|
|
'
|
|
'CidadeClienteLabel
|
|
'
|
|
CidadeClienteLabel.AutoSize = True
|
|
CidadeClienteLabel.Location = New System.Drawing.Point(392, 166)
|
|
CidadeClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
CidadeClienteLabel.Name = "CidadeClienteLabel"
|
|
CidadeClienteLabel.Size = New System.Drawing.Size(63, 20)
|
|
CidadeClienteLabel.TabIndex = 17
|
|
CidadeClienteLabel.Text = "Cidade:"
|
|
'
|
|
'StatusClienteLabel
|
|
'
|
|
StatusClienteLabel.AutoSize = True
|
|
StatusClienteLabel.Location = New System.Drawing.Point(15, 205)
|
|
StatusClienteLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
StatusClienteLabel.Name = "StatusClienteLabel"
|
|
StatusClienteLabel.Size = New System.Drawing.Size(60, 20)
|
|
StatusClienteLabel.TabIndex = 19
|
|
StatusClienteLabel.Text = "Status:"
|
|
'
|
|
'Label1
|
|
'
|
|
Label1.AutoSize = True
|
|
Label1.Location = New System.Drawing.Point(15, 54)
|
|
Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
|
|
Label1.Name = "Label1"
|
|
Label1.Size = New System.Drawing.Size(18, 20)
|
|
Label1.TabIndex = 22
|
|
Label1.Text = "#"
|
|
'
|
|
'DbBibliotecaDataSet
|
|
'
|
|
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
|
|
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TbClienteBindingSource
|
|
'
|
|
Me.TbClienteBindingSource.DataMember = "tbCliente"
|
|
Me.TbClienteBindingSource.DataSource = Me.DbBibliotecaDataSet
|
|
'
|
|
'TbClienteTableAdapter
|
|
'
|
|
Me.TbClienteTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.tbAutorTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbClienteTableAdapter = Me.TbClienteTableAdapter
|
|
Me.TableAdapterManager.tbEditoraTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbEmprestimoTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbFuncionarioTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbItemTableAdapter = Nothing
|
|
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TbClienteBindingNavigator
|
|
'
|
|
Me.TbClienteBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
|
|
Me.TbClienteBindingNavigator.BindingSource = Me.TbClienteBindingSource
|
|
Me.TbClienteBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
|
Me.TbClienteBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
|
Me.TbClienteBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TbClienteBindingNavigatorSaveItem})
|
|
Me.TbClienteBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
|
Me.TbClienteBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
|
Me.TbClienteBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
|
Me.TbClienteBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
|
Me.TbClienteBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
|
Me.TbClienteBindingNavigator.Name = "TbClienteBindingNavigator"
|
|
Me.TbClienteBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
|
|
Me.TbClienteBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
|
Me.TbClienteBindingNavigator.Size = New System.Drawing.Size(842, 25)
|
|
Me.TbClienteBindingNavigator.TabIndex = 0
|
|
Me.TbClienteBindingNavigator.Text = "BindingNavigator1"
|
|
'
|
|
'BindingNavigatorAddNewItem
|
|
'
|
|
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
|
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorAddNewItem.Text = "Adicionar novo"
|
|
'
|
|
'BindingNavigatorCountItem
|
|
'
|
|
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
|
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
|
|
Me.BindingNavigatorCountItem.Text = "de {0}"
|
|
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
|
|
'
|
|
'BindingNavigatorDeleteItem
|
|
'
|
|
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
|
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorDeleteItem.Text = "Excluir"
|
|
'
|
|
'BindingNavigatorMoveFirstItem
|
|
'
|
|
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
|
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveFirstItem.Text = "Mover primeiro"
|
|
'
|
|
'BindingNavigatorMovePreviousItem
|
|
'
|
|
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
|
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
|
|
'
|
|
'BindingNavigatorSeparator
|
|
'
|
|
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
|
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
Me.BindingNavigatorPositionItem.AccessibleName = "Posição"
|
|
Me.BindingNavigatorPositionItem.AutoSize = False
|
|
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
|
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
|
Me.BindingNavigatorPositionItem.Text = "0"
|
|
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
|
|
'
|
|
'BindingNavigatorSeparator1
|
|
'
|
|
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
|
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'BindingNavigatorMoveNextItem
|
|
'
|
|
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
|
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveNextItem.Text = "Mover próximo"
|
|
'
|
|
'BindingNavigatorMoveLastItem
|
|
'
|
|
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
|
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
|
|
'
|
|
'BindingNavigatorSeparator2
|
|
'
|
|
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
|
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'TbClienteBindingNavigatorSaveItem
|
|
'
|
|
Me.TbClienteBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TbClienteBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbClienteBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
|
Me.TbClienteBindingNavigatorSaveItem.Name = "TbClienteBindingNavigatorSaveItem"
|
|
Me.TbClienteBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.TbClienteBindingNavigatorSaveItem.Text = "Salvar Dados"
|
|
'
|
|
'IdClienteTextBox
|
|
'
|
|
Me.IdClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "idCliente", True))
|
|
Me.IdClienteTextBox.Enabled = False
|
|
Me.IdClienteTextBox.Location = New System.Drawing.Point(43, 51)
|
|
Me.IdClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.IdClienteTextBox.Name = "IdClienteTextBox"
|
|
Me.IdClienteTextBox.Size = New System.Drawing.Size(31, 26)
|
|
Me.IdClienteTextBox.TabIndex = 0
|
|
'
|
|
'NomeClienteTextBox
|
|
'
|
|
Me.NomeClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "nomeCliente", True))
|
|
Me.NomeClienteTextBox.Location = New System.Drawing.Point(85, 91)
|
|
Me.NomeClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.NomeClienteTextBox.Name = "NomeClienteTextBox"
|
|
Me.NomeClienteTextBox.Size = New System.Drawing.Size(299, 26)
|
|
Me.NomeClienteTextBox.TabIndex = 1
|
|
'
|
|
'TelClienteMaskedTextBox
|
|
'
|
|
Me.TelClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "telCliente", True))
|
|
Me.TelClienteMaskedTextBox.Location = New System.Drawing.Point(324, 127)
|
|
Me.TelClienteMaskedTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.TelClienteMaskedTextBox.Mask = "(##)####-####"
|
|
Me.TelClienteMaskedTextBox.Name = "TelClienteMaskedTextBox"
|
|
Me.TelClienteMaskedTextBox.Size = New System.Drawing.Size(148, 26)
|
|
Me.TelClienteMaskedTextBox.TabIndex = 5
|
|
Me.TelClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
|
|
'
|
|
'CelClienteMaskedTextBox
|
|
'
|
|
Me.CelClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "celCliente", True))
|
|
Me.CelClienteMaskedTextBox.Location = New System.Drawing.Point(85, 127)
|
|
Me.CelClienteMaskedTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.CelClienteMaskedTextBox.Mask = "(##)#####-####"
|
|
Me.CelClienteMaskedTextBox.Name = "CelClienteMaskedTextBox"
|
|
Me.CelClienteMaskedTextBox.Size = New System.Drawing.Size(148, 26)
|
|
Me.CelClienteMaskedTextBox.TabIndex = 4
|
|
Me.CelClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
|
|
'
|
|
'RuaClienteTextBox
|
|
'
|
|
Me.RuaClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "ruaCliente", True))
|
|
Me.RuaClienteTextBox.Location = New System.Drawing.Point(85, 163)
|
|
Me.RuaClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.RuaClienteTextBox.Name = "RuaClienteTextBox"
|
|
Me.RuaClienteTextBox.Size = New System.Drawing.Size(299, 26)
|
|
Me.RuaClienteTextBox.TabIndex = 6
|
|
'
|
|
'NumeroClienteTextBox
|
|
'
|
|
Me.NumeroClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "numeroCliente", True))
|
|
Me.NumeroClienteTextBox.Location = New System.Drawing.Point(749, 163)
|
|
Me.NumeroClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.NumeroClienteTextBox.Name = "NumeroClienteTextBox"
|
|
Me.NumeroClienteTextBox.Size = New System.Drawing.Size(60, 26)
|
|
Me.NumeroClienteTextBox.TabIndex = 8
|
|
'
|
|
'CidadeClienteTextBox
|
|
'
|
|
Me.CidadeClienteTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "cidadeCliente", True))
|
|
Me.CidadeClienteTextBox.Location = New System.Drawing.Point(463, 163)
|
|
Me.CidadeClienteTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.CidadeClienteTextBox.Name = "CidadeClienteTextBox"
|
|
Me.CidadeClienteTextBox.Size = New System.Drawing.Size(201, 26)
|
|
Me.CidadeClienteTextBox.TabIndex = 7
|
|
'
|
|
'StatusEmprestimoComboBox
|
|
'
|
|
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbClienteBindingSource, "statusCliente", True))
|
|
Me.StatusEmprestimoComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "statusCliente", True))
|
|
Me.StatusEmprestimoComboBox.FormattingEnabled = True
|
|
Me.StatusEmprestimoComboBox.Items.AddRange(New Object() {"ATIVO", "DESATIVADO"})
|
|
Me.StatusEmprestimoComboBox.Location = New System.Drawing.Point(85, 202)
|
|
Me.StatusEmprestimoComboBox.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8)
|
|
Me.StatusEmprestimoComboBox.Name = "StatusEmprestimoComboBox"
|
|
Me.StatusEmprestimoComboBox.Size = New System.Drawing.Size(154, 28)
|
|
Me.StatusEmprestimoComboBox.TabIndex = 9
|
|
'
|
|
'RgClienteMaskedTextBox
|
|
'
|
|
Me.RgClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "rgCliente", True))
|
|
Me.RgClienteMaskedTextBox.Location = New System.Drawing.Point(437, 91)
|
|
Me.RgClienteMaskedTextBox.Mask = "##,###,###-#"
|
|
Me.RgClienteMaskedTextBox.Name = "RgClienteMaskedTextBox"
|
|
Me.RgClienteMaskedTextBox.Size = New System.Drawing.Size(130, 26)
|
|
Me.RgClienteMaskedTextBox.TabIndex = 23
|
|
Me.RgClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
|
|
'
|
|
'CpfClienteMaskedTextBox
|
|
'
|
|
Me.CpfClienteMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbClienteBindingSource, "cpfCliente", True))
|
|
Me.CpfClienteMaskedTextBox.Location = New System.Drawing.Point(625, 91)
|
|
Me.CpfClienteMaskedTextBox.Mask = "###,###,###-##"
|
|
Me.CpfClienteMaskedTextBox.Name = "CpfClienteMaskedTextBox"
|
|
Me.CpfClienteMaskedTextBox.Size = New System.Drawing.Size(184, 26)
|
|
Me.CpfClienteMaskedTextBox.TabIndex = 24
|
|
Me.CpfClienteMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
|
|
'
|
|
'FCliente
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(842, 282)
|
|
Me.Controls.Add(Me.CpfClienteMaskedTextBox)
|
|
Me.Controls.Add(Me.RgClienteMaskedTextBox)
|
|
Me.Controls.Add(Label1)
|
|
Me.Controls.Add(Me.StatusEmprestimoComboBox)
|
|
Me.Controls.Add(Me.IdClienteTextBox)
|
|
Me.Controls.Add(NomeClienteLabel)
|
|
Me.Controls.Add(Me.NomeClienteTextBox)
|
|
Me.Controls.Add(RgClienteLabel)
|
|
Me.Controls.Add(CpfClienteLabel)
|
|
Me.Controls.Add(TelClienteLabel)
|
|
Me.Controls.Add(Me.TelClienteMaskedTextBox)
|
|
Me.Controls.Add(CelClienteLabel)
|
|
Me.Controls.Add(Me.CelClienteMaskedTextBox)
|
|
Me.Controls.Add(RuaClienteLabel)
|
|
Me.Controls.Add(Me.RuaClienteTextBox)
|
|
Me.Controls.Add(NumeroClienteLabel)
|
|
Me.Controls.Add(Me.NumeroClienteTextBox)
|
|
Me.Controls.Add(CidadeClienteLabel)
|
|
Me.Controls.Add(Me.CidadeClienteTextBox)
|
|
Me.Controls.Add(StatusClienteLabel)
|
|
Me.Controls.Add(Me.TbClienteBindingNavigator)
|
|
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Name = "FCliente"
|
|
Me.Text = "FCliente"
|
|
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TbClienteBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TbClienteBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TbClienteBindingNavigator.ResumeLayout(False)
|
|
Me.TbClienteBindingNavigator.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
|
|
Friend WithEvents TbClienteBindingSource As BindingSource
|
|
Friend WithEvents TbClienteTableAdapter As dbBibliotecaDataSetTableAdapters.tbClienteTableAdapter
|
|
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents TbClienteBindingNavigator As BindingNavigator
|
|
Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
|
|
Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
|
|
Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
|
|
Friend WithEvents TbClienteBindingNavigatorSaveItem As ToolStripButton
|
|
Friend WithEvents IdClienteTextBox As TextBox
|
|
Friend WithEvents NomeClienteTextBox As TextBox
|
|
Friend WithEvents TelClienteMaskedTextBox As MaskedTextBox
|
|
Friend WithEvents CelClienteMaskedTextBox As MaskedTextBox
|
|
Friend WithEvents RuaClienteTextBox As TextBox
|
|
Friend WithEvents NumeroClienteTextBox As TextBox
|
|
Friend WithEvents CidadeClienteTextBox As TextBox
|
|
Friend WithEvents StatusEmprestimoComboBox As ComboBox
|
|
Friend WithEvents RgClienteMaskedTextBox As MaskedTextBox
|
|
Friend WithEvents CpfClienteMaskedTextBox As MaskedTextBox
|
|
End Class
|