示例#1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListaEtiquetas));
            this.quadroFormatos = new Apresentação.Formulários.Quadro();
            this.listViewFormatos = new System.Windows.Forms.ListView();
            this.colFormato = new System.Windows.Forms.ColumnHeader();
            this.colAutor = new System.Windows.Forms.ColumnHeader();
            this.colData = new System.Windows.Forms.ColumnHeader();
            this.quadroOpcFormatos = new Apresentação.Formulários.Quadro();
            this.opçãoNovo = new Apresentação.Formulários.Opção();
            this.quadroSeleção = new Apresentação.Formulários.Quadro();
            this.opçãoRenomear = new Apresentação.Formulários.Opção();
            this.opçãoEditar = new Apresentação.Formulários.Opção();
            this.label1 = new System.Windows.Forms.Label();
            this.opçãoExcluir = new Apresentação.Formulários.Opção();
            this.esquerda.SuspendLayout();
            this.quadroFormatos.SuspendLayout();
            this.quadroOpcFormatos.SuspendLayout();
            this.quadroSeleção.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroOpcFormatos);
            this.esquerda.Controls.Add(this.quadroSeleção);
            this.esquerda.Size = new System.Drawing.Size(187, 400);
            this.esquerda.Controls.SetChildIndex(this.quadroSeleção, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroOpcFormatos, 0);
            // 
            // quadroFormatos
            // 
            this.quadroFormatos.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.quadroFormatos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroFormatos.bInfDirArredondada = false;
            this.quadroFormatos.bInfEsqArredondada = false;
            this.quadroFormatos.bSupDirArredondada = true;
            this.quadroFormatos.bSupEsqArredondada = true;
            this.quadroFormatos.Controls.Add(this.listViewFormatos);
            this.quadroFormatos.Cor = System.Drawing.Color.SteelBlue;
            this.quadroFormatos.FundoTítulo = System.Drawing.Color.SteelBlue;
            this.quadroFormatos.LetraTítulo = System.Drawing.Color.White;
            this.quadroFormatos.Location = new System.Drawing.Point(240, 24);
            this.quadroFormatos.MostrarBotãoMinMax = false;
            this.quadroFormatos.Name = "quadroFormatos";
            this.quadroFormatos.Size = new System.Drawing.Size(368, 336);
            this.quadroFormatos.TabIndex = 6;
            this.quadroFormatos.Tamanho = 30;
            this.quadroFormatos.Título = "Formatos de etiquetas existentes";
            // 
            // listViewFormatos
            // 
            this.listViewFormatos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.listViewFormatos.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listViewFormatos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colFormato,
            this.colAutor,
            this.colData});
            this.listViewFormatos.FullRowSelect = true;
            this.listViewFormatos.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.listViewFormatos.Location = new System.Drawing.Point(1, 24);
            this.listViewFormatos.Name = "listViewFormatos";
            this.listViewFormatos.Size = new System.Drawing.Size(366, 311);
            this.listViewFormatos.TabIndex = 1;
            this.listViewFormatos.UseCompatibleStateImageBehavior = false;
            this.listViewFormatos.View = System.Windows.Forms.View.Details;
            this.listViewFormatos.DoubleClick += new System.EventHandler(this.listViewFormatos_DoubleClick);
            this.listViewFormatos.SelectedIndexChanged += new System.EventHandler(this.listViewFormatos_SelectedIndexChanged);
            // 
            // colFormato
            // 
            this.colFormato.Text = "Formato";
            this.colFormato.Width = 124;
            // 
            // colAutor
            // 
            this.colAutor.Text = "Autor";
            this.colAutor.Width = 122;
            // 
            // colData
            // 
            this.colData.Text = "Data";
            this.colData.Width = 103;
            // 
            // quadroOpcFormatos
            // 
            this.quadroOpcFormatos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroOpcFormatos.bInfDirArredondada = true;
            this.quadroOpcFormatos.bInfEsqArredondada = true;
            this.quadroOpcFormatos.bSupDirArredondada = true;
            this.quadroOpcFormatos.bSupEsqArredondada = true;
            this.quadroOpcFormatos.Controls.Add(this.opçãoNovo);
            this.quadroOpcFormatos.Cor = System.Drawing.Color.Black;
            this.quadroOpcFormatos.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroOpcFormatos.LetraTítulo = System.Drawing.Color.White;
            this.quadroOpcFormatos.Location = new System.Drawing.Point(7, 13);
            this.quadroOpcFormatos.MostrarBotãoMinMax = false;
            this.quadroOpcFormatos.Name = "quadroOpcFormatos";
            this.quadroOpcFormatos.Size = new System.Drawing.Size(160, 56);
            this.quadroOpcFormatos.TabIndex = 0;
            this.quadroOpcFormatos.Tamanho = 30;
            this.quadroOpcFormatos.Título = "Formatos";
            // 
            // opçãoNovo
            // 
            this.opçãoNovo.BackColor = System.Drawing.Color.Transparent;
            this.opçãoNovo.Descrição = "Criar novo formato";
            this.opçãoNovo.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoNovo.Imagem")));
            this.opçãoNovo.Location = new System.Drawing.Point(8, 32);
            this.opçãoNovo.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoNovo.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoNovo.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoNovo.Name = "opçãoNovo";
            this.opçãoNovo.Size = new System.Drawing.Size(150, 24);
            this.opçãoNovo.TabIndex = 1;
            this.opçãoNovo.Click += new System.EventHandler(this.opçãoNovo_Click);
            // 
            // quadroSeleção
            // 
            this.quadroSeleção.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroSeleção.bInfDirArredondada = true;
            this.quadroSeleção.bInfEsqArredondada = true;
            this.quadroSeleção.bSupDirArredondada = true;
            this.quadroSeleção.bSupEsqArredondada = true;
            this.quadroSeleção.Controls.Add(this.opçãoRenomear);
            this.quadroSeleção.Controls.Add(this.opçãoEditar);
            this.quadroSeleção.Controls.Add(this.label1);
            this.quadroSeleção.Controls.Add(this.opçãoExcluir);
            this.quadroSeleção.Cor = System.Drawing.Color.Black;
            this.quadroSeleção.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroSeleção.LetraTítulo = System.Drawing.Color.White;
            this.quadroSeleção.Location = new System.Drawing.Point(7, 75);
            this.quadroSeleção.MostrarBotãoMinMax = false;
            this.quadroSeleção.Name = "quadroSeleção";
            this.quadroSeleção.Size = new System.Drawing.Size(160, 152);
            this.quadroSeleção.TabIndex = 1;
            this.quadroSeleção.Tamanho = 30;
            this.quadroSeleção.Título = "Formato selecionado";
            this.quadroSeleção.Visible = false;
            // 
            // opçãoRenomear
            // 
            this.opçãoRenomear.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRenomear.Descrição = "Renomear";
            this.opçãoRenomear.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoRenomear.Imagem")));
            this.opçãoRenomear.Location = new System.Drawing.Point(8, 128);
            this.opçãoRenomear.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoRenomear.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRenomear.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRenomear.Name = "opçãoRenomear";
            this.opçãoRenomear.Size = new System.Drawing.Size(150, 24);
            this.opçãoRenomear.TabIndex = 4;
            this.opçãoRenomear.Click += new System.EventHandler(this.opçãoRenomear_Click);
            // 
            // opçãoEditar
            // 
            this.opçãoEditar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoEditar.Descrição = "Editar formato";
            this.opçãoEditar.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoEditar.Imagem")));
            this.opçãoEditar.Location = new System.Drawing.Point(8, 104);
            this.opçãoEditar.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoEditar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoEditar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoEditar.Name = "opçãoEditar";
            this.opçãoEditar.Size = new System.Drawing.Size(150, 24);
            this.opçãoEditar.TabIndex = 3;
            this.opçãoEditar.Click += new System.EventHandler(this.opçãoEditar_Click);
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(8, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(144, 40);
            this.label1.TabIndex = 2;
            this.label1.Text = "Sobre o formato selecionado ao lado, o que deseja?";
            // 
            // opçãoExcluir
            // 
            this.opçãoExcluir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoExcluir.Descrição = "Excluir formato";
            this.opçãoExcluir.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoExcluir.Imagem")));
            this.opçãoExcluir.Location = new System.Drawing.Point(8, 80);
            this.opçãoExcluir.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoExcluir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoExcluir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoExcluir.Name = "opçãoExcluir";
            this.opçãoExcluir.Size = new System.Drawing.Size(150, 24);
            this.opçãoExcluir.TabIndex = 1;
            this.opçãoExcluir.Click += new System.EventHandler(this.opçãoExcluir_Click);
            // 
            // ListaEtiquetas
            // 
            this.Controls.Add(this.quadroFormatos);
            this.Imagem = Resource.Etiqueta;
            this.Name = "ListaEtiquetas";
            this.Size = new System.Drawing.Size(664, 400);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.quadroFormatos, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroFormatos.ResumeLayout(false);
            this.quadroOpcFormatos.ResumeLayout(false);
            this.quadroSeleção.ResumeLayout(false);
            this.ResumeLayout(false);

		}
