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

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConfirmarExclusãoFoto));
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.painel = new Apresentação.Álbum.Edição.Fotos.PainelFotos();
			this.SuspendLayout();
			// 
			// lblTítulo
			// 
			this.lblTítulo.Name = "lblTítulo";
			this.lblTítulo.Size = new System.Drawing.Size(75, 22);
			this.lblTítulo.Text = "Exclusão";
			// 
			// lblDescrição
			// 
			this.lblDescrição.Name = "lblDescrição";
			this.lblDescrição.Size = new System.Drawing.Size(226, 48);
			this.lblDescrição.Text = "Deseja apagar esta(s) foto(s) do catálogo ?                  Esta opção pode não " +
				"ser reversível !";
			// 
			// picÍcone
			// 
			this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
			this.picÍcone.Name = "picÍcone";
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.button1.Location = new System.Drawing.Point(216, 104);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(88, 24);
			this.button1.TabIndex = 3;
			this.button1.Text = "Apagar";
			// 
			// button2
			// 
			this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.button2.Location = new System.Drawing.Point(216, 136);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(88, 24);
			this.button2.TabIndex = 4;
			this.button2.Text = "Cancelar";
			// 
			// painel
			// 
			this.painel.Location = new System.Drawing.Point(8, 96);
			this.painel.Name = "painel";
			this.painel.Selecionável = false;
			this.painel.Size = new System.Drawing.Size(200, 72);
			this.painel.TabIndex = 5;
			// 
			// ConfirmarExclusãoFoto
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(314, 176);
			this.Controls.Add(this.painel);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Name = "ConfirmarExclusãoFoto";
			this.Text = "Confirmação de exclusão";
			this.Controls.SetChildIndex(this.button1, 0);
			this.Controls.SetChildIndex(this.button2, 0);
			this.Controls.SetChildIndex(this.painel, 0);
			this.ResumeLayout(false);

		}