/// <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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegistrarVisitante)); this.lblNome = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtEntrada = new System.Windows.Forms.MaskedTextBox(); this.txtSaída = new System.Windows.Forms.MaskedTextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmbAPessoa = new System.Windows.Forms.ComboBox(); this.optAOutro = new System.Windows.Forms.RadioButton(); this.cmbAOutro = new System.Windows.Forms.ComboBox(); this.optAPessoa = new System.Windows.Forms.RadioButton(); this.optAAAtacado = new System.Windows.Forms.RadioButton(); this.optAAtacado = new System.Windows.Forms.RadioButton(); this.optAVarejo = new System.Windows.Forms.RadioButton(); this.cmdOK = new System.Windows.Forms.Button(); this.cmdCancelar = new System.Windows.Forms.Button(); this.quadroInformativo = new Apresentação.Formulários.Quadro(); this.label4 = new System.Windows.Forms.Label(); this.txtNome = new Apresentação.Pessoa.Consultas.TextBoxPessoa(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtAcompanhante = new Apresentação.Pessoa.Consultas.TextBoxPessoa(); this.cmdExcluir = new System.Windows.Forms.Button(); this.cmdAdicionar = new System.Windows.Forms.Button(); this.lstAcompanhantes = new System.Windows.Forms.ListBox(); this.dica = new System.Windows.Forms.ToolTip(this.components); this.títuloBaseInferior = new Apresentação.Formulários.TítuloBaseInferior(); this.esquerda.SuspendLayout(); this.groupBox2.SuspendLayout(); this.quadroInformativo.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // esquerda // this.esquerda.Controls.Add(this.quadroInformativo); this.esquerda.Size = new System.Drawing.Size(187, 440); this.esquerda.Controls.SetChildIndex(this.quadroInformativo, 0); // // lblNome // this.lblNome.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblNome.AutoSize = true; this.lblNome.Location = new System.Drawing.Point(276, 80); this.lblNome.Name = "lblNome"; this.lblNome.Size = new System.Drawing.Size(38, 13); this.lblNome.TabIndex = 5; this.lblNome.Text = "Nome:"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(276, 128); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 13); this.label2.TabIndex = 9; this.label2.Text = "Entrada:"; // // txtEntrada // this.txtEntrada.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtEntrada.Location = new System.Drawing.Point(284, 144); this.txtEntrada.Mask = "00/00/0000 90:00"; this.txtEntrada.Name = "txtEntrada"; this.txtEntrada.ReadOnly = true; this.txtEntrada.Size = new System.Drawing.Size(186, 20); this.txtEntrada.TabIndex = 10; this.txtEntrada.ValidatingType = typeof(System.DateTime); // // txtSaída // this.txtSaída.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtSaída.Location = new System.Drawing.Point(492, 144); this.txtSaída.Name = "txtSaída"; this.txtSaída.ReadOnly = true; this.txtSaída.Size = new System.Drawing.Size(136, 20); this.txtSaída.TabIndex = 12; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.None; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(489, 128); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 13); this.label3.TabIndex = 11; this.label3.Text = "Saída:"; // // groupBox2 // this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.None; this.groupBox2.Controls.Add(this.cmbAPessoa); this.groupBox2.Controls.Add(this.optAOutro); this.groupBox2.Controls.Add(this.cmbAOutro); this.groupBox2.Controls.Add(this.optAPessoa); this.groupBox2.Controls.Add(this.optAAAtacado); this.groupBox2.Controls.Add(this.optAAtacado); this.groupBox2.Controls.Add(this.optAVarejo); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(276, 296); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(410, 104); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "Atendimento"; // // cmbAPessoa // this.cmbAPessoa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbAPessoa.Enabled = false; this.cmbAPessoa.Location = new System.Drawing.Point(216, 26); this.cmbAPessoa.Name = "cmbAPessoa"; this.cmbAPessoa.Size = new System.Drawing.Size(136, 21); this.cmbAPessoa.Sorted = true; this.cmbAPessoa.TabIndex = 6; // // optAOutro // this.optAOutro.FlatStyle = System.Windows.Forms.FlatStyle.System; this.optAOutro.Location = new System.Drawing.Point(120, 56); this.optAOutro.Name = "optAOutro"; this.optAOutro.Size = new System.Drawing.Size(80, 24); this.optAOutro.TabIndex = 5; this.optAOutro.Text = "Outro setor:"; this.optAOutro.CheckedChanged += new System.EventHandler(this.optAOutro_CheckedChanged); // // cmbAOutro // this.cmbAOutro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbAOutro.Enabled = false; this.cmbAOutro.Location = new System.Drawing.Point(216, 58); this.cmbAOutro.Name = "cmbAOutro"; this.cmbAOutro.Size = new System.Drawing.Size(136, 21); this.cmbAOutro.Sorted = true; this.cmbAOutro.TabIndex = 4; // // optAPessoa // this.optAPessoa.FlatStyle = System.Windows.Forms.FlatStyle.System; this.optAPessoa.Location = new System.Drawing.Point(120, 24); this.optAPessoa.Name = "optAPessoa"; this.optAPessoa.Size = new System.Drawing.Size(80, 24); this.optAPessoa.TabIndex = 3; this.optAPessoa.Text = "Pessoa específica:"; this.optAPessoa.CheckedChanged += new System.EventHandler(this.optAPessoa_CheckedChanged); // // optAAAtacado // this.optAAAtacado.FlatStyle = System.Windows.Forms.FlatStyle.System; this.optAAAtacado.Location = new System.Drawing.Point(16, 72); this.optAAAtacado.Name = "optAAAtacado"; this.optAAAtacado.Size = new System.Drawing.Size(104, 24); this.optAAAtacado.TabIndex = 2; this.optAAAtacado.Text = "Alto-Atacado"; // // optAAtacado // this.optAAtacado.FlatStyle = System.Windows.Forms.FlatStyle.System; this.optAAtacado.Location = new System.Drawing.Point(16, 48); this.optAAtacado.Name = "optAAtacado"; this.optAAtacado.Size = new System.Drawing.Size(104, 24); this.optAAtacado.TabIndex = 1; this.optAAtacado.Text = "Atacado"; // // optAVarejo // this.optAVarejo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.optAVarejo.Location = new System.Drawing.Point(16, 24); this.optAVarejo.Name = "optAVarejo"; this.optAVarejo.Size = new System.Drawing.Size(104, 24); this.optAVarejo.TabIndex = 0; this.optAVarejo.Text = "Varejo"; // // cmdOK // this.cmdOK.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmdOK.BackColor = System.Drawing.SystemColors.Control; this.cmdOK.Enabled = false; this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cmdOK.Location = new System.Drawing.Point(611, 406); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(75, 23); this.cmdOK.TabIndex = 16; this.cmdOK.Text = "OK"; this.cmdOK.UseVisualStyleBackColor = false; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // cmdCancelar // this.cmdCancelar.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmdCancelar.BackColor = System.Drawing.SystemColors.Control; this.cmdCancelar.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cmdCancelar.Location = new System.Drawing.Point(529, 406); this.cmdCancelar.Name = "cmdCancelar"; this.cmdCancelar.Size = new System.Drawing.Size(75, 23); this.cmdCancelar.TabIndex = 17; this.cmdCancelar.Text = "Cancelar"; this.cmdCancelar.UseVisualStyleBackColor = false; this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click); // // quadroInformativo // this.quadroInformativo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.quadroInformativo.bInfDirArredondada = true; this.quadroInformativo.bInfEsqArredondada = true; this.quadroInformativo.bSupDirArredondada = true; this.quadroInformativo.bSupEsqArredondada = true; this.quadroInformativo.Controls.Add(this.label4); this.quadroInformativo.Cor = System.Drawing.Color.Black; this.quadroInformativo.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97))))); this.quadroInformativo.LetraTítulo = System.Drawing.Color.White; this.quadroInformativo.Location = new System.Drawing.Point(7, 16); this.quadroInformativo.MostrarBotãoMinMax = false; this.quadroInformativo.Name = "quadroInformativo"; this.quadroInformativo.Size = new System.Drawing.Size(160, 128); this.quadroInformativo.TabIndex = 0; this.quadroInformativo.Tamanho = 30; this.quadroInformativo.Título = "Registrando Visitante"; // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(8, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(152, 88); this.label4.TabIndex = 1; this.label4.Text = "Ao término do cadastro, será possível inserir acompanhantes. Escolhendo o setor d" + "e atendimento, automaticamente o cliente será inserido no rodízio de atendimento" + "."; // // txtNome // this.txtNome.AlturaProposta = 60; this.txtNome.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtNome.Location = new System.Drawing.Point(284, 96); this.txtNome.Name = "txtNome"; this.txtNome.Pessoa = null; this.txtNome.Size = new System.Drawing.Size(344, 20); this.txtNome.TabIndex = 18; this.txtNome.NomeAlterado += new System.EventHandler(this.txtNome_TextChanged); this.txtNome.Leave += new System.EventHandler(this.txtNome_Leave); // // groupBox1 // this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None; this.groupBox1.Controls.Add(this.txtAcompanhante); this.groupBox1.Controls.Add(this.cmdExcluir); this.groupBox1.Controls.Add(this.cmdAdicionar); this.groupBox1.Controls.Add(this.lstAcompanhantes); this.groupBox1.Location = new System.Drawing.Point(276, 176); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(410, 112); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = "Acompanhantes"; // // txtAcompanhante // this.txtAcompanhante.AlturaProposta = 60; this.txtAcompanhante.Location = new System.Drawing.Point(8, 16); this.txtAcompanhante.Name = "txtAcompanhante"; this.txtAcompanhante.Pessoa = null; this.txtAcompanhante.Size = new System.Drawing.Size(344, 20); this.txtAcompanhante.TabIndex = 19; this.txtAcompanhante.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtAcompanhante_KeyUp); // // cmdExcluir // this.cmdExcluir.BackColor = System.Drawing.SystemColors.Control; this.cmdExcluir.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmdExcluir.Image = ((System.Drawing.Image)(resources.GetObject("cmdExcluir.Image"))); this.cmdExcluir.Location = new System.Drawing.Point(382, 14); this.cmdExcluir.Name = "cmdExcluir"; this.cmdExcluir.Size = new System.Drawing.Size(20, 20); this.cmdExcluir.TabIndex = 3; this.cmdExcluir.UseVisualStyleBackColor = false; this.cmdExcluir.Click += new System.EventHandler(this.cmdExcluir_Click); // // cmdAdicionar // this.cmdAdicionar.BackColor = System.Drawing.SystemColors.Control; this.cmdAdicionar.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmdAdicionar.Image = ((System.Drawing.Image)(resources.GetObject("cmdAdicionar.Image"))); this.cmdAdicionar.Location = new System.Drawing.Point(358, 14); this.cmdAdicionar.Name = "cmdAdicionar"; this.cmdAdicionar.Size = new System.Drawing.Size(20, 20); this.cmdAdicionar.TabIndex = 2; this.cmdAdicionar.UseVisualStyleBackColor = false; this.cmdAdicionar.Click += new System.EventHandler(this.cmdAdicionar_Click); // // lstAcompanhantes // this.lstAcompanhantes.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.lstAcompanhantes.IntegralHeight = false; this.lstAcompanhantes.Location = new System.Drawing.Point(8, 40); this.lstAcompanhantes.Name = "lstAcompanhantes"; this.lstAcompanhantes.ScrollAlwaysVisible = true; this.lstAcompanhantes.Size = new System.Drawing.Size(344, 64); this.lstAcompanhantes.TabIndex = 0; // // 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 = "Preencha os dados acerca do visitante que está adentrando na empresa. Estes dados" + " serão utilizados durante o atendimento."; this.títuloBaseInferior.ÍconeArredondado = false; this.títuloBaseInferior.Imagem = ((System.Drawing.Image)(resources.GetObject("títuloBaseInferior.Imagem"))); this.títuloBaseInferior.Location = new System.Drawing.Point(216, 8); this.títuloBaseInferior.Name = "títuloBaseInferior"; this.títuloBaseInferior.Size = new System.Drawing.Size(537, 70); this.títuloBaseInferior.TabIndex = 20; this.títuloBaseInferior.Título = "Registrar entrada de visitante"; // // RegistrarVisitante // this.AutoScroll = true; this.AutoScrollMinSize = new System.Drawing.Size(768, 440); this.Controls.Add(this.títuloBaseInferior); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtNome); this.Controls.Add(this.cmdCancelar); this.Controls.Add(this.cmdOK); this.Controls.Add(this.groupBox2); this.Controls.Add(this.txtSaída); this.Controls.Add(this.label3); this.Controls.Add(this.txtEntrada); this.Controls.Add(this.label2); this.Controls.Add(this.lblNome); this.Name = "RegistrarVisitante"; this.Size = new System.Drawing.Size(768, 440); this.Controls.SetChildIndex(this.lblNome, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtEntrada, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtSaída, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.Controls.SetChildIndex(this.cmdOK, 0); this.Controls.SetChildIndex(this.esquerda, 0); this.Controls.SetChildIndex(this.cmdCancelar, 0); this.Controls.SetChildIndex(this.txtNome, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.títuloBaseInferior, 0); this.esquerda.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.quadroInformativo.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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); }
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); }
/// <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); }
/// <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(); }