示例#2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntradaSaída));
            this.opçõesVisitante = new Apresentação.Formulários.Quadro();
            this.label3 = new System.Windows.Forms.Label();
            this.opçãoVisitanteRegistrarSaída = new Apresentação.Formulários.Opção();
            this.opçãoRenomear = new Apresentação.Formulários.Opção();
            this.opçãoVisitaVisualizar = new Apresentação.Formulários.Opção();
            this.opçãoVisitanteAtribuirVendedor = new Apresentação.Formulários.Opção();
            this.opçãoVisitanteRegistrarNovoVisitante = new Apresentação.Formulários.Opção();
            this.label2 = new System.Windows.Forms.Label();
            this.opçõesGenéricas = new System.Windows.Forms.Panel();
            this.quadroVisitantes = new Apresentação.Formulários.Quadro();
            this.opçãoGenéricaRegistrarEntrada = new Apresentação.Formulários.Opção();
            this.opçãoVisualizar = new Apresentação.Formulários.Opção();
            this.quadroInformação = new Apresentação.Formulários.Quadro();
            this.label1 = new System.Windows.Forms.Label();
            this.opçõesVendedor = new System.Windows.Forms.Panel();
            this.quadroVendedor = new Apresentação.Formulários.Quadro();
            this.opçãoVendedorAlterarEstado = new Apresentação.Formulários.Opção();
            this.label4 = new System.Windows.Forms.Label();
            this.opçãoVendedorRodízio = new Apresentação.Formulários.Opção();
            this.quadro1 = new Apresentação.Formulários.Quadro();
            this.opçãoVendedorVisualizarVisitantes = new Apresentação.Formulários.Opção();
            this.opçãoVendedorRegistrarEntrada = new Apresentação.Formulários.Opção();
            this.listaVisitantes = new Programa.Recepção.BaseInferior.Controles.ListaVisitantes();
            this.esquerda.SuspendLayout();
            this.opçõesVisitante.SuspendLayout();
            this.opçõesGenéricas.SuspendLayout();
            this.quadroVisitantes.SuspendLayout();
            this.quadroInformação.SuspendLayout();
            this.opçõesVendedor.SuspendLayout();
            this.quadroVendedor.SuspendLayout();
            this.quadro1.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.opçõesVendedor);
            this.esquerda.Controls.Add(this.quadroInformação);
            this.esquerda.Controls.Add(this.opçõesGenéricas);
            this.esquerda.Controls.Add(this.opçõesVisitante);
            this.esquerda.Size = new System.Drawing.Size(187, 756);
            this.esquerda.Controls.SetChildIndex(this.opçõesVisitante, 0);
            this.esquerda.Controls.SetChildIndex(this.opçõesGenéricas, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroInformação, 0);
            this.esquerda.Controls.SetChildIndex(this.opçõesVendedor, 0);
            // 
            // opçõesVisitante
            // 
            this.opçõesVisitante.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.opçõesVisitante.bInfDirArredondada = true;
            this.opçõesVisitante.bInfEsqArredondada = true;
            this.opçõesVisitante.bSupDirArredondada = true;
            this.opçõesVisitante.bSupEsqArredondada = true;
            this.opçõesVisitante.Controls.Add(this.label3);
            this.opçõesVisitante.Controls.Add(this.opçãoVisitanteRegistrarSaída);
            this.opçõesVisitante.Controls.Add(this.opçãoRenomear);
            this.opçõesVisitante.Controls.Add(this.opçãoVisitaVisualizar);
            this.opçõesVisitante.Controls.Add(this.opçãoVisitanteAtribuirVendedor);
            this.opçõesVisitante.Controls.Add(this.opçãoVisitanteRegistrarNovoVisitante);
            this.opçõesVisitante.Controls.Add(this.label2);
            this.opçõesVisitante.Cor = System.Drawing.Color.Black;
            this.opçõesVisitante.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.opçõesVisitante.LetraTítulo = System.Drawing.Color.White;
            this.opçõesVisitante.Location = new System.Drawing.Point(7, 115);
            this.opçõesVisitante.MostrarBotãoMinMax = false;
            this.opçõesVisitante.Name = "opçõesVisitante";
            this.opçõesVisitante.Size = new System.Drawing.Size(160, 260);
            this.opçõesVisitante.TabIndex = 8;
            this.opçõesVisitante.Tamanho = 30;
            this.opçõesVisitante.Título = "Visitantes";
            this.opçõesVisitante.Visible = false;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(8, 32);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(144, 40);
            this.label3.TabIndex = 0;
            this.label3.Text = "Sobre o visitante escolhido, o que você deseja?";
            // 
            // opçãoVisitanteRegistrarSaída
            // 
            this.opçãoVisitanteRegistrarSaída.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVisitanteRegistrarSaída.Descrição = "Registrar saída";
            this.opçãoVisitanteRegistrarSaída.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVisitanteRegistrarSaída.Imagem")));
            this.opçãoVisitanteRegistrarSaída.Location = new System.Drawing.Point(5, 105);
            this.opçãoVisitanteRegistrarSaída.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVisitanteRegistrarSaída.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVisitanteRegistrarSaída.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVisitanteRegistrarSaída.Name = "opçãoVisitanteRegistrarSaída";
            this.opçãoVisitanteRegistrarSaída.Size = new System.Drawing.Size(150, 24);
            this.opçãoVisitanteRegistrarSaída.TabIndex = 2;
            this.opçãoVisitanteRegistrarSaída.Click += new System.EventHandler(this.opçãoVisitanteRegistrarSaída_Click);
            // 
            // opçãoRenomear
            // 
            this.opçãoRenomear.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRenomear.Descrição = "Corrigir nome";
            this.opçãoRenomear.Imagem = global::Programa.Recepção.Properties.Resources.RenameFolderHS;
            this.opçãoRenomear.Location = new System.Drawing.Point(5, 129);
            this.opçãoRenomear.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoRenomear.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRenomear.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRenomear.Name = "opçãoRenomear";
            this.opçãoRenomear.Size = new System.Drawing.Size(150, 24);
            this.opçãoRenomear.TabIndex = 3;
            this.opçãoRenomear.Click += new System.EventHandler(this.opçãoRenomear_Click);
            // 
            // opçãoVisitaVisualizar
            // 
            this.opçãoVisitaVisualizar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVisitaVisualizar.Descrição = "Visualizar visitas";
            this.opçãoVisitaVisualizar.Imagem = global::Programa.Recepção.Properties.Resources.relatório;
            this.opçãoVisitaVisualizar.Location = new System.Drawing.Point(5, 232);
            this.opçãoVisitaVisualizar.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVisitaVisualizar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVisitaVisualizar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVisitaVisualizar.Name = "opçãoVisitaVisualizar";
            this.opçãoVisitaVisualizar.Size = new System.Drawing.Size(150, 30);
            this.opçãoVisitaVisualizar.TabIndex = 6;
            this.opçãoVisitaVisualizar.Click += new System.EventHandler(this.opçãoVisualizar_Click);
            // 
            // opçãoVisitanteAtribuirVendedor
            // 
            this.opçãoVisitanteAtribuirVendedor.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVisitanteAtribuirVendedor.Descrição = "Atribuir vendedor";
            this.opçãoVisitanteAtribuirVendedor.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVisitanteAtribuirVendedor.Imagem")));
            this.opçãoVisitanteAtribuirVendedor.Location = new System.Drawing.Point(5, 81);
            this.opçãoVisitanteAtribuirVendedor.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVisitanteAtribuirVendedor.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVisitanteAtribuirVendedor.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVisitanteAtribuirVendedor.Name = "opçãoVisitanteAtribuirVendedor";
            this.opçãoVisitanteAtribuirVendedor.Size = new System.Drawing.Size(150, 24);
            this.opçãoVisitanteAtribuirVendedor.TabIndex = 1;
            this.opçãoVisitanteAtribuirVendedor.Click += new System.EventHandler(this.opçãoVisitanteAtribuirVendedor_Click);
            // 
            // opçãoVisitanteRegistrarNovoVisitante
            // 
            this.opçãoVisitanteRegistrarNovoVisitante.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVisitanteRegistrarNovoVisitante.Descrição = "Registrar entrada de novo visitante";
            this.opçãoVisitanteRegistrarNovoVisitante.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVisitanteRegistrarNovoVisitante.Imagem")));
            this.opçãoVisitanteRegistrarNovoVisitante.Location = new System.Drawing.Point(5, 200);
            this.opçãoVisitanteRegistrarNovoVisitante.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVisitanteRegistrarNovoVisitante.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVisitanteRegistrarNovoVisitante.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVisitanteRegistrarNovoVisitante.Name = "opçãoVisitanteRegistrarNovoVisitante";
            this.opçãoVisitanteRegistrarNovoVisitante.Size = new System.Drawing.Size(150, 38);
            this.opçãoVisitanteRegistrarNovoVisitante.TabIndex = 5;
            this.opçãoVisitanteRegistrarNovoVisitante.Click += new System.EventHandler(this.opçãoGenéricaRegistrarEntrada_Click);
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(5, 160);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(144, 46);
            this.label2.TabIndex = 4;
            this.label2.Text = "Ou então, o que você deseja?";
            // 
            // opçõesGenéricas
            // 
            this.opçõesGenéricas.BackColor = System.Drawing.Color.Transparent;
            this.opçõesGenéricas.Controls.Add(this.quadroVisitantes);
            this.opçõesGenéricas.Location = new System.Drawing.Point(7, 16);
            this.opçõesGenéricas.Name = "opçõesGenéricas";
            this.opçõesGenéricas.Size = new System.Drawing.Size(160, 200);
            this.opçõesGenéricas.TabIndex = 9;
            // 
            // quadroVisitantes
            // 
            this.quadroVisitantes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroVisitantes.bInfDirArredondada = true;
            this.quadroVisitantes.bInfEsqArredondada = true;
            this.quadroVisitantes.bSupDirArredondada = true;
            this.quadroVisitantes.bSupEsqArredondada = true;
            this.quadroVisitantes.Controls.Add(this.opçãoGenéricaRegistrarEntrada);
            this.quadroVisitantes.Controls.Add(this.opçãoVisualizar);
            this.quadroVisitantes.Cor = System.Drawing.Color.Black;
            this.quadroVisitantes.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroVisitantes.LetraTítulo = System.Drawing.Color.White;
            this.quadroVisitantes.Location = new System.Drawing.Point(0, 110);
            this.quadroVisitantes.MostrarBotãoMinMax = false;
            this.quadroVisitantes.Name = "quadroVisitantes";
            this.quadroVisitantes.Size = new System.Drawing.Size(160, 77);
            this.quadroVisitantes.TabIndex = 8;
            this.quadroVisitantes.Tamanho = 30;
            this.quadroVisitantes.Título = "Visitantes";
            // 
            // opçãoGenéricaRegistrarEntrada
            // 
            this.opçãoGenéricaRegistrarEntrada.BackColor = System.Drawing.Color.Transparent;
            this.opçãoGenéricaRegistrarEntrada.Descrição = "Registrar entrada";
            this.opçãoGenéricaRegistrarEntrada.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoGenéricaRegistrarEntrada.Imagem")));
            this.opçãoGenéricaRegistrarEntrada.Location = new System.Drawing.Point(8, 32);
            this.opçãoGenéricaRegistrarEntrada.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoGenéricaRegistrarEntrada.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoGenéricaRegistrarEntrada.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoGenéricaRegistrarEntrada.Name = "opçãoGenéricaRegistrarEntrada";
            this.opçãoGenéricaRegistrarEntrada.Size = new System.Drawing.Size(150, 24);
            this.opçãoGenéricaRegistrarEntrada.TabIndex = 2;
            this.opçãoGenéricaRegistrarEntrada.Click += new System.EventHandler(this.opçãoGenéricaRegistrarEntrada_Click);
            // 
            // opçãoVisualizar
            // 
            this.opçãoVisualizar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVisualizar.Descrição = "Visualizar visitas";
            this.opçãoVisualizar.Imagem = global::Programa.Recepção.Properties.Resources.relatório;
            this.opçãoVisualizar.Location = new System.Drawing.Point(8, 56);
            this.opçãoVisualizar.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVisualizar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVisualizar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVisualizar.Name = "opçãoVisualizar";
            this.opçãoVisualizar.Size = new System.Drawing.Size(150, 24);
            this.opçãoVisualizar.TabIndex = 3;
            this.opçãoVisualizar.Click += new System.EventHandler(this.opçãoVisualizar_Click);
            // 
            // quadroInformação
            // 
            this.quadroInformação.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroInformação.bInfDirArredondada = true;
            this.quadroInformação.bInfEsqArredondada = true;
            this.quadroInformação.bSupDirArredondada = true;
            this.quadroInformação.bSupEsqArredondada = true;
            this.quadroInformação.Controls.Add(this.label1);
            this.quadroInformação.Cor = System.Drawing.Color.Black;
            this.quadroInformação.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroInformação.LetraTítulo = System.Drawing.Color.White;
            this.quadroInformação.Location = new System.Drawing.Point(7, 13);
            this.quadroInformação.MostrarBotãoMinMax = false;
            this.quadroInformação.Name = "quadroInformação";
            this.quadroInformação.Size = new System.Drawing.Size(160, 104);
            this.quadroInformação.TabIndex = 9;
            this.quadroInformação.Tamanho = 30;
            this.quadroInformação.Título = "Dica";
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(8, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(144, 64);
            this.label1.TabIndex = 1;
            this.label1.Text = "Selecionando um vendedor ou um visitante nos quadros ao lado direito, surgem aqui" +
    " opções para estas pessoas.";
            // 
            // opçõesVendedor
            // 
            this.opçõesVendedor.BackColor = System.Drawing.Color.Transparent;
            this.opçõesVendedor.Controls.Add(this.quadroVendedor);
            this.opçõesVendedor.Controls.Add(this.quadro1);
            this.opçõesVendedor.Location = new System.Drawing.Point(7, 381);
            this.opçõesVendedor.Name = "opçõesVendedor";
            this.opçõesVendedor.Size = new System.Drawing.Size(160, 273);
            this.opçõesVendedor.TabIndex = 10;
            this.opçõesVendedor.Visible = false;
            // 
            // quadroVendedor
            // 
            this.quadroVendedor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroVendedor.bInfDirArredondada = true;
            this.quadroVendedor.bInfEsqArredondada = true;
            this.quadroVendedor.bSupDirArredondada = true;
            this.quadroVendedor.bSupEsqArredondada = true;
            this.quadroVendedor.Controls.Add(this.opçãoVendedorAlterarEstado);
            this.quadroVendedor.Controls.Add(this.label4);
            this.quadroVendedor.Controls.Add(this.opçãoVendedorRodízio);
            this.quadroVendedor.Cor = System.Drawing.Color.Black;
            this.quadroVendedor.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroVendedor.LetraTítulo = System.Drawing.Color.White;
            this.quadroVendedor.Location = new System.Drawing.Point(0, 0);
            this.quadroVendedor.MostrarBotãoMinMax = false;
            this.quadroVendedor.Name = "quadroVendedor";
            this.quadroVendedor.Size = new System.Drawing.Size(160, 136);
            this.quadroVendedor.TabIndex = 7;
            this.quadroVendedor.Tamanho = 30;
            this.quadroVendedor.Título = "Vendedor";
            // 
            // opçãoVendedorAlterarEstado
            // 
            this.opçãoVendedorAlterarEstado.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVendedorAlterarEstado.Descrição = "Alterar estado";
            this.opçãoVendedorAlterarEstado.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVendedorAlterarEstado.Imagem")));
            this.opçãoVendedorAlterarEstado.Location = new System.Drawing.Point(8, 80);
            this.opçãoVendedorAlterarEstado.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVendedorAlterarEstado.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVendedorAlterarEstado.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVendedorAlterarEstado.Name = "opçãoVendedorAlterarEstado";
            this.opçãoVendedorAlterarEstado.Size = new System.Drawing.Size(150, 24);
            this.opçãoVendedorAlterarEstado.TabIndex = 7;
            this.opçãoVendedorAlterarEstado.Click += new System.EventHandler(this.opçãoVendedorAlterarEstado_Click);
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(8, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(144, 40);
            this.label4.TabIndex = 6;
            this.label4.Text = "Sobre o vendedor escolhido, o que você deseja?";
            // 
            // opçãoVendedorRodízio
            // 
            this.opçãoVendedorRodízio.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVendedorRodízio.Descrição = "Modificar opções de rodízio";
            this.opçãoVendedorRodízio.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVendedorRodízio.Imagem")));
            this.opçãoVendedorRodízio.Location = new System.Drawing.Point(8, 104);
            this.opçãoVendedorRodízio.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVendedorRodízio.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVendedorRodízio.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVendedorRodízio.Name = "opçãoVendedorRodízio";
            this.opçãoVendedorRodízio.Size = new System.Drawing.Size(150, 32);
            this.opçãoVendedorRodízio.TabIndex = 8;
            this.opçãoVendedorRodízio.Click += new System.EventHandler(this.opçãoVendedorRodízio_Click);
            // 
            // quadro1
            // 
            this.quadro1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadro1.bInfDirArredondada = true;
            this.quadro1.bInfEsqArredondada = true;
            this.quadro1.bSupDirArredondada = true;
            this.quadro1.bSupEsqArredondada = true;
            this.quadro1.Controls.Add(this.opçãoVendedorVisualizarVisitantes);
            this.quadro1.Controls.Add(this.opçãoVendedorRegistrarEntrada);
            this.quadro1.Cor = System.Drawing.Color.Black;
            this.quadro1.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadro1.LetraTítulo = System.Drawing.Color.White;
            this.quadro1.Location = new System.Drawing.Point(0, 142);
            this.quadro1.MostrarBotãoMinMax = false;
            this.quadro1.Name = "quadro1";
            this.quadro1.Size = new System.Drawing.Size(160, 78);
            this.quadro1.TabIndex = 8;
            this.quadro1.Tamanho = 30;
            this.quadro1.Título = "Visitantes";
            // 
            // opçãoVendedorVisualizarVisitantes
            // 
            this.opçãoVendedorVisualizarVisitantes.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVendedorVisualizarVisitantes.Descrição = "Visualizar visitas";
            this.opçãoVendedorVisualizarVisitantes.Imagem = global::Programa.Recepção.Properties.Resources.relatório;
            this.opçãoVendedorVisualizarVisitantes.Location = new System.Drawing.Point(5, 56);
            this.opçãoVendedorVisualizarVisitantes.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVendedorVisualizarVisitantes.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVendedorVisualizarVisitantes.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVendedorVisualizarVisitantes.Name = "opçãoVendedorVisualizarVisitantes";
            this.opçãoVendedorVisualizarVisitantes.Size = new System.Drawing.Size(150, 24);
            this.opçãoVendedorVisualizarVisitantes.TabIndex = 4;
            this.opçãoVendedorVisualizarVisitantes.Click += new System.EventHandler(this.opçãoVisualizar_Click);
            // 
            // opçãoVendedorRegistrarEntrada
            // 
            this.opçãoVendedorRegistrarEntrada.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVendedorRegistrarEntrada.Descrição = "Registrar entrada";
            this.opçãoVendedorRegistrarEntrada.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoVendedorRegistrarEntrada.Imagem")));
            this.opçãoVendedorRegistrarEntrada.Location = new System.Drawing.Point(5, 32);
            this.opçãoVendedorRegistrarEntrada.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoVendedorRegistrarEntrada.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVendedorRegistrarEntrada.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVendedorRegistrarEntrada.Name = "opçãoVendedorRegistrarEntrada";
            this.opçãoVendedorRegistrarEntrada.Size = new System.Drawing.Size(150, 24);
            this.opçãoVendedorRegistrarEntrada.TabIndex = 3;
            this.opçãoVendedorRegistrarEntrada.Click += new System.EventHandler(this.opçãoGenéricaRegistrarEntrada_Click);
            // 
            // listaVisitantes
            // 
            this.listaVisitantes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaVisitantes.BackColor = System.Drawing.Color.White;
            this.listaVisitantes.Location = new System.Drawing.Point(184, 0);
            this.listaVisitantes.Name = "listaVisitantes";
            this.listaVisitantes.Size = new System.Drawing.Size(600, 756);
            this.listaVisitantes.TabIndex = 5;
            this.listaVisitantes.AoSelecionarFuncionário += new System.EventHandler(this.listaVisitantes_AoSelecionarFuncionário);
            this.listaVisitantes.AoSelecionarVisitante += new System.EventHandler(this.listaVisitantes_AoSelecionarVisitante);
            this.listaVisitantes.DuploCliqueVendedores += new System.EventHandler(this.listaVisitantes_DuploCliqueVendedores);
            // 
            // EntradaSaída
            // 
            this.Controls.Add(this.listaVisitantes);
            this.Name = "EntradaSaída";
            this.Size = new System.Drawing.Size(784, 756);
            this.Controls.SetChildIndex(this.listaVisitantes, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.esquerda.ResumeLayout(false);
            this.opçõesVisitante.ResumeLayout(false);
            this.opçõesGenéricas.ResumeLayout(false);
            this.quadroVisitantes.ResumeLayout(false);
            this.quadroInformação.ResumeLayout(false);
            this.opçõesVendedor.ResumeLayout(false);
            this.quadroVendedor.ResumeLayout(false);
            this.quadro1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
        private void InitializeComponent()
        {
            this.título = new Apresentação.Formulários.TítuloBaseInferior();
            this.quadro1 = new Apresentação.Formulários.Quadro();
            this.bandejaAcerto = new Apresentação.Financeiro.Acerto.BandejaAcerto();
            this.quadroImpressão = new Apresentação.Formulários.Quadro();
            this.opçãoImprimir = new Apresentação.Formulários.Opção();
            this.opçãoZerarAcerto = new Apresentação.Formulários.Opção();
            this.opçãoLançarVendas = new Apresentação.Formulários.Opção();
            this.quadroRastro = new Apresentação.Formulários.Quadro();
            this.label1 = new System.Windows.Forms.Label();
            this.opçãoRastro = new Apresentação.Formulários.Opção();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.quadroBateu = new Apresentação.Formulários.QuadroSimples();
            this.lblFecharBateu = new System.Windows.Forms.Label();
            this.lnkZerar = new System.Windows.Forms.LinkLabel();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.quadroCorreção = new Apresentação.Formulários.Quadro();
            this.opçãoRetorno = new Apresentação.Formulários.Opção();
            this.quadroFórmula = new Apresentação.Formulários.Quadro();
            this.lblFórmula = new System.Windows.Forms.Label();
            this.opçãoAlterarFórmula = new Apresentação.Formulários.Opção();
            this.esquerda.SuspendLayout();
            this.quadro1.SuspendLayout();
            this.quadroImpressão.SuspendLayout();
            this.quadroRastro.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.quadroBateu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.quadroCorreção.SuspendLayout();
            this.quadroFórmula.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroFórmula);
            this.esquerda.Controls.Add(this.quadroCorreção);
            this.esquerda.Controls.Add(this.quadroRastro);
            this.esquerda.Controls.Add(this.quadroImpressão);
            this.esquerda.Size = new System.Drawing.Size(187, 410);
            this.esquerda.Controls.SetChildIndex(this.quadroImpressão, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroRastro, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroCorreção, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroFórmula, 0);
            // 
            // título
            // 
            this.título.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.título.BackColor = System.Drawing.Color.White;
            this.título.Descrição = "Abaixo consta a contabilização das mercadorias levadas, retornadas e vendidas.";
            this.título.ÍconeArredondado = false;
            this.título.Imagem = global::Apresentação.Resource.Acerto;
            this.título.Location = new System.Drawing.Point(193, 3);
            this.título.Name = "título";
            this.título.Size = new System.Drawing.Size(604, 70);
            this.título.TabIndex = 6;
            this.título.Título = "Acerto de Mercadorias de Gilberto";
            // 
            // quadro1
            // 
            this.quadro1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadro1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadro1.bInfDirArredondada = false;
            this.quadro1.bInfEsqArredondada = false;
            this.quadro1.bSupDirArredondada = true;
            this.quadro1.bSupEsqArredondada = true;
            this.quadro1.Controls.Add(this.bandejaAcerto);
            this.quadro1.Cor = System.Drawing.Color.Black;
            this.quadro1.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadro1.LetraTítulo = System.Drawing.Color.White;
            this.quadro1.Location = new System.Drawing.Point(3, 69);
            this.quadro1.MostrarBotãoMinMax = false;
            this.quadro1.Name = "quadro1";
            this.quadro1.Size = new System.Drawing.Size(581, 238);
            this.quadro1.TabIndex = 7;
            this.quadro1.Tamanho = 30;
            this.quadro1.Título = "Resumo";
            // 
            // bandejaAcerto
            // 
            this.bandejaAcerto.AbrirInformaçõesAoDuploClique = false;
            this.bandejaAcerto.Acerto = null;
            this.bandejaAcerto.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.bandejaAcerto.FiltragemAcerto = true;
            this.bandejaAcerto.Location = new System.Drawing.Point(1, 23);
            this.bandejaAcerto.MostrarAgrupar = false;
            this.bandejaAcerto.MostrarAlterarÍndice = false;
            this.bandejaAcerto.MostrarBarraFerramentas = true;
            this.bandejaAcerto.MostrarExcluir = false;
            this.bandejaAcerto.MostrarPreço = false;
            this.bandejaAcerto.MostrarSeleçãoTabela = false;
            this.bandejaAcerto.MostrarStatus = false;
            this.bandejaAcerto.Name = "bandejaAcerto";
            this.bandejaAcerto.OrdenaçãoReferência = true;
            this.bandejaAcerto.PermitirExclusão = false;
            this.bandejaAcerto.PermitirSeleçãoTabela = false;
            this.bandejaAcerto.SepararPeçaPeso = true;
            this.bandejaAcerto.Size = new System.Drawing.Size(579, 214);
            this.bandejaAcerto.TabIndex = 3;
            this.bandejaAcerto.SeleçãoMudou += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandejaAcerto_SeleçãoMudou);
            this.bandejaAcerto.DuploClique += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandejaAcerto_DuploClique);
            // 
            // quadroImpressão
            // 
            this.quadroImpressão.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroImpressão.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.quadroImpressão.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroImpressão.bInfDirArredondada = true;
            this.quadroImpressão.bInfEsqArredondada = true;
            this.quadroImpressão.bSupDirArredondada = true;
            this.quadroImpressão.bSupEsqArredondada = true;
            this.quadroImpressão.Controls.Add(this.opçãoImprimir);
            this.quadroImpressão.Controls.Add(this.opçãoZerarAcerto);
            this.quadroImpressão.Cor = System.Drawing.Color.Black;
            this.quadroImpressão.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroImpressão.LetraTítulo = System.Drawing.Color.White;
            this.quadroImpressão.Location = new System.Drawing.Point(7, 13);
            this.quadroImpressão.MostrarBotãoMinMax = false;
            this.quadroImpressão.Name = "quadroImpressão";
            this.quadroImpressão.Size = new System.Drawing.Size(160, 75);
            this.quadroImpressão.TabIndex = 5;
            this.quadroImpressão.Tamanho = 30;
            this.quadroImpressão.Título = "Finalização";
            // 
            // opçãoImprimir
            // 
            this.opçãoImprimir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoImprimir.Descrição = "Imprimir...";
            this.opçãoImprimir.Imagem = global::Apresentação.Resource.impressora___161;
            this.opçãoImprimir.Location = new System.Drawing.Point(7, 30);
            this.opçãoImprimir.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoImprimir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoImprimir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.Name = "opçãoImprimir";
            this.opçãoImprimir.Size = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.TabIndex = 0;
            this.opçãoImprimir.Click += new System.EventHandler(this.opçãoImprimir_Click);
            // 
            // opçãoZerarAcerto
            // 
            this.opçãoZerarAcerto.BackColor = System.Drawing.Color.Transparent;
            this.opçãoZerarAcerto.Descrição = "Zerar acerto";
            this.opçãoZerarAcerto.Imagem = global::Apresentação.Resource.none;
            this.opçãoZerarAcerto.Location = new System.Drawing.Point(7, 50);
            this.opçãoZerarAcerto.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoZerarAcerto.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoZerarAcerto.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoZerarAcerto.Name = "opçãoZerarAcerto";
            this.opçãoZerarAcerto.Size = new System.Drawing.Size(150, 25);
            this.opçãoZerarAcerto.TabIndex = 2;
            this.opçãoZerarAcerto.Click += new System.EventHandler(this.opçãoZerarAcerto_Click);
            // 
            // opçãoLançarVendas
            // 
            this.opçãoLançarVendas.BackColor = System.Drawing.Color.Transparent;
            this.opçãoLançarVendas.Descrição = "Gerar venda...";
            this.opçãoLançarVendas.Imagem = global::Apresentação.Resource.pagar_em_dólares__pequeno_1;
            this.opçãoLançarVendas.Location = new System.Drawing.Point(7, 30);
            this.opçãoLançarVendas.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoLançarVendas.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoLançarVendas.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoLançarVendas.Name = "opçãoLançarVendas";
            this.opçãoLançarVendas.Size = new System.Drawing.Size(150, 16);
            this.opçãoLançarVendas.TabIndex = 3;
            this.opçãoLançarVendas.Click += new System.EventHandler(this.opçãoLançarVendas_Click);
            // 
            // quadroRastro
            // 
            this.quadroRastro.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroRastro.bInfDirArredondada = true;
            this.quadroRastro.bInfEsqArredondada = true;
            this.quadroRastro.bSupDirArredondada = true;
            this.quadroRastro.bSupEsqArredondada = true;
            this.quadroRastro.Controls.Add(this.label1);
            this.quadroRastro.Controls.Add(this.opçãoRastro);
            this.quadroRastro.Cor = System.Drawing.Color.Black;
            this.quadroRastro.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroRastro.LetraTítulo = System.Drawing.Color.White;
            this.quadroRastro.Location = new System.Drawing.Point(7, 277);
            this.quadroRastro.MostrarBotãoMinMax = false;
            this.quadroRastro.Name = "quadroRastro";
            this.quadroRastro.Size = new System.Drawing.Size(160, 114);
            this.quadroRastro.TabIndex = 6;
            this.quadroRastro.Tamanho = 30;
            this.quadroRastro.Título = "Item selecionado";
            this.quadroRastro.Visible = false;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(7, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(154, 61);
            this.label1.TabIndex = 3;
            this.label1.Text = "Você pode rastrear a referência selecionada a fim de solucionar inconsistências d" +
    "o acerto.";
            // 
            // opçãoRastro
            // 
            this.opçãoRastro.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRastro.Descrição = "Rastrear";
            this.opçãoRastro.Imagem = global::Apresentação.Resource.search;
            this.opçãoRastro.Location = new System.Drawing.Point(7, 90);
            this.opçãoRastro.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoRastro.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRastro.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRastro.Name = "opçãoRastro";
            this.opçãoRastro.Size = new System.Drawing.Size(150, 24);
            this.opçãoRastro.TabIndex = 2;
            this.opçãoRastro.Click += new System.EventHandler(this.opçãoRastro_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.quadro1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.quadroBateu, 0, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(193, 89);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(587, 310);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // quadroBateu
            // 
            this.quadroBateu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroBateu.Borda = System.Drawing.Color.OliveDrab;
            this.quadroBateu.Controls.Add(this.lblFecharBateu);
            this.quadroBateu.Controls.Add(this.lnkZerar);
            this.quadroBateu.Controls.Add(this.label3);
            this.quadroBateu.Controls.Add(this.label2);
            this.quadroBateu.Controls.Add(this.pictureBox1);
            this.quadroBateu.Cor1 = System.Drawing.Color.DarkKhaki;
            this.quadroBateu.Cor2 = System.Drawing.Color.DarkOliveGreen;
            this.quadroBateu.Location = new System.Drawing.Point(3, 3);
            this.quadroBateu.Name = "quadroBateu";
            this.quadroBateu.Size = new System.Drawing.Size(581, 60);
            this.quadroBateu.TabIndex = 8;
            this.quadroBateu.Visible = false;
            // 
            // lblFecharBateu
            // 
            this.lblFecharBateu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFecharBateu.AutoSize = true;
            this.lblFecharBateu.BackColor = System.Drawing.Color.Transparent;
            this.lblFecharBateu.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblFecharBateu.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblFecharBateu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.lblFecharBateu.ForeColor = System.Drawing.Color.LightGray;
            this.lblFecharBateu.Location = new System.Drawing.Point(561, 4);
            this.lblFecharBateu.Name = "lblFecharBateu";
            this.lblFecharBateu.Size = new System.Drawing.Size(16, 15);
            this.lblFecharBateu.TabIndex = 4;
            this.lblFecharBateu.Text = "X";
            this.lblFecharBateu.Click += new System.EventHandler(this.lblFecharBateu_Click);
            // 
            // lnkZerar
            // 
            this.lnkZerar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkZerar.AutoSize = true;
            this.lnkZerar.BackColor = System.Drawing.Color.Transparent;
            this.lnkZerar.LinkColor = System.Drawing.Color.LightBlue;
            this.lnkZerar.Location = new System.Drawing.Point(513, 41);
            this.lnkZerar.Name = "lnkZerar";
            this.lnkZerar.Size = new System.Drawing.Size(65, 13);
            this.lnkZerar.TabIndex = 3;
            this.lnkZerar.TabStop = true;
            this.lnkZerar.Text = "Zerar acerto";
            this.lnkZerar.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.lnkZerar.Click += new System.EventHandler(this.opçãoZerarAcerto_Click);
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.ForeColor = System.Drawing.Color.OldLace;
            this.label3.Location = new System.Drawing.Point(61, 21);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(517, 20);
            this.label3.TabIndex = 2;
            this.label3.Text = "Todas as mercadorias levadas ou foram retornadas ou vendidas.";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.GhostWhite;
            this.label2.Location = new System.Drawing.Point(61, 3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(114, 17);
            this.label2.TabIndex = 1;
            this.label2.Text = "Acerto bateu!";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Image = global::Apresentação.Resource.Shaking_Hands;
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(54, 54);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // quadroCorreção
            // 
            this.quadroCorreção.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroCorreção.bInfDirArredondada = true;
            this.quadroCorreção.bInfEsqArredondada = true;
            this.quadroCorreção.bSupDirArredondada = true;
            this.quadroCorreção.bSupEsqArredondada = true;
            this.quadroCorreção.Controls.Add(this.opçãoRetorno);
            this.quadroCorreção.Controls.Add(this.opçãoLançarVendas);
            this.quadroCorreção.Cor = System.Drawing.Color.Black;
            this.quadroCorreção.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroCorreção.LetraTítulo = System.Drawing.Color.White;
            this.quadroCorreção.Location = new System.Drawing.Point(7, 94);
            this.quadroCorreção.MostrarBotãoMinMax = false;
            this.quadroCorreção.Name = "quadroCorreção";
            this.quadroCorreção.Size = new System.Drawing.Size(160, 77);
            this.quadroCorreção.TabIndex = 7;
            this.quadroCorreção.Tamanho = 30;
            this.quadroCorreção.Título = "Correção";
            // 
            // opçãoRetorno
            // 
            this.opçãoRetorno.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRetorno.Descrição = "Novo retorno...";
            this.opçãoRetorno.Imagem = global::Apresentação.Resource.Retorno__Ícone_;
            this.opçãoRetorno.Location = new System.Drawing.Point(7, 50);
            this.opçãoRetorno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoRetorno.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRetorno.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRetorno.Name = "opçãoRetorno";
            this.opçãoRetorno.Size = new System.Drawing.Size(150, 16);
            this.opçãoRetorno.TabIndex = 4;
            this.opçãoRetorno.Click += new System.EventHandler(this.opçãoRetorno_Click);
            // 
            // quadroFórmula
            // 
            this.quadroFórmula.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroFórmula.bInfDirArredondada = true;
            this.quadroFórmula.bInfEsqArredondada = true;
            this.quadroFórmula.bSupDirArredondada = true;
            this.quadroFórmula.bSupEsqArredondada = true;
            this.quadroFórmula.Controls.Add(this.lblFórmula);
            this.quadroFórmula.Controls.Add(this.opçãoAlterarFórmula);
            this.quadroFórmula.Cor = System.Drawing.Color.Black;
            this.quadroFórmula.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroFórmula.LetraTítulo = System.Drawing.Color.White;
            this.quadroFórmula.Location = new System.Drawing.Point(7, 177);
            this.quadroFórmula.MostrarBotãoMinMax = false;
            this.quadroFórmula.Name = "quadroFórmula";
            this.quadroFórmula.Size = new System.Drawing.Size(160, 94);
            this.quadroFórmula.TabIndex = 8;
            this.quadroFórmula.Tamanho = 30;
            this.quadroFórmula.Título = "Coluna Acerto";
            // 
            // lblFórmula
            // 
            this.lblFórmula.BackColor = System.Drawing.Color.Transparent;
            this.lblFórmula.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFórmula.Location = new System.Drawing.Point(3, 30);
            this.lblFórmula.Name = "lblFórmula";
            this.lblFórmula.Size = new System.Drawing.Size(154, 31);
            this.lblFórmula.TabIndex = 3;
            this.lblFórmula.Text = "=\r\nSaída - Venda - Retorno";
            this.lblFórmula.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // opçãoAlterarFórmula
            // 
            this.opçãoAlterarFórmula.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.opçãoAlterarFórmula.BackColor = System.Drawing.Color.Transparent;
            this.opçãoAlterarFórmula.Descrição = "Alterar fórmula";
            this.opçãoAlterarFórmula.Imagem = global::Apresentação.Resource.propriedades;
            this.opçãoAlterarFórmula.Location = new System.Drawing.Point(5, 73);
            this.opçãoAlterarFórmula.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoAlterarFórmula.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoAlterarFórmula.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoAlterarFórmula.Name = "opçãoAlterarFórmula";
            this.opçãoAlterarFórmula.Size = new System.Drawing.Size(150, 24);
            this.opçãoAlterarFórmula.TabIndex = 2;
            this.opçãoAlterarFórmula.Click += new System.EventHandler(this.opçãoAlterarFórmula_Click);
            // 
            // BaseResumoAcerto
            // 
            this.Controls.Add(this.título);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "BaseResumoAcerto";
            this.Size = new System.Drawing.Size(800, 410);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            this.Controls.SetChildIndex(this.título, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.esquerda.ResumeLayout(false);
            this.quadro1.ResumeLayout(false);
            this.quadroImpressão.ResumeLayout(false);
            this.quadroRastro.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.quadroBateu.ResumeLayout(false);
            this.quadroBateu.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.quadroCorreção.ResumeLayout(false);
            this.quadroFórmula.ResumeLayout(false);
            this.ResumeLayout(false);

        }
示例#4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.btnEscolherCâmera = new System.Windows.Forms.Button();
            this.btnCapturar = new System.Windows.Forms.Button();
            this.mnuCâmeras = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.títuloBaseInferior = new Apresentação.Formulários.TítuloBaseInferior();
            this.bgTratamento = new System.ComponentModel.BackgroundWorker();
            this.btnCadastrar = new System.Windows.Forms.Button();
            this.quadroOpções = new Apresentação.Formulários.Quadro();
            this.opçãoRemoverFundo = new Apresentação.Formulários.Opção();
            this.btnImportar = new Apresentação.Formulários.Opção();
            this.opçãoProcurar = new Apresentação.Formulários.Opção();
            this.opçãoApagarFoto = new Apresentação.Formulários.Opção();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.btnFundo = new System.Windows.Forms.Button();
            this.tabs = new System.Windows.Forms.TabControl();
            this.tabFotografe = new System.Windows.Forms.TabPage();
            this.tabEscolha = new System.Windows.Forms.TabPage();
            this.btnCapturarFundo = new Apresentação.Formulários.Quadro();
            this.painelFotos = new Apresentação.Álbum.Edição.Fotos.PainelFotos();
            this.tabCadastre = new System.Windows.Forms.TabPage();
            this.quadroFoto = new Apresentação.Formulários.Quadro();
            this.picFoto = new System.Windows.Forms.PictureBox();
            this.quadroÁlbum = new Apresentação.Formulários.Quadro();
            this.listaÁlbuns = new Apresentação.Álbum.Edição.Álbuns.ListaÁlbuns();
            this.quadroMercadoria = new Apresentação.Fotos.IdentificaçãoMercadoria();
            this.quadroExibição = new Apresentação.Mercadoria.QuadroFoto();
            this.esquerda.SuspendLayout();
            this.quadroOpções.SuspendLayout();
            this.tabs.SuspendLayout();
            this.tabFotografe.SuspendLayout();
            this.tabEscolha.SuspendLayout();
            this.btnCapturarFundo.SuspendLayout();
            this.quadroFoto.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picFoto)).BeginInit();
            this.quadroÁlbum.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroOpções);
            this.esquerda.Size = new System.Drawing.Size(187, 604);
            this.esquerda.Controls.SetChildIndex(this.quadroOpções, 0);
            // 
            // btnEscolherCâmera
            // 
            this.btnEscolherCâmera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnEscolherCâmera.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnEscolherCâmera.Image = global::Apresentação.Resource.camera;
            this.btnEscolherCâmera.Location = new System.Drawing.Point(6, 44);
            this.btnEscolherCâmera.Name = "btnEscolherCâmera";
            this.btnEscolherCâmera.Size = new System.Drawing.Size(91, 37);
            this.btnEscolherCâmera.TabIndex = 2;
            this.btnEscolherCâmera.Text = "Escolher câmera";
            this.btnEscolherCâmera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnEscolherCâmera.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnEscolherCâmera.UseVisualStyleBackColor = true;
            this.btnEscolherCâmera.Click += new System.EventHandler(this.btnEscolherCâmera_Click);
            // 
            // btnCapturar
            // 
            this.btnCapturar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCapturar.BackColor = System.Drawing.Color.Linen;
            this.btnCapturar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCapturar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCapturar.Location = new System.Drawing.Point(-119, 44);
            this.btnCapturar.Name = "btnCapturar";
            this.btnCapturar.Size = new System.Drawing.Size(168, 37);
            this.btnCapturar.TabIndex = 10;
            this.btnCapturar.Text = "Fotografar!";
            this.btnCapturar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnCapturar.UseVisualStyleBackColor = false;
            this.btnCapturar.Visible = false;
            // 
            // mnuCâmeras
            // 
            this.mnuCâmeras.Name = "mnuCâmeras";
            this.mnuCâmeras.Size = new System.Drawing.Size(61, 4);
            // 
            // títuloBaseInferior
            // 
            this.títuloBaseInferior.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.títuloBaseInferior.BackColor = System.Drawing.Color.White;
            this.títuloBaseInferior.Descrição = "Importe uma foto para múltiplos álbuns.";
            this.títuloBaseInferior.ÍconeArredondado = false;
            this.títuloBaseInferior.Imagem = global::Apresentação.Resource.camera;
            this.títuloBaseInferior.Location = new System.Drawing.Point(210, 0);
            this.títuloBaseInferior.Name = "títuloBaseInferior";
            this.títuloBaseInferior.Size = new System.Drawing.Size(710, 70);
            this.títuloBaseInferior.TabIndex = 8;
            this.títuloBaseInferior.Título = "Importação de foto";
            // 
            // btnCadastrar
            // 
            this.btnCadastrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCadastrar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnCadastrar.Image = global::Apresentação.Resource.saveHS;
            this.btnCadastrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCadastrar.Location = new System.Drawing.Point(836, 532);
            this.btnCadastrar.Name = "btnCadastrar";
            this.btnCadastrar.Size = new System.Drawing.Size(104, 37);
            this.btnCadastrar.TabIndex = 11;
            this.btnCadastrar.Text = "Cadastrar";
            this.btnCadastrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnCadastrar.UseVisualStyleBackColor = true;
            this.btnCadastrar.Click += new System.EventHandler(this.btnCadastrar_Click);
            // 
            // quadroOpções
            // 
            this.quadroOpções.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroOpções.bInfDirArredondada = true;
            this.quadroOpções.bInfEsqArredondada = true;
            this.quadroOpções.bSupDirArredondada = true;
            this.quadroOpções.bSupEsqArredondada = true;
            this.quadroOpções.Controls.Add(this.opçãoRemoverFundo);
            this.quadroOpções.Controls.Add(this.btnImportar);
            this.quadroOpções.Controls.Add(this.opçãoProcurar);
            this.quadroOpções.Controls.Add(this.opçãoApagarFoto);
            this.quadroOpções.Cor = System.Drawing.Color.Black;
            this.quadroOpções.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroOpções.LetraTítulo = System.Drawing.Color.White;
            this.quadroOpções.Location = new System.Drawing.Point(7, 13);
            this.quadroOpções.MostrarBotãoMinMax = false;
            this.quadroOpções.Name = "quadroOpções";
            this.quadroOpções.Size = new System.Drawing.Size(160, 81);
            this.quadroOpções.TabIndex = 2;
            this.quadroOpções.Tamanho = 30;
            this.quadroOpções.Título = "Opções";
            // 
            // opçãoRemoverFundo
            // 
            this.opçãoRemoverFundo.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRemoverFundo.Descrição = "Remover o fundo...";
            this.opçãoRemoverFundo.Imagem = global::Apresentação.Resource.Excluir;
            this.opçãoRemoverFundo.Location = new System.Drawing.Point(10, 81);
            this.opçãoRemoverFundo.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoRemoverFundo.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRemoverFundo.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRemoverFundo.Name = "opçãoRemoverFundo";
            this.opçãoRemoverFundo.Size = new System.Drawing.Size(150, 16);
            this.opçãoRemoverFundo.TabIndex = 5;
            this.opçãoRemoverFundo.Visible = false;
            this.opçãoRemoverFundo.Click += new System.EventHandler(this.opçãoRemoverFundo_Click);
            // 
            // btnImportar
            // 
            this.btnImportar.BackColor = System.Drawing.Color.Transparent;
            this.btnImportar.Descrição = "Escolher arquivo...";
            this.btnImportar.Imagem = global::Apresentação.Resource.openfolderHS;
            this.btnImportar.Location = new System.Drawing.Point(10, 57);
            this.btnImportar.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.btnImportar.MaximumSize = new System.Drawing.Size(150, 100);
            this.btnImportar.MinimumSize = new System.Drawing.Size(150, 16);
            this.btnImportar.Name = "btnImportar";
            this.btnImportar.Size = new System.Drawing.Size(150, 16);
            this.btnImportar.TabIndex = 4;
            this.btnImportar.Click += new System.EventHandler(this.btnImportar_Click);
            // 
            // opçãoProcurar
            // 
            this.opçãoProcurar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoProcurar.Descrição = "Alterar outra fotografia";
            this.opçãoProcurar.Imagem = global::Apresentação.Resource.Lupa;
            this.opçãoProcurar.Location = new System.Drawing.Point(10, 98);
            this.opçãoProcurar.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoProcurar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoProcurar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoProcurar.Name = "opçãoProcurar";
            this.opçãoProcurar.Size = new System.Drawing.Size(150, 16);
            this.opçãoProcurar.TabIndex = 2;
            this.opçãoProcurar.Visible = false;
            this.opçãoProcurar.Click += new System.EventHandler(this.opçãoProcurar_Click);
            // 
            // opçãoApagarFoto
            // 
            this.opçãoApagarFoto.BackColor = System.Drawing.Color.Transparent;
            this.opçãoApagarFoto.Descrição = "Excluir";
            this.opçãoApagarFoto.Enabled = false;
            this.opçãoApagarFoto.Imagem = global::Apresentação.Resource.Excluir;
            this.opçãoApagarFoto.Location = new System.Drawing.Point(10, 33);
            this.opçãoApagarFoto.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoApagarFoto.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoApagarFoto.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoApagarFoto.Name = "opçãoApagarFoto";
            this.opçãoApagarFoto.Size = new System.Drawing.Size(150, 24);
            this.opçãoApagarFoto.TabIndex = 3;
            this.opçãoApagarFoto.Click += new System.EventHandler(this.opçãoApagarFoto_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "Formatos comuns de imagens (jpg, gif, png e bmp)|*.jpg;*.png;*.gif;*.bmp|Todos os" +
    " arquivos|*.*";
            this.openFileDialog.Multiselect = true;
            this.openFileDialog.Title = "Importar foto de arquivo";
            this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
            // 
            // btnFundo
            // 
            this.btnFundo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFundo.BackColor = System.Drawing.Color.Linen;
            this.btnFundo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnFundo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnFundo.Location = new System.Drawing.Point(-293, 44);
            this.btnFundo.Name = "btnFundo";
            this.btnFundo.Size = new System.Drawing.Size(168, 37);
            this.btnFundo.TabIndex = 15;
            this.btnFundo.Text = "Informar fundo";
            this.btnFundo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnFundo.UseVisualStyleBackColor = false;
            // 
            // tabs
            // 
            this.tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabs.Controls.Add(this.tabFotografe);
            this.tabs.Controls.Add(this.tabEscolha);
            this.tabs.Controls.Add(this.tabCadastre);
            this.tabs.Location = new System.Drawing.Point(936, 432);
            this.tabs.Name = "tabs";
            this.tabs.SelectedIndex = 0;
            this.tabs.Size = new System.Drawing.Size(66, 111);
            this.tabs.TabIndex = 16;
            this.tabs.Visible = false;
            // 
            // tabFotografe
            // 
            this.tabFotografe.Controls.Add(this.btnFundo);
            this.tabFotografe.Controls.Add(this.btnCapturar);
            this.tabFotografe.Controls.Add(this.btnEscolherCâmera);
            this.tabFotografe.Location = new System.Drawing.Point(4, 22);
            this.tabFotografe.Name = "tabFotografe";
            this.tabFotografe.Padding = new System.Windows.Forms.Padding(3);
            this.tabFotografe.Size = new System.Drawing.Size(58, 85);
            this.tabFotografe.TabIndex = 0;
            this.tabFotografe.Text = "1. Fotografe";
            this.tabFotografe.UseVisualStyleBackColor = true;
            // 
            // tabEscolha
            // 
            this.tabEscolha.Controls.Add(this.btnCapturarFundo);
            this.tabEscolha.Location = new System.Drawing.Point(4, 22);
            this.tabEscolha.Name = "tabEscolha";
            this.tabEscolha.Padding = new System.Windows.Forms.Padding(3);
            this.tabEscolha.Size = new System.Drawing.Size(58, 85);
            this.tabEscolha.TabIndex = 1;
            this.tabEscolha.Text = "2. Escolha";
            this.tabEscolha.UseVisualStyleBackColor = true;
            // 
            // btnCapturarFundo
            // 
            this.btnCapturarFundo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCapturarFundo.AutoScroll = true;
            this.btnCapturarFundo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.btnCapturarFundo.bInfDirArredondada = true;
            this.btnCapturarFundo.bInfEsqArredondada = true;
            this.btnCapturarFundo.bSupDirArredondada = true;
            this.btnCapturarFundo.bSupEsqArredondada = true;
            this.btnCapturarFundo.Controls.Add(this.painelFotos);
            this.btnCapturarFundo.Cor = System.Drawing.Color.Black;
            this.btnCapturarFundo.FundoTítulo = System.Drawing.Color.IndianRed;
            this.btnCapturarFundo.LetraTítulo = System.Drawing.Color.White;
            this.btnCapturarFundo.Location = new System.Drawing.Point(6, 6);
            this.btnCapturarFundo.MostrarBotãoMinMax = false;
            this.btnCapturarFundo.Name = "btnCapturarFundo";
            this.btnCapturarFundo.Size = new System.Drawing.Size(58, 85);
            this.btnCapturarFundo.TabIndex = 8;
            this.btnCapturarFundo.Tamanho = 30;
            this.btnCapturarFundo.Título = "Tratamento de fotos";
            // 
            // painelFotos
            // 
            this.painelFotos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.painelFotos.AutoScroll = true;
            this.painelFotos.FotoSelecionada = null;
            this.painelFotos.Location = new System.Drawing.Point(10, 29);
            this.painelFotos.Name = "painelFotos";
            this.painelFotos.OrientaçãoFotos = Apresentação.Álbum.Edição.Fotos.PainelFotos.Orientação.Vertical;
            this.painelFotos.Size = new System.Drawing.Size(58, 157);
            this.painelFotos.TabIndex = 1;
            this.painelFotos.FotoFoiSelecionada += new System.EventHandler(this.painelFotos_FotoFoiSelecionada);
            // 
            // tabCadastre
            // 
            this.tabCadastre.Location = new System.Drawing.Point(4, 22);
            this.tabCadastre.Name = "tabCadastre";
            this.tabCadastre.Size = new System.Drawing.Size(58, 85);
            this.tabCadastre.TabIndex = 2;
            this.tabCadastre.Text = "3. Cadastre";
            this.tabCadastre.UseVisualStyleBackColor = true;
            // 
            // quadroFoto
            // 
            this.quadroFoto.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroFoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroFoto.bInfDirArredondada = false;
            this.quadroFoto.bInfEsqArredondada = false;
            this.quadroFoto.bSupDirArredondada = true;
            this.quadroFoto.bSupEsqArredondada = true;
            this.quadroFoto.Controls.Add(this.picFoto);
            this.quadroFoto.Cor = System.Drawing.Color.Black;
            this.quadroFoto.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroFoto.LetraTítulo = System.Drawing.Color.White;
            this.quadroFoto.Location = new System.Drawing.Point(326, 263);
            this.quadroFoto.MostrarBotãoMinMax = false;
            this.quadroFoto.Name = "quadroFoto";
            this.quadroFoto.Size = new System.Drawing.Size(25, 34);
            this.quadroFoto.TabIndex = 7;
            this.quadroFoto.Tamanho = 30;
            this.quadroFoto.Título = "Câmera";
            // 
            // picFoto
            // 
            this.picFoto.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.picFoto.Location = new System.Drawing.Point(0, 24);
            this.picFoto.Name = "picFoto";
            this.picFoto.Size = new System.Drawing.Size(25, 34);
            this.picFoto.TabIndex = 1;
            this.picFoto.TabStop = false;
            // 
            // quadroÁlbum
            // 
            this.quadroÁlbum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroÁlbum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroÁlbum.bInfDirArredondada = false;
            this.quadroÁlbum.bInfEsqArredondada = false;
            this.quadroÁlbum.bSupDirArredondada = true;
            this.quadroÁlbum.bSupEsqArredondada = true;
            this.quadroÁlbum.Controls.Add(this.quadroFoto);
            this.quadroÁlbum.Controls.Add(this.listaÁlbuns);
            this.quadroÁlbum.Cor = System.Drawing.Color.Black;
            this.quadroÁlbum.FundoTítulo = System.Drawing.Color.IndianRed;
            this.quadroÁlbum.LetraTítulo = System.Drawing.Color.White;
            this.quadroÁlbum.Location = new System.Drawing.Point(680, 289);
            this.quadroÁlbum.MostrarBotãoMinMax = false;
            this.quadroÁlbum.Name = "quadroÁlbum";
            this.quadroÁlbum.Size = new System.Drawing.Size(260, 229);
            this.quadroÁlbum.TabIndex = 13;
            this.quadroÁlbum.Tamanho = 30;
            this.quadroÁlbum.Título = "Inserir esta foto nestes álbuns";
            // 
            // listaÁlbuns
            // 
            this.listaÁlbuns.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaÁlbuns.Location = new System.Drawing.Point(0, 28);
            this.listaÁlbuns.Name = "listaÁlbuns";
            this.listaÁlbuns.Size = new System.Drawing.Size(260, 201);
            this.listaÁlbuns.TabIndex = 4;
            this.listaÁlbuns.Alterado += new System.EventHandler(this.listaÁlbuns_Alterado);
            // 
            // quadroMercadoria
            // 
            this.quadroMercadoria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroMercadoria.BackColor = System.Drawing.Color.Transparent;
            this.quadroMercadoria.ListaÁlbuns = this.listaÁlbuns;
            this.quadroMercadoria.Location = new System.Drawing.Point(680, 70);
            this.quadroMercadoria.MaximumSize = new System.Drawing.Size(1024, 193);
            this.quadroMercadoria.MinimumSize = new System.Drawing.Size(216, 213);
            this.quadroMercadoria.Name = "quadroMercadoria";
            this.quadroMercadoria.Size = new System.Drawing.Size(260, 213);
            this.quadroMercadoria.TabIndex = 19;
            this.quadroMercadoria.TxtReferênciaEnabled = true;
            this.quadroMercadoria.Alterado += new System.EventHandler(this.quadroMercadoria_Alterado);
            // 
            // quadroExibição
            // 
            this.quadroExibição.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroExibição.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(215)))));
            this.quadroExibição.bInfDirArredondada = true;
            this.quadroExibição.bInfEsqArredondada = true;
            this.quadroExibição.bSupDirArredondada = true;
            this.quadroExibição.bSupEsqArredondada = true;
            this.quadroExibição.Cor = System.Drawing.Color.Black;
            this.quadroExibição.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroExibição.LetraTítulo = System.Drawing.Color.White;
            this.quadroExibição.Location = new System.Drawing.Point(208, 70);
            this.quadroExibição.MostrarBotãoMinMax = false;
            this.quadroExibição.Name = "quadroExibição";
            this.quadroExibição.Size = new System.Drawing.Size(466, 448);
            this.quadroExibição.TabIndex = 18;
            this.quadroExibição.Tamanho = 30;
            this.quadroExibição.Título = "Foto";
            // 
            // Fotógrafo
            // 
            this.Controls.Add(this.quadroExibição);
            this.Controls.Add(this.quadroMercadoria);
            this.Controls.Add(this.quadroÁlbum);
            this.Controls.Add(this.tabs);
            this.Controls.Add(this.btnCadastrar);
            this.Controls.Add(this.títuloBaseInferior);
            this.Imagem = global::Apresentação.Resource.camera;
            this.Name = "Fotógrafo";
            this.Privilégio = Entidades.Privilégio.Permissão.Álbum;
            this.Size = new System.Drawing.Size(943, 604);
            this.Controls.SetChildIndex(this.títuloBaseInferior, 0);
            this.Controls.SetChildIndex(this.btnCadastrar, 0);
            this.Controls.SetChildIndex(this.tabs, 0);
            this.Controls.SetChildIndex(this.quadroÁlbum, 0);
            this.Controls.SetChildIndex(this.quadroMercadoria, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.quadroExibição, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroOpções.ResumeLayout(false);
            this.tabs.ResumeLayout(false);
            this.tabFotografe.ResumeLayout(false);
            this.tabEscolha.ResumeLayout(false);
            this.btnCapturarFundo.ResumeLayout(false);
            this.quadroFoto.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picFoto)).EndInit();
            this.quadroÁlbum.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.quadroAcerto = new Apresentação.Formulários.Quadro();
            this.opçãoRemarcarAcerto = new Apresentação.Formulários.Opção();
            this.tabs.SuspendLayout();
            this.tabItens.SuspendLayout();
            this.quadroTravamento.SuspendLayout();
            this.tabObservações.SuspendLayout();
            this.esquerda.SuspendLayout();
            this.quadroAcerto.SuspendLayout();
            this.SuspendLayout();
            // 
            // título
            // 
            this.título.Imagem = global::Apresentação.Resource.saída;
            this.título.Location = new System.Drawing.Point(193, 3);
            this.título.Size = new System.Drawing.Size(586, 70);
            this.quadroTravamento.Controls.SetChildIndex(this.lblTravamento, 0);
            this.quadroTravamento.Controls.SetChildIndex(this.opçãoDestravar, 0);
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroAcerto);
            this.esquerda.Controls.SetChildIndex(this.quadroAcerto, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroTravamento, 0);
            // 
            // quadroAcerto
            // 
            this.quadroAcerto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroAcerto.bInfDirArredondada = true;
            this.quadroAcerto.bInfEsqArredondada = true;
            this.quadroAcerto.bSupDirArredondada = true;
            this.quadroAcerto.bSupEsqArredondada = true;
            this.quadroAcerto.Controls.Add(this.opçãoRemarcarAcerto);
            this.quadroAcerto.Cor = System.Drawing.Color.Black;
            this.quadroAcerto.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroAcerto.LetraTítulo = System.Drawing.Color.White;
            this.quadroAcerto.Location = new System.Drawing.Point(7, 305);
            this.quadroAcerto.MostrarBotãoMinMax = false;
            this.quadroAcerto.Name = "quadroAcerto";
            this.quadroAcerto.Size = new System.Drawing.Size(160, 58);
            this.quadroAcerto.TabIndex = 6;
            this.quadroAcerto.Tamanho = 30;
            this.quadroAcerto.Título = "Acerto";
            // 
            // opçãoRemarcarAcerto
            // 
            this.opçãoRemarcarAcerto.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRemarcarAcerto.Descrição = "Remarcar";
            this.opçãoRemarcarAcerto.Imagem = global::Apresentação.Resource.Acerto__Pequeno_;
            this.opçãoRemarcarAcerto.Location = new System.Drawing.Point(7, 30);
            this.opçãoRemarcarAcerto.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoRemarcarAcerto.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRemarcarAcerto.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRemarcarAcerto.Name = "opçãoRemarcarAcerto";
            this.opçãoRemarcarAcerto.Size = new System.Drawing.Size(150, 24);
            this.opçãoRemarcarAcerto.TabIndex = 2;
            this.opçãoRemarcarAcerto.Click += new System.EventHandler(this.opçãoRemarcarAcerto_Click);
            // 
            // SaídaBaseInferior
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "SaídaBaseInferior";
            this.tabs.ResumeLayout(false);
            this.tabItens.ResumeLayout(false);
            this.quadroTravamento.ResumeLayout(false);
            this.tabObservações.ResumeLayout(false);
            this.esquerda.ResumeLayout(false);
            this.quadroAcerto.ResumeLayout(false);
            this.ResumeLayout(false);

		}
