/// <summary>
		/// Constrói uma coleção de ListaPessoasItem a partir de um dono ListaClientes
		/// </summary>
		public ColeçãoListaPessoasItem(ListaPessoas dono) : base()
		{
			this.listaPessoas = dono;

			// Prepara tratamento de eventos
			itemFechar     = new EventHandler(item_Fechar);
			itemClick      = new EventHandler(item_Click);
			itemDuploClick = new EventHandler(item_DuploClick);
		}
Exemplo n.º 2
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.quadroFila = new Apresentação.Formulários.Quadro();
			this.listaFila = new Apresentação.Atendimento.Comum.ListaPessoas();
			this.dica = new System.Windows.Forms.ToolTip(this.components);
			this.quadroSetor = new Apresentação.Formulários.Quadro();
			this.listaSetor = new Apresentação.Atendimento.Clientes.ListaVisitantes();
			this.quadroFila.SuspendLayout();
			this.quadroSetor.SuspendLayout();
			this.SuspendLayout();
			// 
			// esquerda
			// 
			
			// 
			// quadroFila
			// 
			this.quadroFila.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left)));
			this.quadroFila.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(232)), ((System.Byte)(231)), ((System.Byte)(202)));
			this.quadroFila.bInfDirArredondada = true;
			this.quadroFila.bInfEsqArredondada = true;
			this.quadroFila.bSupDirArredondada = true;
			this.quadroFila.bSupEsqArredondada = true;
			this.quadroFila.Controls.Add(this.listaFila);
			this.quadroFila.Cor = System.Drawing.Color.Black;
			this.quadroFila.FundoTítulo = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(165)), ((System.Byte)(159)), ((System.Byte)(97)));
			this.quadroFila.LetraTítulo = System.Drawing.Color.White;
			this.quadroFila.Location = new System.Drawing.Point(200, 96);
			this.quadroFila.MostrarBotãoMinMax = false;
			this.quadroFila.Name = "quadroFila";
			this.quadroFila.Size = new System.Drawing.Size(280, 272);
			this.quadroFila.TabIndex = 8;
			this.quadroFila.Tamanho = 30;
			this.quadroFila.Título = "Fila para atendimento exclusivo";
			this.dica.SetToolTip(this.quadroFila, "A fila para atendimento exclusivo mostra clientes que aguardam por atendimento ex" +
				"clusivo de você. Tais clientes se identificaram na recepção informando que aguar" +
				"dam pelo seu atendimento.");
			// 
			// listaFila
			// 
			this.listaFila.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.listaFila.AutoColunas = false;
			this.listaFila.AutoOrdenação = false;
			this.listaFila.AutoScroll = true;
			this.listaFila.Colunas = 1;
			this.listaFila.Location = new System.Drawing.Point(8, 32);
			this.listaFila.Name = "listaFila";
			this.listaFila.Size = new System.Drawing.Size(264, 232);
			this.listaFila.TabIndex = 2;
			// 
			// quadroSetor
			// 
			this.quadroSetor.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.quadroSetor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(232)), ((System.Byte)(231)), ((System.Byte)(202)));
			this.quadroSetor.bInfDirArredondada = true;
			this.quadroSetor.bInfEsqArredondada = true;
			this.quadroSetor.bSupDirArredondada = true;
			this.quadroSetor.bSupEsqArredondada = true;
			this.quadroSetor.Controls.Add(this.listaSetor);
			this.quadroSetor.Cor = System.Drawing.Color.Black;
			this.quadroSetor.FundoTítulo = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(165)), ((System.Byte)(159)), ((System.Byte)(97)));
			this.quadroSetor.LetraTítulo = System.Drawing.Color.White;
			this.quadroSetor.Location = new System.Drawing.Point(496, 96);
			this.quadroSetor.MostrarBotãoMinMax = false;
			this.quadroSetor.Name = "quadroSetor";
			this.quadroSetor.Size = new System.Drawing.Size(280, 272);
			this.quadroSetor.TabIndex = 9;
			this.quadroSetor.Tamanho = 30;
			this.quadroSetor.Título = "Fila para atendimento no setor";
			// 
			// listaSetor
			// 
			this.listaSetor.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.listaSetor.AutoOrdenação = false;
			this.listaSetor.AutoScroll = true;
			this.listaSetor.Location = new System.Drawing.Point(8, 32);
			this.listaSetor.Name = "listaSetor";
			this.listaSetor.Size = new System.Drawing.Size(264, 232);
			this.listaSetor.TabIndex = 2;
			// 
			// BaseClientes
			// 
			this.Controls.Add(this.quadroSetor);
			this.Controls.Add(this.quadroFila);
			this.Name = "BaseClientes";
			this.Controls.SetChildIndex(this.esquerda, 0);
			this.Controls.SetChildIndex(this.quadroFila, 0);
			this.Controls.SetChildIndex(this.quadroSetor, 0);
			this.quadroFila.ResumeLayout(false);
			this.quadroSetor.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();

		}