Exemplo n.º 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);

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

		}