示例#6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.título = new Apresentação.Formulários.TítuloBaseInferior();
            this.quadroRelacionamentos = new Apresentação.Formulários.Quadro();
            this.opçãoNovoRelacionamento = new Apresentação.Formulários.Opção();
            this.opçãoImprimir = new Apresentação.Formulários.Opção();
            this.opçãoMoverAcerto = new Apresentação.Formulários.Opção();
            this.opçãoAbrirSeleção = new Apresentação.Formulários.Opção();
            this.quadroSeleção = new Apresentação.Formulários.Quadro();
            this.opçãoExcluír = new Apresentação.Formulários.Opção();
            this.quadro = new Apresentação.Formulários.Quadro();
            this.esquerda.SuspendLayout();
            this.quadroRelacionamentos.SuspendLayout();
            this.quadroSeleção.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroRelacionamentos);
            this.esquerda.Controls.Add(this.quadroSeleção);
            this.esquerda.Size = new System.Drawing.Size(187, 376);
            this.esquerda.Controls.SetChildIndex(this.quadroSeleção, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroRelacionamentos, 0);
            // 
            // título
            // 
            this.título.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.título.BackColor = System.Drawing.Color.White;
            this.título.Descrição = "relacionando para <pessoa>";
            this.título.ÍconeArredondado = false;
            this.título.Imagem = null;
            this.título.Location = new System.Drawing.Point(208, 8);
            this.título.Name = "título";
            this.título.Size = new System.Drawing.Size(576, 70);
            this.título.TabIndex = 7;
            this.título.Título = "Consignado de saída/retorno";
            // 
            // quadroRelacionamentos
            // 
            this.quadroRelacionamentos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroRelacionamentos.bInfDirArredondada = true;
            this.quadroRelacionamentos.bInfEsqArredondada = true;
            this.quadroRelacionamentos.bSupDirArredondada = true;
            this.quadroRelacionamentos.bSupEsqArredondada = true;
            this.quadroRelacionamentos.Controls.Add(this.opçãoNovoRelacionamento);
            this.quadroRelacionamentos.Controls.Add(this.opçãoImprimir);
            this.quadroRelacionamentos.Controls.Add(this.opçãoMoverAcerto);
            this.quadroRelacionamentos.Cor = System.Drawing.Color.Black;
            this.quadroRelacionamentos.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroRelacionamentos.LetraTítulo = System.Drawing.Color.White;
            this.quadroRelacionamentos.Location = new System.Drawing.Point(7, 13);
            this.quadroRelacionamentos.MostrarBotãoMinMax = false;
            this.quadroRelacionamentos.Name = "quadroRelacionamentos";
            this.quadroRelacionamentos.Size = new System.Drawing.Size(160, 93);
            this.quadroRelacionamentos.TabIndex = 0;
            this.quadroRelacionamentos.Tamanho = 30;
            this.quadroRelacionamentos.Título = "Opções";
            // 
            // opçãoNovoRelacionamento
            // 
            this.opçãoNovoRelacionamento.BackColor = System.Drawing.Color.Transparent;
            this.opçãoNovoRelacionamento.Descrição = "Criar documento";
            this.opçãoNovoRelacionamento.Imagem = global::Apresentação.Resource.novo;
            this.opçãoNovoRelacionamento.Location = new System.Drawing.Point(7, 30);
            this.opçãoNovoRelacionamento.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoNovoRelacionamento.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoNovoRelacionamento.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoNovoRelacionamento.Name = "opçãoNovoRelacionamento";
            this.opçãoNovoRelacionamento.Size = new System.Drawing.Size(150, 16);
            this.opçãoNovoRelacionamento.TabIndex = 2;
            this.opçãoNovoRelacionamento.Click += new System.EventHandler(this.opçãoNovoRelacionamento_Click);
            // 
            // opçãoImprimir
            // 
            this.opçãoImprimir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoImprimir.Descrição = "Imprimir...";
            this.opçãoImprimir.Imagem = global::Apresentação.Resource.Impressora_3D;
            this.opçãoImprimir.Location = new System.Drawing.Point(7, 50);
            this.opçãoImprimir.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoImprimir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoImprimir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.Name = "opçãoImprimir";
            this.opçãoImprimir.Size = new System.Drawing.Size(150, 22);
            this.opçãoImprimir.TabIndex = 4;
            this.opçãoImprimir.Click += new System.EventHandler(this.opçãoImprimir_Click);
            // 
            // opçãoMoverAcerto
            // 
            this.opçãoMoverAcerto.BackColor = System.Drawing.Color.Transparent;
            this.opçãoMoverAcerto.Descrição = "Mover para outro acerto...";
            this.opçãoMoverAcerto.Imagem = global::Apresentação.Resource.Acerto__Pequeno_;
            this.opçãoMoverAcerto.Location = new System.Drawing.Point(7, 70);
            this.opçãoMoverAcerto.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoMoverAcerto.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoMoverAcerto.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoMoverAcerto.Name = "opçãoMoverAcerto";
            this.opçãoMoverAcerto.PermitirLiberaçãoRecurso = true;
            this.opçãoMoverAcerto.Privilégio = Entidades.Privilégio.Permissão.MoverDocumentoAcerto;
            this.opçãoMoverAcerto.Size = new System.Drawing.Size(150, 21);
            this.opçãoMoverAcerto.TabIndex = 6;
            this.opçãoMoverAcerto.Click += new System.EventHandler(this.opçãoMoverAcerto_Click);
            // 
            // opçãoAbrirSeleção
            // 
            this.opçãoAbrirSeleção.BackColor = System.Drawing.Color.Transparent;
            this.opçãoAbrirSeleção.Descrição = "Abrir...";
            this.opçãoAbrirSeleção.Imagem = global::Apresentação.Resource.openfolderHS;
            this.opçãoAbrirSeleção.Location = new System.Drawing.Point(7, 30);
            this.opçãoAbrirSeleção.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoAbrirSeleção.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoAbrirSeleção.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoAbrirSeleção.Name = "opçãoAbrirSeleção";
            this.opçãoAbrirSeleção.Size = new System.Drawing.Size(150, 19);
            this.opçãoAbrirSeleção.TabIndex = 3;
            this.opçãoAbrirSeleção.Click += new System.EventHandler(this.opçãoAbrirSeleção_Click);
            // 
            // quadroSeleção
            // 
            this.quadroSeleção.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroSeleção.bInfDirArredondada = true;
            this.quadroSeleção.bInfEsqArredondada = true;
            this.quadroSeleção.bSupDirArredondada = true;
            this.quadroSeleção.bSupEsqArredondada = true;
            this.quadroSeleção.Controls.Add(this.opçãoAbrirSeleção);
            this.quadroSeleção.Controls.Add(this.opçãoExcluír);
            this.quadroSeleção.Cor = System.Drawing.Color.Black;
            this.quadroSeleção.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroSeleção.LetraTítulo = System.Drawing.Color.White;
            this.quadroSeleção.Location = new System.Drawing.Point(7, 112);
            this.quadroSeleção.MostrarBotãoMinMax = false;
            this.quadroSeleção.Name = "quadroSeleção";
            this.quadroSeleção.Size = new System.Drawing.Size(160, 72);
            this.quadroSeleção.TabIndex = 1;
            this.quadroSeleção.Tamanho = 30;
            this.quadroSeleção.Título = "Documento selecionado";
            this.quadroSeleção.Visible = false;
            // 
            // opçãoExcluír
            // 
            this.opçãoExcluír.BackColor = System.Drawing.Color.Transparent;
            this.opçãoExcluír.Descrição = "Excluir";
            this.opçãoExcluír.Imagem = global::Apresentação.Resource.Excluir;
            this.opçãoExcluír.Location = new System.Drawing.Point(7, 50);
            this.opçãoExcluír.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoExcluír.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoExcluír.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoExcluír.Name = "opçãoExcluír";
            this.opçãoExcluír.Size = new System.Drawing.Size(150, 19);
            this.opçãoExcluír.TabIndex = 5;
            this.opçãoExcluír.Visible = false;
            this.opçãoExcluír.Click += new System.EventHandler(this.opçãoExcluír_Click);
            // 
            // quadro
            // 
            this.quadro.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadro.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadro.bInfDirArredondada = false;
            this.quadro.bInfEsqArredondada = false;
            this.quadro.bSupDirArredondada = true;
            this.quadro.bSupEsqArredondada = true;
            this.quadro.Cor = System.Drawing.Color.Black;
            this.quadro.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadro.LetraTítulo = System.Drawing.Color.White;
            this.quadro.Location = new System.Drawing.Point(193, 86);
            this.quadro.MostrarBotãoMinMax = false;
            this.quadro.Name = "quadro";
            this.quadro.Size = new System.Drawing.Size(604, 287);
            this.quadro.TabIndex = 8;
            this.quadro.Tamanho = 30;
            this.quadro.Título = "Título";
            // 
            // BaseConsignado
            // 
            this.Controls.Add(this.título);
            this.Controls.Add(this.quadro);
            this.Name = "BaseConsignado";
            this.Size = new System.Drawing.Size(800, 376);
            this.Controls.SetChildIndex(this.quadro, 0);
            this.Controls.SetChildIndex(this.título, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroRelacionamentos.ResumeLayout(false);
            this.quadroSeleção.ResumeLayout(false);
            this.ResumeLayout(false);

        }
示例#7
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Imprimir));
            this.quadroSeleção = new Apresentação.Formulários.Quadro();
            this.chkFormatoAutomático = new System.Windows.Forms.CheckBox();
            this.txtPeso = new AMS.TextBox.NumericTextBox();
            this.lblPeso = new System.Windows.Forms.Label();
            this.cmdNovo = new System.Windows.Forms.Button();
            this.cmbFormato = new System.Windows.Forms.ComboBox();
            this.txtQuantidade = new AMS.TextBox.IntegerTextBox();
            this.txtReferência = new Apresentação.Mercadoria.TxtMercadoria();
            this.lblFormato = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.quadroMercadoria = new Apresentação.Mercadoria.QuadroFoto();
            this.bandeja = new Apresentação.Mercadoria.Etiqueta.Impressão.BandejaEtiqueta();
            this.quadroBandeja = new Apresentação.Formulários.Quadro();
            this.quadroImpressão = new Apresentação.Formulários.Quadro();
            this.opçãoEditarEtiquetas = new Apresentação.Formulários.Opção();
            this.opçãoImprimir = new Apresentação.Formulários.Opção();
            this.printDlg = new System.Windows.Forms.PrintDialog();
            this.printDoc = new System.Drawing.Printing.PrintDocument();
            this.quadroDica = new Apresentação.Formulários.Quadro();
            this.label3 = new System.Windows.Forms.Label();
            this.esquerda.SuspendLayout();
            this.quadroSeleção.SuspendLayout();
            this.quadroBandeja.SuspendLayout();
            this.quadroImpressão.SuspendLayout();
            this.quadroDica.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroDica);
            this.esquerda.Controls.Add(this.quadroImpressão);
            this.esquerda.Size = new System.Drawing.Size(187, 464);
            this.esquerda.Controls.SetChildIndex(this.quadroImpressão, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroDica, 0);
            // 
            // quadroSeleção
            // 
            this.quadroSeleção.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroSeleção.bInfDirArredondada = true;
            this.quadroSeleção.bInfEsqArredondada = true;
            this.quadroSeleção.bSupDirArredondada = true;
            this.quadroSeleção.bSupEsqArredondada = true;
            this.quadroSeleção.Controls.Add(this.chkFormatoAutomático);
            this.quadroSeleção.Controls.Add(this.txtPeso);
            this.quadroSeleção.Controls.Add(this.lblPeso);
            this.quadroSeleção.Controls.Add(this.cmdNovo);
            this.quadroSeleção.Controls.Add(this.cmbFormato);
            this.quadroSeleção.Controls.Add(this.txtQuantidade);
            this.quadroSeleção.Controls.Add(this.txtReferência);
            this.quadroSeleção.Controls.Add(this.lblFormato);
            this.quadroSeleção.Controls.Add(this.label1);
            this.quadroSeleção.Controls.Add(this.label2);
            this.quadroSeleção.Cor = System.Drawing.Color.Black;
            this.quadroSeleção.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroSeleção.LetraTítulo = System.Drawing.Color.White;
            this.quadroSeleção.Location = new System.Drawing.Point(200, 24);
            this.quadroSeleção.MostrarBotãoMinMax = false;
            this.quadroSeleção.Name = "quadroSeleção";
            this.quadroSeleção.Size = new System.Drawing.Size(352, 168);
            this.quadroSeleção.TabIndex = 0;
            this.quadroSeleção.Tamanho = 30;
            this.quadroSeleção.Título = "Etiqueta a ser impressa";
            // 
            // chkFormatoAutomático
            // 
            this.chkFormatoAutomático.BackColor = System.Drawing.Color.Transparent;
            this.chkFormatoAutomático.Checked = true;
            this.chkFormatoAutomático.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkFormatoAutomático.Location = new System.Drawing.Point(16, 128);
            this.chkFormatoAutomático.Name = "chkFormatoAutomático";
            this.chkFormatoAutomático.Size = new System.Drawing.Size(240, 40);
            this.chkFormatoAutomático.TabIndex = 9;
            this.chkFormatoAutomático.Text = "Escolher formato automaticamente, conforme escolhas passadas.";
            this.chkFormatoAutomático.UseVisualStyleBackColor = false;
            // 
            // txtPeso
            // 
            this.txtPeso.AllowNegative = false;
            this.txtPeso.DigitsInGroup = 0;
            this.txtPeso.Enabled = false;
            this.txtPeso.Flags = 65536;
            this.txtPeso.Location = new System.Drawing.Point(16, 96);
            this.txtPeso.MaxDecimalPlaces = 1;
            this.txtPeso.MaxWholeDigits = 9;
            this.txtPeso.Name = "txtPeso";
            this.txtPeso.Prefix = "";
            this.txtPeso.RangeMax = 1.7976931348623157E+308;
            this.txtPeso.RangeMin = -1.7976931348623157E+308;
            this.txtPeso.Size = new System.Drawing.Size(152, 20);
            this.txtPeso.TabIndex = 3;
            this.txtPeso.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            this.txtPeso.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPeso_KeyPress);
            // 
            // lblPeso
            // 
            this.lblPeso.Enabled = false;
            this.lblPeso.Location = new System.Drawing.Point(16, 80);
            this.lblPeso.Name = "lblPeso";
            this.lblPeso.Size = new System.Drawing.Size(72, 16);
            this.lblPeso.TabIndex = 2;
            this.lblPeso.Text = "Peso:";
            // 
            // cmdNovo
            // 
            this.cmdNovo.Enabled = false;
            this.cmdNovo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.cmdNovo.Location = new System.Drawing.Point(264, 136);
            this.cmdNovo.Name = "cmdNovo";
            this.cmdNovo.Size = new System.Drawing.Size(75, 23);
            this.cmdNovo.TabIndex = 6;
            this.cmdNovo.Text = "&Adicionar";
            this.cmdNovo.Click += new System.EventHandler(this.cmdNovo_Click);
            // 
            // cmbFormato
            // 
            this.cmbFormato.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbFormato.Location = new System.Drawing.Point(187, 55);
            this.cmbFormato.Name = "cmbFormato";
            this.cmbFormato.Size = new System.Drawing.Size(152, 21);
            this.cmbFormato.Sorted = true;
            this.cmbFormato.TabIndex = 8;
            this.cmbFormato.KeyUp += new System.Windows.Forms.KeyEventHandler(this.cmbFormato_KeyUp);
            // 
            // txtQuantidade
            // 
            this.txtQuantidade.AllowNegative = false;
            this.txtQuantidade.DigitsInGroup = 0;
            this.txtQuantidade.Flags = 65536;
            this.txtQuantidade.Location = new System.Drawing.Point(187, 96);
            this.txtQuantidade.MaxDecimalPlaces = 0;
            this.txtQuantidade.MaxWholeDigits = 9;
            this.txtQuantidade.Name = "txtQuantidade";
            this.txtQuantidade.Prefix = "";
            this.txtQuantidade.RangeMax = 1.7976931348623157E+308;
            this.txtQuantidade.RangeMin = -1.7976931348623157E+308;
            this.txtQuantidade.Size = new System.Drawing.Size(152, 20);
            this.txtQuantidade.TabIndex = 5;
            this.txtQuantidade.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            // 
            // txtReferência
            // 
            this.txtReferência.ControlePeso = this.txtPeso;
            this.txtReferência.Location = new System.Drawing.Point(16, 56);
            this.txtReferência.Name = "txtReferência";
            this.txtReferência.Referência = "";
            this.txtReferência.Size = new System.Drawing.Size(152, 20);
            this.txtReferência.TabIndex = 1;
            this.txtReferência.ReferênciaConfirmada += new System.EventHandler(this.txtReferência_ReferênciaConfirmada);
            this.txtReferência.Leave += new System.EventHandler(this.txtReferência_Leave);
            this.txtReferência.ReferênciaAlterada += new System.EventHandler(this.txtReferência_ReferênciaAlterada);
            this.txtReferência.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            // 
            // lblFormato
            // 
            this.lblFormato.AutoSize = true;
            this.lblFormato.Location = new System.Drawing.Point(187, 39);
            this.lblFormato.Name = "lblFormato";
            this.lblFormato.Size = new System.Drawing.Size(48, 13);
            this.lblFormato.TabIndex = 7;
            this.lblFormato.Text = "Formato:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 42);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Referência:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(187, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(126, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Quantidade de etiquetas:";
            // 
            // quadroMercadoria
            // 
            this.quadroMercadoria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroMercadoria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(215)))));
            this.quadroMercadoria.bInfDirArredondada = true;
            this.quadroMercadoria.bInfEsqArredondada = true;
            this.quadroMercadoria.bSupDirArredondada = true;
            this.quadroMercadoria.bSupEsqArredondada = true;
            this.quadroMercadoria.Cor = System.Drawing.Color.Black;
            this.quadroMercadoria.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroMercadoria.LetraTítulo = System.Drawing.Color.White;
            this.quadroMercadoria.Location = new System.Drawing.Point(568, 24);
            this.quadroMercadoria.MostrarBotãoMinMax = false;
            this.quadroMercadoria.Name = "quadroMercadoria";
            this.quadroMercadoria.Size = new System.Drawing.Size(216, 168);
            this.quadroMercadoria.TabIndex = 11;
            this.quadroMercadoria.Tamanho = 30;
            this.quadroMercadoria.Título = "Mercadoria";
            // 
            // bandeja
            // 
            this.bandeja.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.bandeja.BackColor = System.Drawing.Color.White;
            this.bandeja.Location = new System.Drawing.Point(1, 24);
            this.bandeja.MostrarBarraFerramentas = true;
            this.bandeja.MostrarPreço = false;
            this.bandeja.MostrarSeleçãoTabela = false;
            this.bandeja.MostrarStatus = true;
            this.bandeja.Name = "bandeja";
            this.bandeja.OrdenaçãoReferência = false;
            this.bandeja.PermitirSeleçãoTabela = false;
            this.bandeja.Size = new System.Drawing.Size(582, 207);
            this.bandeja.TabIndex = 6;
            this.bandeja.SaquinhoExcluído += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandeja_SaquinhoExcluído);
            this.bandeja.SeleçãoMudou += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandeja_SeleçãoMudou);
            // 
            // quadroBandeja
            // 
            this.quadroBandeja.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroBandeja.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroBandeja.bInfDirArredondada = false;
            this.quadroBandeja.bInfEsqArredondada = false;
            this.quadroBandeja.bSupDirArredondada = true;
            this.quadroBandeja.bSupEsqArredondada = true;
            this.quadroBandeja.Controls.Add(this.bandeja);
            this.quadroBandeja.Cor = System.Drawing.Color.Black;
            this.quadroBandeja.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroBandeja.LetraTítulo = System.Drawing.Color.White;
            this.quadroBandeja.Location = new System.Drawing.Point(200, 208);
            this.quadroBandeja.MostrarBotãoMinMax = false;
            this.quadroBandeja.Name = "quadroBandeja";
            this.quadroBandeja.Size = new System.Drawing.Size(584, 232);
            this.quadroBandeja.TabIndex = 12;
            this.quadroBandeja.Tamanho = 30;
            this.quadroBandeja.Título = "Itens a serem impressos";
            // 
            // quadroImpressão
            // 
            this.quadroImpressão.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroImpressão.bInfDirArredondada = true;
            this.quadroImpressão.bInfEsqArredondada = true;
            this.quadroImpressão.bSupDirArredondada = true;
            this.quadroImpressão.bSupEsqArredondada = true;
            this.quadroImpressão.Controls.Add(this.opçãoEditarEtiquetas);
            this.quadroImpressão.Controls.Add(this.opçãoImprimir);
            this.quadroImpressão.Cor = System.Drawing.Color.Black;
            this.quadroImpressão.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroImpressão.LetraTítulo = System.Drawing.Color.White;
            this.quadroImpressão.Location = new System.Drawing.Point(7, 139);
            this.quadroImpressão.MostrarBotãoMinMax = false;
            this.quadroImpressão.Name = "quadroImpressão";
            this.quadroImpressão.Size = new System.Drawing.Size(160, 80);
            this.quadroImpressão.TabIndex = 1;
            this.quadroImpressão.Tamanho = 30;
            this.quadroImpressão.Título = "Impressão";
            // 
            // opçãoEditarEtiquetas
            // 
            this.opçãoEditarEtiquetas.BackColor = System.Drawing.Color.Transparent;
            this.opçãoEditarEtiquetas.Descrição = "Editar formatos...";
            this.opçãoEditarEtiquetas.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoEditarEtiquetas.Imagem")));
            this.opçãoEditarEtiquetas.Location = new System.Drawing.Point(8, 52);
            this.opçãoEditarEtiquetas.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoEditarEtiquetas.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoEditarEtiquetas.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoEditarEtiquetas.Name = "opçãoEditarEtiquetas";
            this.opçãoEditarEtiquetas.Size = new System.Drawing.Size(150, 20);
            this.opçãoEditarEtiquetas.TabIndex = 2;
            this.opçãoEditarEtiquetas.Click += new System.EventHandler(this.opçãoEditarEtiquetas_Click);
            // 
            // opçãoImprimir
            // 
            this.opçãoImprimir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoImprimir.Descrição = "Imprimir";
            this.opçãoImprimir.Enabled = false;
            this.opçãoImprimir.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoImprimir.Imagem")));
            this.opçãoImprimir.Location = new System.Drawing.Point(8, 32);
            this.opçãoImprimir.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoImprimir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoImprimir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.Name = "opçãoImprimir";
            this.opçãoImprimir.Size = new System.Drawing.Size(150, 24);
            this.opçãoImprimir.TabIndex = 1;
            this.opçãoImprimir.Click += new System.EventHandler(this.opçãoImprimir_Click);
            // 
            // printDlg
            // 
            this.printDlg.AllowPrintToFile = false;
            this.printDlg.AllowSomePages = true;
            this.printDlg.Document = this.printDoc;
            // 
            // printDoc
            // 
            this.printDoc.DocumentName = "Etiquetas";
            this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoc_PrintPage);
            this.printDoc.EndPrint += new System.Drawing.Printing.PrintEventHandler(this.printDoc_EndPrint);
            // 
            // quadroDica
            // 
            this.quadroDica.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroDica.bInfDirArredondada = true;
            this.quadroDica.bInfEsqArredondada = true;
            this.quadroDica.bSupDirArredondada = true;
            this.quadroDica.bSupEsqArredondada = true;
            this.quadroDica.Controls.Add(this.label3);
            this.quadroDica.Cor = System.Drawing.Color.Black;
            this.quadroDica.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroDica.LetraTítulo = System.Drawing.Color.White;
            this.quadroDica.Location = new System.Drawing.Point(7, 13);
            this.quadroDica.MostrarBotãoMinMax = false;
            this.quadroDica.Name = "quadroDica";
            this.quadroDica.Size = new System.Drawing.Size(160, 120);
            this.quadroDica.TabIndex = 2;
            this.quadroDica.Tamanho = 30;
            this.quadroDica.Título = "Dica";
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(8, 32);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(144, 80);
            this.label3.TabIndex = 1;
            this.label3.Text = "Adicione as referências que deseja imprimir, sem se preocupar com o formato do pa" +
                "pel. Deixe que o programa organize a impressão para você.";
            // 
            // Imprimir
            // 
            this.Controls.Add(this.quadroBandeja);
            this.Controls.Add(this.quadroSeleção);
            this.Controls.Add(this.quadroMercadoria);
            this.Imagem = Resource.Etiqueta;
            this.Name = "Imprimir";
            this.Size = new System.Drawing.Size(800, 464);
            this.Controls.SetChildIndex(this.quadroMercadoria, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.quadroSeleção, 0);
            this.Controls.SetChildIndex(this.quadroBandeja, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroSeleção.ResumeLayout(false);
            this.quadroSeleção.PerformLayout();
            this.quadroBandeja.ResumeLayout(false);
            this.quadroImpressão.ResumeLayout(false);
            this.quadroDica.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.título = new Apresentação.Formulários.TítuloBaseInferior();
            this.quadroCliente = new Apresentação.Formulários.Quadro();
            this.opçãoHistóricoAtendimentos = new Apresentação.Formulários.Opção();
            this.opçãoOcultar = new Apresentação.Formulários.Opção();
            this.opçãoAbrir = new Apresentação.Formulários.Opção();
            this.opçãoOutro = new Apresentação.Formulários.Opção();
            this.opçãoVendas = new Apresentação.Formulários.Opção();
            this.quadroRelacionar = new Apresentação.Formulários.Quadro();
            this.opçãoSaída = new Apresentação.Formulários.Opção();
            this.opçãoRetorno = new Apresentação.Formulários.Opção();
            this.opçãoAcerto = new Apresentação.Formulários.Opção();
            this.opçãoConsignadoVenda = new Apresentação.Formulários.Opção();
            this.quadroPendências = new Apresentação.Formulários.Quadro();
            this.lstPendências = new System.Windows.Forms.ListView();
            this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDescrição = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.quadroVendas = new Apresentação.Formulários.Quadro();
            this.opçãoCompras = new Apresentação.Formulários.Opção();
            this.opçãoCréditos = new Apresentação.Formulários.Opção();
            this.opçãoPagamentos = new Apresentação.Formulários.Opção();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.quadroClassificador = new Apresentação.Formulários.Quadro();
            this.classificador = new Apresentação.Pessoa.Cadastro.Classificador();
            this.quadroObs = new Apresentação.Formulários.Quadro();
            this.txtObs = new System.Windows.Forms.TextBox();
            this.sinalizaçãoPedido = new Apresentação.Atendimento.SinalizaçãoPedido();
            this.sinalizaçãoMercadoriaEmFalta = new Apresentação.Mercadoria.SinalizaçãoMercadoriaEmFalta();
            this.sumárioAcerto1 = new Apresentação.Financeiro.Acerto.SumárioAcerto();
            this.bgDescobrirPendência = new System.ComponentModel.BackgroundWorker();
            this.quadroModoAtendimento = new Apresentação.Formulários.Quadro();
            this.opçãoEncerrarAtendimento = new Apresentação.Formulários.Opção();
            this.quadro1 = new Apresentação.Formulários.Quadro();
            this.opçãoPedido = new Apresentação.Formulários.Opção();
            this.opçãoMalaDireta = new Apresentação.Formulários.Opção();
            this.esquerda.SuspendLayout();
            this.quadroCliente.SuspendLayout();
            this.quadroRelacionar.SuspendLayout();
            this.quadroPendências.SuspendLayout();
            this.quadroVendas.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.quadroClassificador.SuspendLayout();
            this.quadroObs.SuspendLayout();
            this.quadroModoAtendimento.SuspendLayout();
            this.quadro1.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadro1);
            this.esquerda.Controls.Add(this.quadroCliente);
            this.esquerda.Controls.Add(this.quadroModoAtendimento);
            this.esquerda.Controls.Add(this.quadroRelacionar);
            this.esquerda.Controls.Add(this.quadroVendas);
            this.esquerda.Size = new System.Drawing.Size(187, 510);
            this.esquerda.Controls.SetChildIndex(this.quadroVendas, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroRelacionar, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroModoAtendimento, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroCliente, 0);
            this.esquerda.Controls.SetChildIndex(this.quadro1, 0);
            // 
            // título
            // 
            this.título.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.título.BackColor = System.Drawing.Color.White;
            this.título.Descrição = "Descrição";
            this.título.ÍconeArredondado = false;
            this.título.Imagem = null;
            this.título.Location = new System.Drawing.Point(200, 8);
            this.título.Name = "título";
            this.título.Size = new System.Drawing.Size(883, 70);
            this.título.TabIndex = 6;
            this.título.Título = "Nome do cliente";
            // 
            // quadroCliente
            // 
            this.quadroCliente.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroCliente.bInfDirArredondada = true;
            this.quadroCliente.bInfEsqArredondada = true;
            this.quadroCliente.bSupDirArredondada = true;
            this.quadroCliente.bSupEsqArredondada = true;
            this.quadroCliente.Controls.Add(this.opçãoHistóricoAtendimentos);
            this.quadroCliente.Controls.Add(this.opçãoOcultar);
            this.quadroCliente.Controls.Add(this.opçãoAbrir);
            this.quadroCliente.Controls.Add(this.opçãoOutro);
            this.quadroCliente.Cor = System.Drawing.Color.Black;
            this.quadroCliente.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroCliente.LetraTítulo = System.Drawing.Color.White;
            this.quadroCliente.Location = new System.Drawing.Point(7, 13);
            this.quadroCliente.MostrarBotãoMinMax = false;
            this.quadroCliente.Name = "quadroCliente";
            this.quadroCliente.Size = new System.Drawing.Size(160, 75);
            this.quadroCliente.TabIndex = 0;
            this.quadroCliente.Tamanho = 30;
            this.quadroCliente.Título = "Relacionamento";
            // 
            // opçãoHistóricoAtendimentos
            // 
            this.opçãoHistóricoAtendimentos.BackColor = System.Drawing.Color.Transparent;
            this.opçãoHistóricoAtendimentos.Descrição = "Atendimentos";
            this.opçãoHistóricoAtendimentos.Imagem = global::Apresentação.Resource.Pedido1;
            this.opçãoHistóricoAtendimentos.Location = new System.Drawing.Point(7, 50);
            this.opçãoHistóricoAtendimentos.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoHistóricoAtendimentos.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoHistóricoAtendimentos.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoHistóricoAtendimentos.Name = "opçãoHistóricoAtendimentos";
            this.opçãoHistóricoAtendimentos.Size = new System.Drawing.Size(150, 16);
            this.opçãoHistóricoAtendimentos.TabIndex = 5;
            this.opçãoHistóricoAtendimentos.Click += new System.EventHandler(this.opçãoHistóricoAtendimentos_Click);
            // 
            // opçãoOcultar
            // 
            this.opçãoOcultar.AutoSize = true;
            this.opçãoOcultar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoOcultar.Descrição = "";
            this.opçãoOcultar.Imagem = global::Apresentação.Resource.sunglasses_transp1;
            this.opçãoOcultar.Location = new System.Drawing.Point(130, 30);
            this.opçãoOcultar.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoOcultar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoOcultar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoOcultar.Name = "opçãoOcultar";
            this.opçãoOcultar.Size = new System.Drawing.Size(150, 19);
            this.opçãoOcultar.TabIndex = 4;
            this.opçãoOcultar.Click += new System.EventHandler(this.opçãoOcultar_Click);
            // 
            // opçãoAbrir
            // 
            this.opçãoAbrir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoAbrir.Descrição = "Ficha";
            this.opçãoAbrir.Imagem = global::Apresentação.Resource.folderopen1;
            this.opçãoAbrir.Location = new System.Drawing.Point(7, 30);
            this.opçãoAbrir.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoAbrir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoAbrir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoAbrir.Name = "opçãoAbrir";
            this.opçãoAbrir.Privilégio = Entidades.Privilégio.Permissão.CadastroAcesso;
            this.opçãoAbrir.Size = new System.Drawing.Size(150, 16);
            this.opçãoAbrir.TabIndex = 2;
            this.opçãoAbrir.Click += new System.EventHandler(this.opçãoAbrir_Click);
            // 
            // opçãoOutro
            // 
            this.opçãoOutro.BackColor = System.Drawing.Color.Transparent;
            this.opçãoOutro.Descrição = "Escolher outra pessoa";
            this.opçãoOutro.Imagem = global::Apresentação.Resource.delete;
            this.opçãoOutro.Location = new System.Drawing.Point(3, 81);
            this.opçãoOutro.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoOutro.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoOutro.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoOutro.Name = "opçãoOutro";
            this.opçãoOutro.Size = new System.Drawing.Size(150, 24);
            this.opçãoOutro.TabIndex = 3;
            this.opçãoOutro.Visible = false;
            this.opçãoOutro.Click += new System.EventHandler(this.opçãoOutro_Click);
            // 
            // opçãoVendas
            // 
            this.opçãoVendas.BackColor = System.Drawing.Color.Transparent;
            this.opçãoVendas.Descrição = "Visualizar vendas";
            this.opçãoVendas.Imagem = global::Apresentação.Resource.folderopen1;
            this.opçãoVendas.Location = new System.Drawing.Point(7, 30);
            this.opçãoVendas.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoVendas.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoVendas.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoVendas.Name = "opçãoVendas";
            this.opçãoVendas.Privilégio = Entidades.Privilégio.Permissão.VendasLeitura;
            this.opçãoVendas.Size = new System.Drawing.Size(150, 20);
            this.opçãoVendas.TabIndex = 4;
            this.opçãoVendas.Click += new System.EventHandler(this.opçãoVendas_Click);
            // 
            // quadroRelacionar
            // 
            this.quadroRelacionar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroRelacionar.bInfDirArredondada = true;
            this.quadroRelacionar.bInfEsqArredondada = true;
            this.quadroRelacionar.bSupDirArredondada = true;
            this.quadroRelacionar.bSupEsqArredondada = true;
            this.quadroRelacionar.Controls.Add(this.opçãoSaída);
            this.quadroRelacionar.Controls.Add(this.opçãoRetorno);
            this.quadroRelacionar.Controls.Add(this.opçãoAcerto);
            this.quadroRelacionar.Cor = System.Drawing.Color.Black;
            this.quadroRelacionar.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroRelacionar.LetraTítulo = System.Drawing.Color.White;
            this.quadroRelacionar.Location = new System.Drawing.Point(7, 94);
            this.quadroRelacionar.MostrarBotãoMinMax = false;
            this.quadroRelacionar.Name = "quadroRelacionar";
            this.quadroRelacionar.Privilégio = Entidades.Privilégio.Permissão.Consignado;
            this.quadroRelacionar.Size = new System.Drawing.Size(160, 96);
            this.quadroRelacionar.TabIndex = 2;
            this.quadroRelacionar.Tamanho = 30;
            this.quadroRelacionar.Título = "Consignado";
            // 
            // opçãoSaída
            // 
            this.opçãoSaída.BackColor = System.Drawing.Color.Transparent;
            this.opçãoSaída.Descrição = "Saídas";
            this.opçãoSaída.Imagem = global::Apresentação.Resource.Saída__Pequeno_1;
            this.opçãoSaída.Location = new System.Drawing.Point(7, 30);
            this.opçãoSaída.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.opçãoSaída.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoSaída.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoSaída.Name = "opçãoSaída";
            this.opçãoSaída.Privilégio = Entidades.Privilégio.Permissão.ConsignadoSaída;
            this.opçãoSaída.Size = new System.Drawing.Size(150, 16);
            this.opçãoSaída.TabIndex = 2;
            this.opçãoSaída.Click += new System.EventHandler(this.opçãoSaída_Click);
            // 
            // opçãoRetorno
            // 
            this.opçãoRetorno.BackColor = System.Drawing.Color.Transparent;
            this.opçãoRetorno.Descrição = "Retornos";
            this.opçãoRetorno.Imagem = global::Apresentação.Resource.Retorno__Ícone_;
            this.opçãoRetorno.Location = new System.Drawing.Point(7, 50);
            this.opçãoRetorno.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoRetorno.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoRetorno.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoRetorno.Name = "opçãoRetorno";
            this.opçãoRetorno.Privilégio = Entidades.Privilégio.Permissão.ConsignadoRetorno;
            this.opçãoRetorno.Size = new System.Drawing.Size(150, 16);
            this.opçãoRetorno.TabIndex = 4;
            this.opçãoRetorno.Click += new System.EventHandler(this.opçãoRetorno_Click);
            // 
            // opçãoAcerto
            // 
            this.opçãoAcerto.BackColor = System.Drawing.Color.Transparent;
            this.opçãoAcerto.Descrição = "Acerto de mercadorias";
            this.opçãoAcerto.Imagem = global::Apresentação.Resource.Acerto__Pequeno_;
            this.opçãoAcerto.Location = new System.Drawing.Point(6, 76);
            this.opçãoAcerto.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoAcerto.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoAcerto.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoAcerto.Name = "opçãoAcerto";
            this.opçãoAcerto.Size = new System.Drawing.Size(150, 27);
            this.opçãoAcerto.TabIndex = 2;
            this.opçãoAcerto.Click += new System.EventHandler(this.opçãoAcerto_Click);
            // 
            // opçãoConsignadoVenda
            // 
            this.opçãoConsignadoVenda.BackColor = System.Drawing.Color.Transparent;
            this.opçãoConsignadoVenda.Descrição = "Registrar venda";
            this.opçãoConsignadoVenda.Imagem = global::Apresentação.Resource.NewCardHS;
            this.opçãoConsignadoVenda.Location = new System.Drawing.Point(7, 70);
            this.opçãoConsignadoVenda.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoConsignadoVenda.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoConsignadoVenda.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoConsignadoVenda.Name = "opçãoConsignadoVenda";
            this.opçãoConsignadoVenda.Privilégio = Entidades.Privilégio.Permissão.VendasEditar;
            this.opçãoConsignadoVenda.Size = new System.Drawing.Size(150, 17);
            this.opçãoConsignadoVenda.TabIndex = 5;
            this.opçãoConsignadoVenda.Click += new System.EventHandler(this.opçãoConsignadoVenda_Click);
            // 
            // quadroPendências
            // 
            this.quadroPendências.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.quadroPendências.bInfDirArredondada = true;
            this.quadroPendências.bInfEsqArredondada = true;
            this.quadroPendências.bSupDirArredondada = true;
            this.quadroPendências.bSupEsqArredondada = true;
            this.quadroPendências.Controls.Add(this.lstPendências);
            this.quadroPendências.Cor = System.Drawing.Color.Black;
            this.quadroPendências.Dock = System.Windows.Forms.DockStyle.Fill;
            this.quadroPendências.FundoTítulo = System.Drawing.Color.Brown;
            this.quadroPendências.LetraTítulo = System.Drawing.Color.White;
            this.quadroPendências.Location = new System.Drawing.Point(3, 3);
            this.quadroPendências.MostrarBotãoMinMax = false;
            this.quadroPendências.Name = "quadroPendências";
            this.quadroPendências.Size = new System.Drawing.Size(194, 104);
            this.quadroPendências.TabIndex = 8;
            this.quadroPendências.Tamanho = 30;
            this.quadroPendências.Título = "Pendências";
            // 
            // lstPendências
            // 
            this.lstPendências.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lstPendências.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.lstPendências.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.lstPendências.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colItem,
            this.colDescrição});
            this.lstPendências.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lstPendências.FullRowSelect = true;
            this.lstPendências.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.lstPendências.Location = new System.Drawing.Point(3, 27);
            this.lstPendências.MultiSelect = false;
            this.lstPendências.Name = "lstPendências";
            this.lstPendências.Scrollable = false;
            this.lstPendências.Size = new System.Drawing.Size(188, 71);
            this.lstPendências.TabIndex = 2;
            this.lstPendências.UseCompatibleStateImageBehavior = false;
            this.lstPendências.View = System.Windows.Forms.View.Details;
            // 
            // colItem
            // 
            this.colItem.Text = "Item";
            this.colItem.Width = 118;
            // 
            // colDescrição
            // 
            this.colDescrição.Text = "Descrição";
            this.colDescrição.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.colDescrição.Width = 45;
            // 
            // quadroVendas
            // 
            this.quadroVendas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroVendas.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.quadroVendas.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroVendas.bInfDirArredondada = true;
            this.quadroVendas.bInfEsqArredondada = true;
            this.quadroVendas.bSupDirArredondada = true;
            this.quadroVendas.bSupEsqArredondada = true;
            this.quadroVendas.Controls.Add(this.opçãoCompras);
            this.quadroVendas.Controls.Add(this.opçãoVendas);
            this.quadroVendas.Controls.Add(this.opçãoCréditos);
            this.quadroVendas.Controls.Add(this.opçãoPagamentos);
            this.quadroVendas.Controls.Add(this.opçãoConsignadoVenda);
            this.quadroVendas.Cor = System.Drawing.Color.Black;
            this.quadroVendas.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroVendas.LetraTítulo = System.Drawing.Color.White;
            this.quadroVendas.Location = new System.Drawing.Point(7, 196);
            this.quadroVendas.MostrarBotãoMinMax = false;
            this.quadroVendas.Name = "quadroVendas";
            this.quadroVendas.Privilégio = Entidades.Privilégio.Permissão.Vendas;
            this.quadroVendas.Size = new System.Drawing.Size(160, 133);
            this.quadroVendas.TabIndex = 3;
            this.quadroVendas.Tamanho = 30;
            this.quadroVendas.Título = "Financeiro";
            // 
            // opçãoCompras
            // 
            this.opçãoCompras.BackColor = System.Drawing.Color.Transparent;
            this.opçãoCompras.Descrição = "Visualizar compras";
            this.opçãoCompras.Imagem = global::Apresentação.Resource.folderopen1;
            this.opçãoCompras.Location = new System.Drawing.Point(7, 50);
            this.opçãoCompras.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoCompras.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoCompras.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoCompras.Name = "opçãoCompras";
            this.opçãoCompras.PermitirLiberaçãoRecurso = true;
            this.opçãoCompras.Size = new System.Drawing.Size(150, 16);
            this.opçãoCompras.TabIndex = 9;
            this.opçãoCompras.Click += new System.EventHandler(this.opçãoComprasDesteFuncionário_Click);
            // 
            // opçãoCréditos
            // 
            this.opçãoCréditos.BackColor = System.Drawing.Color.Transparent;
            this.opçãoCréditos.Descrição = "Créditos";
            this.opçãoCréditos.Imagem = global::Apresentação.Resource.credito;
            this.opçãoCréditos.Location = new System.Drawing.Point(7, 110);
            this.opçãoCréditos.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoCréditos.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoCréditos.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoCréditos.Name = "opçãoCréditos";
            this.opçãoCréditos.Size = new System.Drawing.Size(150, 23);
            this.opçãoCréditos.TabIndex = 8;
            this.opçãoCréditos.Click += new System.EventHandler(this.opçãoCréditos_Click);
            // 
            // opçãoPagamentos
            // 
            this.opçãoPagamentos.BackColor = System.Drawing.Color.Transparent;
            this.opçãoPagamentos.Descrição = "Pagamentos";
            this.opçãoPagamentos.Imagem = global::Apresentação.Resource.pagamento1;
            this.opçãoPagamentos.Location = new System.Drawing.Point(7, 90);
            this.opçãoPagamentos.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoPagamentos.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoPagamentos.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoPagamentos.Name = "opçãoPagamentos";
            this.opçãoPagamentos.Size = new System.Drawing.Size(150, 16);
            this.opçãoPagamentos.TabIndex = 7;
            this.opçãoPagamentos.Click += new System.EventHandler(this.opçãoPagamentos_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.quadroClassificador, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.quadroPendências, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.quadroObs, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.sinalizaçãoPedido, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.sinalizaçãoMercadoriaEmFalta, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.sumárioAcerto1, 1, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(184, 84);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(915, 399);
            this.tableLayoutPanel1.TabIndex = 9;
            this.tableLayoutPanel1.Resize += new System.EventHandler(this.tableLayoutPanel1_Resize);
            // 
            // quadroClassificador
            // 
            this.quadroClassificador.AutoSize = true;
            this.quadroClassificador.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.quadroClassificador.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroClassificador.bInfDirArredondada = false;
            this.quadroClassificador.bInfEsqArredondada = false;
            this.quadroClassificador.bSupDirArredondada = true;
            this.quadroClassificador.bSupEsqArredondada = true;
            this.quadroClassificador.Controls.Add(this.classificador);
            this.quadroClassificador.Cor = System.Drawing.Color.Black;
            this.quadroClassificador.Dock = System.Windows.Forms.DockStyle.Fill;
            this.quadroClassificador.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroClassificador.LetraTítulo = System.Drawing.Color.White;
            this.quadroClassificador.Location = new System.Drawing.Point(3, 113);
            this.quadroClassificador.MostrarBotãoMinMax = false;
            this.quadroClassificador.Name = "quadroClassificador";
            this.quadroClassificador.Privilégio = Entidades.Privilégio.Permissão.CadastroAcesso;
            this.quadroClassificador.Size = new System.Drawing.Size(194, 183);
            this.quadroClassificador.TabIndex = 11;
            this.quadroClassificador.Tamanho = 30;
            this.quadroClassificador.Título = "Classificações";
            // 
            // classificador
            // 
            this.classificador.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.classificador.AutoAtualizarBD = true;
            this.classificador.BackColor = System.Drawing.Color.White;
            this.classificador.Location = new System.Drawing.Point(3, 25);
            this.classificador.Name = "classificador";
            this.classificador.Pessoa = null;
            this.classificador.Size = new System.Drawing.Size(188, 155);
            this.classificador.TabIndex = 10;
            // 
            // quadroObs
            // 
            this.quadroObs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.quadroObs.bInfDirArredondada = false;
            this.quadroObs.bInfEsqArredondada = false;
            this.quadroObs.bSupDirArredondada = true;
            this.quadroObs.bSupEsqArredondada = true;
            this.quadroObs.Controls.Add(this.txtObs);
            this.quadroObs.Cor = System.Drawing.Color.Black;
            this.quadroObs.FundoTítulo = System.Drawing.Color.Olive;
            this.quadroObs.LetraTítulo = System.Drawing.Color.White;
            this.quadroObs.Location = new System.Drawing.Point(373, 3);
            this.quadroObs.MostrarBotãoMinMax = false;
            this.quadroObs.Name = "quadroObs";
            this.tableLayoutPanel1.SetRowSpan(this.quadroObs, 2);
            this.quadroObs.Size = new System.Drawing.Size(539, 293);
            this.quadroObs.TabIndex = 17;
            this.quadroObs.Tamanho = 30;
            this.quadroObs.Título = "Observações";
            // 
            // txtObs
            // 
            this.txtObs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtObs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.txtObs.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtObs.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtObs.ForeColor = System.Drawing.Color.Black;
            this.txtObs.Location = new System.Drawing.Point(2, 27);
            this.txtObs.Multiline = true;
            this.txtObs.Name = "txtObs";
            this.txtObs.ReadOnly = true;
            this.txtObs.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtObs.Size = new System.Drawing.Size(534, 263);
            this.txtObs.TabIndex = 2;
            this.txtObs.Text = "As observações só serão exibidas caso exista alguma.";
            // 
            // sinalizaçãoPedido
            // 
            this.sinalizaçãoPedido.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sinalizaçãoPedido.Borda = System.Drawing.Color.DarkSeaGreen;
            this.tableLayoutPanel1.SetColumnSpan(this.sinalizaçãoPedido, 3);
            this.sinalizaçãoPedido.Cor1 = System.Drawing.Color.LightYellow;
            this.sinalizaçãoPedido.Cor2 = System.Drawing.Color.Ivory;
            this.sinalizaçãoPedido.Cursor = System.Windows.Forms.Cursors.Hand;
            this.sinalizaçãoPedido.Location = new System.Drawing.Point(3, 302);
            this.sinalizaçãoPedido.MinimumSize = new System.Drawing.Size(100, 32);
            this.sinalizaçãoPedido.Name = "sinalizaçãoPedido";
            this.sinalizaçãoPedido.Size = new System.Drawing.Size(909, 44);
            this.sinalizaçãoPedido.TabIndex = 12;
            this.sinalizaçãoPedido.Click += new System.EventHandler(this.opçãoPedido_Click);
            // 
            // sinalizaçãoMercadoriaEmFalta
            // 
            this.sinalizaçãoMercadoriaEmFalta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sinalizaçãoMercadoriaEmFalta.Borda = System.Drawing.Color.DarkSeaGreen;
            this.tableLayoutPanel1.SetColumnSpan(this.sinalizaçãoMercadoriaEmFalta, 3);
            this.sinalizaçãoMercadoriaEmFalta.Cor1 = System.Drawing.Color.LightYellow;
            this.sinalizaçãoMercadoriaEmFalta.Cor2 = System.Drawing.Color.Ivory;
            this.sinalizaçãoMercadoriaEmFalta.Cursor = System.Windows.Forms.Cursors.Hand;
            this.sinalizaçãoMercadoriaEmFalta.Location = new System.Drawing.Point(3, 352);
            this.sinalizaçãoMercadoriaEmFalta.MinimumSize = new System.Drawing.Size(100, 32);
            this.sinalizaçãoMercadoriaEmFalta.Name = "sinalizaçãoMercadoriaEmFalta";
            this.sinalizaçãoMercadoriaEmFalta.Size = new System.Drawing.Size(909, 44);
            this.sinalizaçãoMercadoriaEmFalta.TabIndex = 13;
            this.sinalizaçãoMercadoriaEmFalta.Click += new System.EventHandler(this.sinalizaçãoMercadoriaEmFalta_Click);
            // 
            // sumárioAcerto1
            // 
            this.sumárioAcerto1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.sumárioAcerto1.BackColor = System.Drawing.Color.White;
            this.sumárioAcerto1.bInfDirArredondada = false;
            this.sumárioAcerto1.bInfEsqArredondada = false;
            this.sumárioAcerto1.bSupDirArredondada = true;
            this.sumárioAcerto1.bSupEsqArredondada = true;
            this.sumárioAcerto1.Cor = System.Drawing.Color.Black;
            this.sumárioAcerto1.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.sumárioAcerto1.LetraTítulo = System.Drawing.Color.White;
            this.sumárioAcerto1.Location = new System.Drawing.Point(203, 3);
            this.sumárioAcerto1.MostrarBotãoMinMax = false;
            this.sumárioAcerto1.Name = "sumárioAcerto1";
            this.tableLayoutPanel1.SetRowSpan(this.sumárioAcerto1, 2);
            this.sumárioAcerto1.Size = new System.Drawing.Size(164, 293);
            this.sumárioAcerto1.TabIndex = 18;
            this.sumárioAcerto1.Tamanho = 30;
            this.sumárioAcerto1.Título = "Sumário";
            // 
            // bgDescobrirPendência
            // 
            this.bgDescobrirPendência.DoWork += new System.ComponentModel.DoWorkEventHandler(this.RecuperarPendências);
            this.bgDescobrirPendência.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.MostrarPendências);
            // 
            // quadroModoAtendimento
            // 
            this.quadroModoAtendimento.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroModoAtendimento.bInfDirArredondada = true;
            this.quadroModoAtendimento.bInfEsqArredondada = true;
            this.quadroModoAtendimento.bSupDirArredondada = true;
            this.quadroModoAtendimento.bSupEsqArredondada = true;
            this.quadroModoAtendimento.Controls.Add(this.opçãoEncerrarAtendimento);
            this.quadroModoAtendimento.Cor = System.Drawing.Color.Black;
            this.quadroModoAtendimento.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.quadroModoAtendimento.LetraTítulo = System.Drawing.Color.White;
            this.quadroModoAtendimento.Location = new System.Drawing.Point(7, 423);
            this.quadroModoAtendimento.MostrarBotãoMinMax = false;
            this.quadroModoAtendimento.Name = "quadroModoAtendimento";
            this.quadroModoAtendimento.Size = new System.Drawing.Size(160, 62);
            this.quadroModoAtendimento.TabIndex = 4;
            this.quadroModoAtendimento.Tamanho = 30;
            this.quadroModoAtendimento.Título = "Atendimento";
            this.quadroModoAtendimento.Visible = false;
            // 
            // opçãoEncerrarAtendimento
            // 
            this.opçãoEncerrarAtendimento.BackColor = System.Drawing.Color.Transparent;
            this.opçãoEncerrarAtendimento.Descrição = "Encerrar modo de atendimento";
            this.opçãoEncerrarAtendimento.Imagem = global::Apresentação.Resource.turnkey1;
            this.opçãoEncerrarAtendimento.Location = new System.Drawing.Point(7, 30);
            this.opçãoEncerrarAtendimento.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoEncerrarAtendimento.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoEncerrarAtendimento.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoEncerrarAtendimento.Name = "opçãoEncerrarAtendimento";
            this.opçãoEncerrarAtendimento.Size = new System.Drawing.Size(150, 27);
            this.opçãoEncerrarAtendimento.TabIndex = 2;
            this.opçãoEncerrarAtendimento.Click += new System.EventHandler(this.opçãoEncerrarAtendimento_Click);
            // 
            // quadro1
            // 
            this.quadro1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadro1.bInfDirArredondada = true;
            this.quadro1.bInfEsqArredondada = true;
            this.quadro1.bSupDirArredondada = true;
            this.quadro1.bSupEsqArredondada = true;
            this.quadro1.Controls.Add(this.opçãoPedido);
            this.quadro1.Controls.Add(this.opçãoMalaDireta);
            this.quadro1.Cor = System.Drawing.Color.Black;
            this.quadro1.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadro1.LetraTítulo = System.Drawing.Color.White;
            this.quadro1.Location = new System.Drawing.Point(7, 338);
            this.quadro1.MostrarBotãoMinMax = false;
            this.quadro1.Name = "quadro1";
            this.quadro1.Size = new System.Drawing.Size(160, 79);
            this.quadro1.TabIndex = 5;
            this.quadro1.Tamanho = 30;
            this.quadro1.Título = "Serviços";
            // 
            // opçãoPedido
            // 
            this.opçãoPedido.BackColor = System.Drawing.Color.Transparent;
            this.opçãoPedido.Descrição = "Pedidos e consertos";
            this.opçãoPedido.Imagem = global::Apresentação.Resource.Pedido1;
            this.opçãoPedido.Location = new System.Drawing.Point(7, 30);
            this.opçãoPedido.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoPedido.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoPedido.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoPedido.Name = "opçãoPedido";
            this.opçãoPedido.Size = new System.Drawing.Size(150, 20);
            this.opçãoPedido.TabIndex = 2;
            this.opçãoPedido.Click += new System.EventHandler(this.opçãoPedido_Click);
            // 
            // opçãoMalaDireta
            // 
            this.opçãoMalaDireta.BackColor = System.Drawing.Color.Transparent;
            this.opçãoMalaDireta.Descrição = "Imprimir mala-direta";
            this.opçãoMalaDireta.Imagem = global::Apresentação.Resource.LABELS1;
            this.opçãoMalaDireta.Location = new System.Drawing.Point(7, 50);
            this.opçãoMalaDireta.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoMalaDireta.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoMalaDireta.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoMalaDireta.Name = "opçãoMalaDireta";
            this.opçãoMalaDireta.Size = new System.Drawing.Size(150, 19);
            this.opçãoMalaDireta.TabIndex = 3;
            this.opçãoMalaDireta.Click += new System.EventHandler(this.opçãoMalaDireta_Click);
            // 
            // BaseAtendimento
            // 
            this.Controls.Add(this.título);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "BaseAtendimento";
            this.Size = new System.Drawing.Size(1099, 510);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            this.Controls.SetChildIndex(this.título, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroCliente.ResumeLayout(false);
            this.quadroCliente.PerformLayout();
            this.quadroRelacionar.ResumeLayout(false);
            this.quadroPendências.ResumeLayout(false);
            this.quadroVendas.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.quadroClassificador.ResumeLayout(false);
            this.quadroObs.ResumeLayout(false);
            this.quadroObs.PerformLayout();
            this.quadroModoAtendimento.ResumeLayout(false);
            this.quadro1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.quadroClientes = new Apresentação.Formulários.Quadro();
            this.opçãoProcurar = new Apresentação.Formulários.Opção();
            this.opçãoCadastrar = new Apresentação.Formulários.Opção();
            this.opçãoImprimir = new Apresentação.Formulários.Opção();
            this.título = new Apresentação.Formulários.TítuloBaseInferior();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.listaPessoasBusca = new Apresentação.Atendimento.Comum.ListaPessoasBusca();
            this.quadroDatasRelevantes = new Apresentação.Formulários.QuadroSimples();
            this.listaDatasRelevantes = new Apresentação.Atendimento.Comum.ListaPessoas();
            this.linha1 = new Apresentação.Formulários.Linha();
            this.label1 = new System.Windows.Forms.Label();
            this.txtBusca = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.esquerda.SuspendLayout();
            this.quadroClientes.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.quadroDatasRelevantes.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroClientes);
            this.esquerda.Size = new System.Drawing.Size(187, 400);
            this.esquerda.Controls.SetChildIndex(this.quadroClientes, 0);
            // 
            // quadroClientes
            // 
            this.quadroClientes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroClientes.bInfDirArredondada = true;
            this.quadroClientes.bInfEsqArredondada = true;
            this.quadroClientes.bSupDirArredondada = true;
            this.quadroClientes.bSupEsqArredondada = true;
            this.quadroClientes.Controls.Add(this.opçãoProcurar);
            this.quadroClientes.Controls.Add(this.opçãoCadastrar);
            this.quadroClientes.Controls.Add(this.opçãoImprimir);
            this.quadroClientes.Cor = System.Drawing.Color.Black;
            this.quadroClientes.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroClientes.LetraTítulo = System.Drawing.Color.White;
            this.quadroClientes.Location = new System.Drawing.Point(7, 13);
            this.quadroClientes.MostrarBotãoMinMax = false;
            this.quadroClientes.Name = "quadroClientes";
            this.quadroClientes.Size = new System.Drawing.Size(160, 96);
            this.quadroClientes.TabIndex = 0;
            this.quadroClientes.Tamanho = 30;
            this.quadroClientes.Título = "Clientes e Funcionários";
            // 
            // opçãoProcurar
            // 
            this.opçãoProcurar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoProcurar.Descrição = "Busca avançada";
            this.opçãoProcurar.Imagem = global::Apresentação.Resource.search4people;
            this.opçãoProcurar.Location = new System.Drawing.Point(7, 30);
            this.opçãoProcurar.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoProcurar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoProcurar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoProcurar.Name = "opçãoProcurar";
            this.opçãoProcurar.Size = new System.Drawing.Size(150, 16);
            this.opçãoProcurar.TabIndex = 2;
            this.opçãoProcurar.Click += new System.EventHandler(this.opçãoProcurar_Click);
            // 
            // opçãoCadastrar
            // 
            this.opçãoCadastrar.BackColor = System.Drawing.Color.Transparent;
            this.opçãoCadastrar.Descrição = "Cadastrar";
            this.opçãoCadastrar.Imagem = global::Apresentação.Resource.newfolder1;
            this.opçãoCadastrar.Location = new System.Drawing.Point(7, 50);
            this.opçãoCadastrar.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoCadastrar.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoCadastrar.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoCadastrar.Name = "opçãoCadastrar";
            this.opçãoCadastrar.Privilégio = Entidades.Privilégio.Permissão.CadastroEditar;
            this.opçãoCadastrar.Size = new System.Drawing.Size(150, 16);
            this.opçãoCadastrar.TabIndex = 3;
            this.opçãoCadastrar.Click += new System.EventHandler(this.opçãoCadastrar_Click);
            // 
            // opçãoImprimir
            // 
            this.opçãoImprimir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoImprimir.Descrição = "Imprimir cadastros...";
            this.opçãoImprimir.Imagem = global::Apresentação.Resource.Impressora_3D;
            this.opçãoImprimir.Location = new System.Drawing.Point(7, 70);
            this.opçãoImprimir.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.opçãoImprimir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoImprimir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.Name = "opçãoImprimir";
            this.opçãoImprimir.Privilégio = Entidades.Privilégio.Permissão.CadastroEditar;
            this.opçãoImprimir.Size = new System.Drawing.Size(150, 24);
            this.opçãoImprimir.TabIndex = 4;
            this.opçãoImprimir.Click += new System.EventHandler(this.opçãoImprimir_Click);
            // 
            // título
            // 
            this.título.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.título.BackColor = System.Drawing.Color.White;
            this.título.Descrição = "";
            this.título.ÍconeArredondado = false;
            this.título.Imagem = null;
            this.título.Location = new System.Drawing.Point(200, 8);
            this.título.Name = "título";
            this.título.Size = new System.Drawing.Size(544, 70);
            this.título.TabIndex = 10;
            this.título.Título = "";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.listaPessoasBusca, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.quadroDatasRelevantes, 1, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(178, 69);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(576, 311);
            this.tableLayoutPanel1.TabIndex = 11;
            // 
            // listaPessoasBusca
            // 
            this.listaPessoasBusca.AutoScroll = true;
            this.listaPessoasBusca.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaPessoasBusca.Location = new System.Drawing.Point(3, 3);
            this.listaPessoasBusca.Name = "listaPessoasBusca";
            this.listaPessoasBusca.Size = new System.Drawing.Size(388, 308);
            this.listaPessoasBusca.TabIndex = 12;
            // 
            // quadroDatasRelevantes
            // 
            this.quadroDatasRelevantes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.quadroDatasRelevantes.Borda = System.Drawing.Color.OliveDrab;
            this.quadroDatasRelevantes.Controls.Add(this.listaDatasRelevantes);
            this.quadroDatasRelevantes.Controls.Add(this.linha1);
            this.quadroDatasRelevantes.Controls.Add(this.label1);
            this.quadroDatasRelevantes.Cor1 = System.Drawing.Color.Honeydew;
            this.quadroDatasRelevantes.Cor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.quadroDatasRelevantes.Location = new System.Drawing.Point(397, 3);
            this.quadroDatasRelevantes.Name = "quadroDatasRelevantes";
            this.quadroDatasRelevantes.Size = new System.Drawing.Size(176, 308);
            this.quadroDatasRelevantes.TabIndex = 2;
            this.quadroDatasRelevantes.Visible = false;
            // 
            // listaDatasRelevantes
            // 
            this.listaDatasRelevantes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaDatasRelevantes.AutoColunas = false;
            this.listaDatasRelevantes.AutoScroll = true;
            this.listaDatasRelevantes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.listaDatasRelevantes.BackColor = System.Drawing.Color.Transparent;
            this.listaDatasRelevantes.Colunas = 1;
            this.listaDatasRelevantes.Location = new System.Drawing.Point(8, 35);
            this.listaDatasRelevantes.Name = "listaDatasRelevantes";
            this.listaDatasRelevantes.Size = new System.Drawing.Size(165, 270);
            this.listaDatasRelevantes.TabIndex = 2;
            this.listaDatasRelevantes.PessoaSelecionada += new Apresentação.Atendimento.Comum.ListaPessoas.PessoaSelecionadaDelegate(this.listaDatasRelevantes_PessoaSelecionada);
            this.listaDatasRelevantes.Scroll += new System.Windows.Forms.ScrollEventHandler(this.listaDatasRelevantes_Scroll);
            // 
            // linha1
            // 
            this.linha1.Location = new System.Drawing.Point(8, 27);
            this.linha1.Name = "linha1";
            this.linha1.Size = new System.Drawing.Size(164, 2);
            this.linha1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(56, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Aniversários";
            // 
            // txtBusca
            // 
            this.txtBusca.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtBusca.BackColor = System.Drawing.Color.White;
            this.txtBusca.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtBusca.Location = new System.Drawing.Point(254, 16);
            this.txtBusca.Name = "txtBusca";
            this.txtBusca.Size = new System.Drawing.Size(275, 33);
            this.txtBusca.TabIndex = 12;
            this.txtBusca.TextChanged += new System.EventHandler(this.txtBusca_TextChanged);
            this.txtBusca.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBusca_KeyDown);
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Apresentação.Resource.search4people;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.panel1.Location = new System.Drawing.Point(210, 13);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(36, 44);
            this.panel1.TabIndex = 13;
            // 
            // BaseSeleçãoCliente
            // 
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.txtBusca);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.título);
            this.Name = "BaseSeleçãoCliente";
            this.Size = new System.Drawing.Size(760, 400);
            this.Controls.SetChildIndex(this.título, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            this.Controls.SetChildIndex(this.txtBusca, 0);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroClientes.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.quadroDatasRelevantes.ResumeLayout(false);
            this.quadroDatasRelevantes.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}