Ejemplo 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     ProjetoSebo.model.TipoProduto tipoProduto1 = new ProjetoSebo.model.TipoProduto();
     this.pnlSuperior          = new System.Windows.Forms.Panel();
     this.lblIdentificacaoTela = new System.Windows.Forms.Label();
     this.pnlDireita           = new System.Windows.Forms.Panel();
     this.pnlInferior          = new System.Windows.Forms.Panel();
     this.pnlCentral           = new System.Windows.Forms.Panel();
     this.lblTotal             = new System.Windows.Forms.Label();
     this.lblDesconto          = new System.Windows.Forms.Label();
     this.lblSubtotal          = new System.Windows.Forms.Label();
     this.lblQuantidade        = new System.Windows.Forms.Label();
     this.lblProduto           = new System.Windows.Forms.Label();
     this.lblTipo            = new System.Windows.Forms.Label();
     this.tblListaCompras    = new System.Windows.Forms.DataGridView();
     this.pnlEsquerda        = new System.Windows.Forms.Panel();
     this.pnlLinhaProduto    = new System.Windows.Forms.Panel();
     this.pnlLinhaDesconto   = new System.Windows.Forms.Panel();
     this.pnlLinhaQuantidade = new System.Windows.Forms.Panel();
     this.btnImprimir        = new System.Windows.Forms.Button();
     this.btnVender          = new System.Windows.Forms.Button();
     this.btnVoltar          = new System.Windows.Forms.PictureBox();
     this.textBoxValor4      = new ProjetoSebo.views.components.TextBoxValor();
     this.textBoxValor3      = new ProjetoSebo.views.components.TextBoxValor();
     this.textBoxValor2      = new ProjetoSebo.views.components.TextBoxValor();
     this.txtSubtotal        = new ProjetoSebo.views.components.TextBoxValor();
     this.txtTotal           = new ProjetoSebo.views.components.TextBoxValor();
     this.comboTipoProduto1  = new ProjetoSebo.views.components.ComboTipoProduto(this.components);
     this.pnlSuperior.SuspendLayout();
     this.pnlCentral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tblListaCompras)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).BeginInit();
     this.SuspendLayout();
     //
     // pnlSuperior
     //
     this.pnlSuperior.Controls.Add(this.lblIdentificacaoTela);
     this.pnlSuperior.Controls.Add(this.btnVoltar);
     this.pnlSuperior.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlSuperior.Location = new System.Drawing.Point(0, 0);
     this.pnlSuperior.Name     = "pnlSuperior";
     this.pnlSuperior.Size     = new System.Drawing.Size(900, 80);
     this.pnlSuperior.TabIndex = 0;
     //
     // lblIdentificacaoTela
     //
     this.lblIdentificacaoTela.AutoSize  = true;
     this.lblIdentificacaoTela.Font      = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblIdentificacaoTela.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblIdentificacaoTela.Location  = new System.Drawing.Point(102, 45);
     this.lblIdentificacaoTela.Name      = "lblIdentificacaoTela";
     this.lblIdentificacaoTela.Size      = new System.Drawing.Size(98, 31);
     this.lblIdentificacaoTela.TabIndex  = 6;
     this.lblIdentificacaoTela.Text      = "Vendas";
     //
     // pnlDireita
     //
     this.pnlDireita.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlDireita.Location = new System.Drawing.Point(800, 80);
     this.pnlDireita.Name     = "pnlDireita";
     this.pnlDireita.Size     = new System.Drawing.Size(100, 570);
     this.pnlDireita.TabIndex = 1;
     //
     // pnlInferior
     //
     this.pnlInferior.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlInferior.Location = new System.Drawing.Point(0, 570);
     this.pnlInferior.Name     = "pnlInferior";
     this.pnlInferior.Size     = new System.Drawing.Size(800, 80);
     this.pnlInferior.TabIndex = 1;
     //
     // pnlCentral
     //
     this.pnlCentral.Controls.Add(this.btnImprimir);
     this.pnlCentral.Controls.Add(this.pnlLinhaQuantidade);
     this.pnlCentral.Controls.Add(this.pnlLinhaDesconto);
     this.pnlCentral.Controls.Add(this.pnlLinhaProduto);
     this.pnlCentral.Controls.Add(this.textBoxValor4);
     this.pnlCentral.Controls.Add(this.lblTotal);
     this.pnlCentral.Controls.Add(this.textBoxValor3);
     this.pnlCentral.Controls.Add(this.lblDesconto);
     this.pnlCentral.Controls.Add(this.textBoxValor2);
     this.pnlCentral.Controls.Add(this.txtSubtotal);
     this.pnlCentral.Controls.Add(this.lblSubtotal);
     this.pnlCentral.Controls.Add(this.txtTotal);
     this.pnlCentral.Controls.Add(this.lblQuantidade);
     this.pnlCentral.Controls.Add(this.lblProduto);
     this.pnlCentral.Controls.Add(this.comboTipoProduto1);
     this.pnlCentral.Controls.Add(this.lblTipo);
     this.pnlCentral.Controls.Add(this.tblListaCompras);
     this.pnlCentral.Controls.Add(this.btnVender);
     this.pnlCentral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCentral.Location = new System.Drawing.Point(0, 80);
     this.pnlCentral.Name     = "pnlCentral";
     this.pnlCentral.Size     = new System.Drawing.Size(800, 490);
     this.pnlCentral.TabIndex = 1;
     //
     // lblTotal
     //
     this.lblTotal.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotal.AutoSize  = true;
     this.lblTotal.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblTotal.Location  = new System.Drawing.Point(643, 383);
     this.lblTotal.Name      = "lblTotal";
     this.lblTotal.Size      = new System.Drawing.Size(42, 19);
     this.lblTotal.TabIndex  = 60;
     this.lblTotal.Text      = "Total:";
     //
     // lblDesconto
     //
     this.lblDesconto.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblDesconto.AutoSize  = true;
     this.lblDesconto.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesconto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblDesconto.Location  = new System.Drawing.Point(397, 344);
     this.lblDesconto.Name      = "lblDesconto";
     this.lblDesconto.Size      = new System.Drawing.Size(71, 19);
     this.lblDesconto.TabIndex  = 58;
     this.lblDesconto.Text      = "Desconto:";
     //
     // lblSubtotal
     //
     this.lblSubtotal.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblSubtotal.AutoSize  = true;
     this.lblSubtotal.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSubtotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblSubtotal.Location  = new System.Drawing.Point(128, 344);
     this.lblSubtotal.Name      = "lblSubtotal";
     this.lblSubtotal.Size      = new System.Drawing.Size(64, 19);
     this.lblSubtotal.TabIndex  = 55;
     this.lblSubtotal.Text      = "Subtotal:";
     //
     // lblQuantidade
     //
     this.lblQuantidade.AutoSize  = true;
     this.lblQuantidade.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuantidade.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblQuantidade.Location  = new System.Drawing.Point(537, 84);
     this.lblQuantidade.Name      = "lblQuantidade";
     this.lblQuantidade.Size      = new System.Drawing.Size(84, 19);
     this.lblQuantidade.TabIndex  = 53;
     this.lblQuantidade.Text      = "Quantidade:";
     //
     // lblProduto
     //
     this.lblProduto.AutoSize  = true;
     this.lblProduto.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProduto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblProduto.Location  = new System.Drawing.Point(112, 85);
     this.lblProduto.Name      = "lblProduto";
     this.lblProduto.Size      = new System.Drawing.Size(62, 19);
     this.lblProduto.TabIndex  = 52;
     this.lblProduto.Text      = "Produto:";
     //
     // lblTipo
     //
     this.lblTipo.AutoSize  = true;
     this.lblTipo.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTipo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblTipo.Location  = new System.Drawing.Point(109, 45);
     this.lblTipo.Name      = "lblTipo";
     this.lblTipo.Size      = new System.Drawing.Size(38, 19);
     this.lblTipo.TabIndex  = 50;
     this.lblTipo.Text      = "Tipo:";
     //
     // tblListaCompras
     //
     this.tblListaCompras.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.tblListaCompras.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.tblListaCompras.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(180)))), ((int)(((byte)(242)))));
     this.tblListaCompras.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.tblListaCompras.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     dataGridViewCellStyle1.Font                        = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                   = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                    = System.Windows.Forms.DataGridViewTriState.True;
     this.tblListaCompras.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.tblListaCompras.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tblListaCompras.EnableHeadersVisualStyles     = false;
     this.tblListaCompras.GridColor                     = System.Drawing.Color.SteelBlue;
     this.tblListaCompras.Location                      = new System.Drawing.Point(102, 124);
     this.tblListaCompras.Name                 = "tblListaCompras";
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.LightGray;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.SteelBlue;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
     this.tblListaCompras.RowsDefaultCellStyle = dataGridViewCellStyle2;
     this.tblListaCompras.Size                 = new System.Drawing.Size(698, 200);
     this.tblListaCompras.TabIndex             = 49;
     //
     // pnlEsquerda
     //
     this.pnlEsquerda.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlEsquerda.Location = new System.Drawing.Point(0, 80);
     this.pnlEsquerda.Name     = "pnlEsquerda";
     this.pnlEsquerda.Size     = new System.Drawing.Size(100, 490);
     this.pnlEsquerda.TabIndex = 1;
     //
     // pnlLinhaProduto
     //
     this.pnlLinhaProduto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaProduto.Location  = new System.Drawing.Point(174, 107);
     this.pnlLinhaProduto.Name      = "pnlLinhaProduto";
     this.pnlLinhaProduto.Size      = new System.Drawing.Size(310, 1);
     this.pnlLinhaProduto.TabIndex  = 42;
     //
     // pnlLinhaDesconto
     //
     this.pnlLinhaDesconto.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.pnlLinhaDesconto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaDesconto.Location  = new System.Drawing.Point(474, 365);
     this.pnlLinhaDesconto.Name      = "pnlLinhaDesconto";
     this.pnlLinhaDesconto.Size      = new System.Drawing.Size(100, 1);
     this.pnlLinhaDesconto.TabIndex  = 62;
     //
     // pnlLinhaQuantidade
     //
     this.pnlLinhaQuantidade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaQuantidade.Location  = new System.Drawing.Point(641, 107);
     this.pnlLinhaQuantidade.Name      = "pnlLinhaQuantidade";
     this.pnlLinhaQuantidade.Size      = new System.Drawing.Size(120, 1);
     this.pnlLinhaQuantidade.TabIndex  = 63;
     //
     // btnImprimir
     //
     this.btnImprimir.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnImprimir.BackColor = System.Drawing.SystemColors.Control;
     this.btnImprimir.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnImprimir.FlatAppearance.BorderSize         = 0;
     this.btnImprimir.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
     this.btnImprimir.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
     this.btnImprimir.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnImprimir.Font       = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnImprimir.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.btnImprimir.Image      = global::ProjetoSebo.Properties.Resources.imprimir;
     this.btnImprimir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImprimir.Location   = new System.Drawing.Point(102, 450);
     this.btnImprimir.Name       = "btnImprimir";
     this.btnImprimir.Size       = new System.Drawing.Size(134, 37);
     this.btnImprimir.TabIndex   = 64;
     this.btnImprimir.Text       = "Imprimir";
     this.btnImprimir.UseVisualStyleBackColor = false;
     //
     // btnVender
     //
     this.btnVender.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnVender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.btnVender.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnVender.FlatAppearance.BorderSize         = 0;
     this.btnVender.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(57)))), ((int)(((byte)(90)))));
     this.btnVender.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(57)))), ((int)(((byte)(90)))));
     this.btnVender.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnVender.Font       = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVender.ForeColor  = System.Drawing.Color.White;
     this.btnVender.Image      = global::ProjetoSebo.Properties.Resources.vender;
     this.btnVender.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVender.Location   = new System.Drawing.Point(647, 440);
     this.btnVender.Name       = "btnVender";
     this.btnVender.Size       = new System.Drawing.Size(153, 50);
     this.btnVender.TabIndex   = 14;
     this.btnVender.Text       = "Vender";
     this.btnVender.UseVisualStyleBackColor = false;
     //
     // btnVoltar
     //
     this.btnVoltar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnVoltar.Image    = global::ProjetoSebo.Properties.Resources.voltar;
     this.btnVoltar.Location = new System.Drawing.Point(12, 12);
     this.btnVoltar.Name     = "btnVoltar";
     this.btnVoltar.Size     = new System.Drawing.Size(32, 32);
     this.btnVoltar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnVoltar.TabIndex = 3;
     this.btnVoltar.TabStop  = false;
     //
     // textBoxValor4
     //
     this.textBoxValor4.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxValor4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBoxValor4.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxValor4.Location    = new System.Drawing.Point(691, 380);
     this.textBoxValor4.Name        = "textBoxValor4";
     this.textBoxValor4.ReadOnly    = true;
     this.textBoxValor4.Size        = new System.Drawing.Size(100, 22);
     this.textBoxValor4.TabIndex    = 61;
     this.textBoxValor4.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.dinheiro;
     this.textBoxValor4.Valor       = 0D;
     //
     // textBoxValor3
     //
     this.textBoxValor3.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBoxValor3.BackColor   = System.Drawing.SystemColors.Control;
     this.textBoxValor3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBoxValor3.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxValor3.Location    = new System.Drawing.Point(474, 341);
     this.textBoxValor3.Name        = "textBoxValor3";
     this.textBoxValor3.Size        = new System.Drawing.Size(100, 22);
     this.textBoxValor3.TabIndex    = 59;
     this.textBoxValor3.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.dinheiro;
     this.textBoxValor3.Valor       = 0D;
     //
     // textBoxValor2
     //
     this.textBoxValor2.BackColor   = System.Drawing.SystemColors.Control;
     this.textBoxValor2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBoxValor2.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxValor2.Location    = new System.Drawing.Point(641, 83);
     this.textBoxValor2.Name        = "textBoxValor2";
     this.textBoxValor2.Size        = new System.Drawing.Size(118, 22);
     this.textBoxValor2.TabIndex    = 57;
     this.textBoxValor2.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.inteiro;
     this.textBoxValor2.Valor       = 0D;
     //
     // txtSubtotal
     //
     this.txtSubtotal.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtSubtotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtSubtotal.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSubtotal.Location    = new System.Drawing.Point(198, 341);
     this.txtSubtotal.Name        = "txtSubtotal";
     this.txtSubtotal.ReadOnly    = true;
     this.txtSubtotal.Size        = new System.Drawing.Size(100, 22);
     this.txtSubtotal.TabIndex    = 56;
     this.txtSubtotal.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.dinheiro;
     this.txtSubtotal.Valor       = 0D;
     //
     // txtTotal
     //
     this.txtTotal.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtTotal.Font        = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTotal.Location    = new System.Drawing.Point(679, 1);
     this.txtTotal.Name        = "txtTotal";
     this.txtTotal.ReadOnly    = true;
     this.txtTotal.Size        = new System.Drawing.Size(112, 26);
     this.txtTotal.TabIndex    = 54;
     this.txtTotal.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.dinheiro;
     this.txtTotal.Valor       = 1D;
     //
     // comboTipoProduto1
     //
     this.comboTipoProduto1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboTipoProduto1.BackColor          = System.Drawing.SystemColors.Control;
     this.comboTipoProduto1.DropDownWidth      = 250;
     this.comboTipoProduto1.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.comboTipoProduto1.Font = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboTipoProduto1.FormattingEnabled = true;
     this.comboTipoProduto1.Location          = new System.Drawing.Point(185, 40);
     this.comboTipoProduto1.Name     = "comboTipoProduto1";
     this.comboTipoProduto1.Size     = new System.Drawing.Size(300, 29);
     this.comboTipoProduto1.TabIndex = 51;
     tipoProduto1.Descricao          = null;
     tipoProduto1.Id = 0;
     this.comboTipoProduto1.TipoProdutoSelecionado = tipoProduto1;
     //
     // TelaVendas2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(900, 650);
     this.Controls.Add(this.pnlEsquerda);
     this.Controls.Add(this.pnlCentral);
     this.Controls.Add(this.pnlInferior);
     this.Controls.Add(this.pnlDireita);
     this.Controls.Add(this.pnlSuperior);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "TelaVendas2";
     this.Text            = "TelaVendas2";
     this.pnlSuperior.ResumeLayout(false);
     this.pnlSuperior.PerformLayout();
     this.pnlCentral.ResumeLayout(false);
     this.pnlCentral.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tblListaCompras)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected override void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ProjetoSebo.model.LocalProduto localProduto1 = new ProjetoSebo.model.LocalProduto();
     ProjetoSebo.model.TipoProduto  tipoProduto1  = new ProjetoSebo.model.TipoProduto();
     this.pnlCentral            = new System.Windows.Forms.Panel();
     this.cbxLocal              = new ProjetoSebo.views.components.ComboLocaisProduto(this.components);
     this.txtQuantidade         = new ProjetoSebo.views.components.TextBoxValor();
     this.txtPreco              = new ProjetoSebo.views.components.TextBoxValor();
     this.cbxTipo               = new ProjetoSebo.views.components.ComboTipoProduto(this.components);
     this.lblPalavrasChave      = new System.Windows.Forms.Label();
     this.lblLocal              = new System.Windows.Forms.Label();
     this.lblQuantidade         = new System.Windows.Forms.Label();
     this.lblTipo               = new System.Windows.Forms.Label();
     this.lblPreco              = new System.Windows.Forms.Label();
     this.lblCodigoBarras       = new System.Windows.Forms.Label();
     this.lblDescricao          = new System.Windows.Forms.Label();
     this.pnlLinhaPreco         = new System.Windows.Forms.Panel();
     this.imgPreco              = new System.Windows.Forms.PictureBox();
     this.pnlLinhaPalavrasChave = new System.Windows.Forms.Panel();
     this.pnlLinhaLocal         = new System.Windows.Forms.Panel();
     this.pnlLinhaDescricao     = new System.Windows.Forms.Panel();
     this.pnlLinhaCodigoBarras  = new System.Windows.Forms.Panel();
     this.pnlLinhasTipo         = new System.Windows.Forms.Panel();
     this.pnlLinhaQuantidade    = new System.Windows.Forms.Panel();
     this.imgPalavraChave       = new System.Windows.Forms.PictureBox();
     this.txtPalavrasChave      = new System.Windows.Forms.TextBox();
     this.imgLocal              = new System.Windows.Forms.PictureBox();
     this.imgQuantidade         = new System.Windows.Forms.PictureBox();
     this.imgTipo               = new System.Windows.Forms.PictureBox();
     this.imgCodBarras          = new System.Windows.Forms.PictureBox();
     this.imgDescricao          = new System.Windows.Forms.PictureBox();
     this.txtCodBarras          = new System.Windows.Forms.TextBox();
     this.txtDescricao          = new System.Windows.Forms.TextBox();
     this.btnGravar             = new System.Windows.Forms.Button();
     this.pnlEsquerda           = new System.Windows.Forms.Panel();
     this.pnlInferior           = new System.Windows.Forms.Panel();
     this.pnlDireita            = new System.Windows.Forms.Panel();
     this.pnlSuperior           = new System.Windows.Forms.Panel();
     this.btnVoltar             = new System.Windows.Forms.PictureBox();
     this.lblIdentificacaoTela  = new System.Windows.Forms.Label();
     this.pnlCentral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgPreco)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgPalavraChave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLocal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgQuantidade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgTipo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCodBarras)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgDescricao)).BeginInit();
     this.pnlSuperior.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).BeginInit();
     this.SuspendLayout();
     //
     // pnlCentral
     //
     this.pnlCentral.Controls.Add(this.cbxLocal);
     this.pnlCentral.Controls.Add(this.txtQuantidade);
     this.pnlCentral.Controls.Add(this.txtPreco);
     this.pnlCentral.Controls.Add(this.cbxTipo);
     this.pnlCentral.Controls.Add(this.lblPalavrasChave);
     this.pnlCentral.Controls.Add(this.lblLocal);
     this.pnlCentral.Controls.Add(this.lblQuantidade);
     this.pnlCentral.Controls.Add(this.lblTipo);
     this.pnlCentral.Controls.Add(this.lblPreco);
     this.pnlCentral.Controls.Add(this.lblCodigoBarras);
     this.pnlCentral.Controls.Add(this.lblDescricao);
     this.pnlCentral.Controls.Add(this.pnlLinhaPreco);
     this.pnlCentral.Controls.Add(this.imgPreco);
     this.pnlCentral.Controls.Add(this.pnlLinhaPalavrasChave);
     this.pnlCentral.Controls.Add(this.pnlLinhaLocal);
     this.pnlCentral.Controls.Add(this.pnlLinhaDescricao);
     this.pnlCentral.Controls.Add(this.pnlLinhaCodigoBarras);
     this.pnlCentral.Controls.Add(this.pnlLinhasTipo);
     this.pnlCentral.Controls.Add(this.pnlLinhaQuantidade);
     this.pnlCentral.Controls.Add(this.imgPalavraChave);
     this.pnlCentral.Controls.Add(this.txtPalavrasChave);
     this.pnlCentral.Controls.Add(this.imgLocal);
     this.pnlCentral.Controls.Add(this.imgQuantidade);
     this.pnlCentral.Controls.Add(this.imgTipo);
     this.pnlCentral.Controls.Add(this.imgCodBarras);
     this.pnlCentral.Controls.Add(this.imgDescricao);
     this.pnlCentral.Controls.Add(this.txtCodBarras);
     this.pnlCentral.Controls.Add(this.txtDescricao);
     this.pnlCentral.Controls.Add(this.btnGravar);
     this.pnlCentral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCentral.Location = new System.Drawing.Point(100, 80);
     this.pnlCentral.Name     = "pnlCentral";
     this.pnlCentral.Size     = new System.Drawing.Size(700, 490);
     this.pnlCentral.TabIndex = 2;
     //
     // cbxLocal
     //
     this.cbxLocal.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbxLocal.BackColor          = System.Drawing.SystemColors.Control;
     this.cbxLocal.DropDownWidth      = 250;
     this.cbxLocal.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbxLocal.Font = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxLocal.FormattingEnabled = true;
     localProduto1.Descricao         = null;
     localProduto1.Id = 0;
     this.cbxLocal.LocalProdutoSelecionado = localProduto1;
     this.cbxLocal.Location = new System.Drawing.Point(3, 327);
     this.cbxLocal.Name     = "cbxLocal";
     this.cbxLocal.Size     = new System.Drawing.Size(300, 29);
     this.cbxLocal.TabIndex = 50;
     //
     // txtQuantidade
     //
     this.txtQuantidade.BackColor   = System.Drawing.SystemColors.Control;
     this.txtQuantidade.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtQuantidade.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtQuantidade.Location    = new System.Drawing.Point(403, 260);
     this.txtQuantidade.Name        = "txtQuantidade";
     this.txtQuantidade.Size        = new System.Drawing.Size(294, 22);
     this.txtQuantidade.TabIndex    = 0;
     this.txtQuantidade.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.inteiro;
     this.txtQuantidade.Valor       = 0D;
     //
     // txtPreco
     //
     this.txtPreco.BackColor   = System.Drawing.SystemColors.Control;
     this.txtPreco.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPreco.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPreco.Location    = new System.Drawing.Point(3, 260);
     this.txtPreco.Name        = "txtPreco";
     this.txtPreco.Size        = new System.Drawing.Size(297, 22);
     this.txtPreco.TabIndex    = 1;
     this.txtPreco.Tipo        = ProjetoSebo.views.components.TextBoxValor.TipoDado.dinheiro;
     this.txtPreco.Valor       = 0D;
     //
     // cbxTipo
     //
     this.cbxTipo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbxTipo.BackColor          = System.Drawing.SystemColors.Control;
     this.cbxTipo.DropDownWidth      = 250;
     this.cbxTipo.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbxTipo.Font      = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxTipo.Location  = new System.Drawing.Point(0, 186);
     this.cbxTipo.Name      = "cbxTipo";
     this.cbxTipo.Size      = new System.Drawing.Size(300, 29);
     this.cbxTipo.TabIndex  = 2;
     tipoProduto1.Descricao = null;
     tipoProduto1.Id        = 0;
     this.cbxTipo.TipoProdutoSelecionado = tipoProduto1;
     //
     // lblPalavrasChave
     //
     this.lblPalavrasChave.AutoSize  = true;
     this.lblPalavrasChave.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPalavrasChave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblPalavrasChave.Location  = new System.Drawing.Point(33, 377);
     this.lblPalavrasChave.Name      = "lblPalavrasChave";
     this.lblPalavrasChave.Size      = new System.Drawing.Size(104, 19);
     this.lblPalavrasChave.TabIndex  = 49;
     this.lblPalavrasChave.Text      = "Palavras-chave:";
     //
     // lblLocal
     //
     this.lblLocal.AutoSize  = true;
     this.lblLocal.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLocal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblLocal.Location  = new System.Drawing.Point(33, 303);
     this.lblLocal.Name      = "lblLocal";
     this.lblLocal.Size      = new System.Drawing.Size(44, 19);
     this.lblLocal.TabIndex  = 48;
     this.lblLocal.Text      = "Local:";
     //
     // lblQuantidade
     //
     this.lblQuantidade.AutoSize  = true;
     this.lblQuantidade.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuantidade.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblQuantidade.Location  = new System.Drawing.Point(434, 236);
     this.lblQuantidade.Name      = "lblQuantidade";
     this.lblQuantidade.Size      = new System.Drawing.Size(84, 19);
     this.lblQuantidade.TabIndex  = 47;
     this.lblQuantidade.Text      = "Quantidade:";
     //
     // lblTipo
     //
     this.lblTipo.AutoSize  = true;
     this.lblTipo.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTipo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblTipo.Location  = new System.Drawing.Point(33, 162);
     this.lblTipo.Name      = "lblTipo";
     this.lblTipo.Size      = new System.Drawing.Size(38, 19);
     this.lblTipo.TabIndex  = 46;
     this.lblTipo.Text      = "Tipo:";
     //
     // lblPreco
     //
     this.lblPreco.AutoSize  = true;
     this.lblPreco.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPreco.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblPreco.Location  = new System.Drawing.Point(33, 236);
     this.lblPreco.Name      = "lblPreco";
     this.lblPreco.Size      = new System.Drawing.Size(47, 19);
     this.lblPreco.TabIndex  = 45;
     this.lblPreco.Text      = "Preço:";
     //
     // lblCodigoBarras
     //
     this.lblCodigoBarras.AutoSize  = true;
     this.lblCodigoBarras.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCodigoBarras.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblCodigoBarras.Location  = new System.Drawing.Point(33, 93);
     this.lblCodigoBarras.Name      = "lblCodigoBarras";
     this.lblCodigoBarras.Size      = new System.Drawing.Size(117, 19);
     this.lblCodigoBarras.TabIndex  = 44;
     this.lblCodigoBarras.Text      = "Código de Barras:";
     //
     // lblDescricao
     //
     this.lblDescricao.AutoSize  = true;
     this.lblDescricao.Font      = new System.Drawing.Font("Microsoft YaHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescricao.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblDescricao.Location  = new System.Drawing.Point(33, 26);
     this.lblDescricao.Name      = "lblDescricao";
     this.lblDescricao.Size      = new System.Drawing.Size(72, 19);
     this.lblDescricao.TabIndex  = 43;
     this.lblDescricao.Text      = "Descrição:";
     //
     // pnlLinhaPreco
     //
     this.pnlLinhaPreco.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaPreco.Location  = new System.Drawing.Point(1, 288);
     this.pnlLinhaPreco.Name      = "pnlLinhaPreco";
     this.pnlLinhaPreco.Size      = new System.Drawing.Size(300, 1);
     this.pnlLinhaPreco.TabIndex  = 42;
     //
     // imgPreco
     //
     this.imgPreco.Image    = global::ProjetoSebo.Properties.Resources.preco;
     this.imgPreco.Location = new System.Drawing.Point(0, 228);
     this.imgPreco.Name     = "imgPreco";
     this.imgPreco.Size     = new System.Drawing.Size(30, 30);
     this.imgPreco.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgPreco.TabIndex = 41;
     this.imgPreco.TabStop  = false;
     //
     // pnlLinhaPalavrasChave
     //
     this.pnlLinhaPalavrasChave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlLinhaPalavrasChave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaPalavrasChave.Location  = new System.Drawing.Point(1, 429);
     this.pnlLinhaPalavrasChave.Name      = "pnlLinhaPalavrasChave";
     this.pnlLinhaPalavrasChave.Size      = new System.Drawing.Size(700, 1);
     this.pnlLinhaPalavrasChave.TabIndex  = 37;
     //
     // pnlLinhaLocal
     //
     this.pnlLinhaLocal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaLocal.Location  = new System.Drawing.Point(1, 362);
     this.pnlLinhaLocal.Name      = "pnlLinhaLocal";
     this.pnlLinhaLocal.Size      = new System.Drawing.Size(300, 1);
     this.pnlLinhaLocal.TabIndex  = 37;
     //
     // pnlLinhaDescricao
     //
     this.pnlLinhaDescricao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlLinhaDescricao.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaDescricao.Location  = new System.Drawing.Point(0, 78);
     this.pnlLinhaDescricao.Name      = "pnlLinhaDescricao";
     this.pnlLinhaDescricao.Size      = new System.Drawing.Size(700, 1);
     this.pnlLinhaDescricao.TabIndex  = 37;
     //
     // pnlLinhaCodigoBarras
     //
     this.pnlLinhaCodigoBarras.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlLinhaCodigoBarras.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaCodigoBarras.Location  = new System.Drawing.Point(0, 145);
     this.pnlLinhaCodigoBarras.Name      = "pnlLinhaCodigoBarras";
     this.pnlLinhaCodigoBarras.Size      = new System.Drawing.Size(700, 1);
     this.pnlLinhaCodigoBarras.TabIndex  = 37;
     //
     // pnlLinhasTipo
     //
     this.pnlLinhasTipo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhasTipo.Location  = new System.Drawing.Point(1, 221);
     this.pnlLinhasTipo.Name      = "pnlLinhasTipo";
     this.pnlLinhasTipo.Size      = new System.Drawing.Size(300, 1);
     this.pnlLinhasTipo.TabIndex  = 37;
     //
     // pnlLinhaQuantidade
     //
     this.pnlLinhaQuantidade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.pnlLinhaQuantidade.Location  = new System.Drawing.Point(398, 287);
     this.pnlLinhaQuantidade.Name      = "pnlLinhaQuantidade";
     this.pnlLinhaQuantidade.Size      = new System.Drawing.Size(300, 1);
     this.pnlLinhaQuantidade.TabIndex  = 36;
     //
     // imgPalavraChave
     //
     this.imgPalavraChave.Image    = global::ProjetoSebo.Properties.Resources.palavras_chave;
     this.imgPalavraChave.Location = new System.Drawing.Point(0, 369);
     this.imgPalavraChave.Name     = "imgPalavraChave";
     this.imgPalavraChave.Size     = new System.Drawing.Size(30, 30);
     this.imgPalavraChave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgPalavraChave.TabIndex = 35;
     this.imgPalavraChave.TabStop  = false;
     //
     // txtPalavrasChave
     //
     this.txtPalavrasChave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPalavrasChave.BackColor   = System.Drawing.SystemColors.Control;
     this.txtPalavrasChave.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPalavrasChave.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPalavrasChave.ForeColor   = System.Drawing.Color.Black;
     this.txtPalavrasChave.Location    = new System.Drawing.Point(3, 401);
     this.txtPalavrasChave.Name        = "txtPalavrasChave";
     this.txtPalavrasChave.Size        = new System.Drawing.Size(695, 22);
     this.txtPalavrasChave.TabIndex    = 11;
     //
     // imgLocal
     //
     this.imgLocal.Image    = global::ProjetoSebo.Properties.Resources.local;
     this.imgLocal.Location = new System.Drawing.Point(0, 295);
     this.imgLocal.Name     = "imgLocal";
     this.imgLocal.Size     = new System.Drawing.Size(30, 30);
     this.imgLocal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgLocal.TabIndex = 33;
     this.imgLocal.TabStop  = false;
     //
     // imgQuantidade
     //
     this.imgQuantidade.Image    = global::ProjetoSebo.Properties.Resources.quantidade;
     this.imgQuantidade.Location = new System.Drawing.Point(401, 228);
     this.imgQuantidade.Name     = "imgQuantidade";
     this.imgQuantidade.Size     = new System.Drawing.Size(30, 30);
     this.imgQuantidade.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgQuantidade.TabIndex = 32;
     this.imgQuantidade.TabStop  = false;
     //
     // imgTipo
     //
     this.imgTipo.Image    = global::ProjetoSebo.Properties.Resources.tipo;
     this.imgTipo.Location = new System.Drawing.Point(0, 154);
     this.imgTipo.Name     = "imgTipo";
     this.imgTipo.Size     = new System.Drawing.Size(30, 30);
     this.imgTipo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.imgTipo.TabIndex = 31;
     this.imgTipo.TabStop  = false;
     //
     // imgCodBarras
     //
     this.imgCodBarras.Image    = global::ProjetoSebo.Properties.Resources.codigo_barras;
     this.imgCodBarras.Location = new System.Drawing.Point(0, 85);
     this.imgCodBarras.Name     = "imgCodBarras";
     this.imgCodBarras.Size     = new System.Drawing.Size(30, 30);
     this.imgCodBarras.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgCodBarras.TabIndex = 30;
     this.imgCodBarras.TabStop  = false;
     //
     // imgDescricao
     //
     this.imgDescricao.Image    = global::ProjetoSebo.Properties.Resources.descricao;
     this.imgDescricao.Location = new System.Drawing.Point(0, 18);
     this.imgDescricao.Name     = "imgDescricao";
     this.imgDescricao.Size     = new System.Drawing.Size(30, 30);
     this.imgDescricao.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgDescricao.TabIndex = 29;
     this.imgDescricao.TabStop  = false;
     //
     // txtCodBarras
     //
     this.txtCodBarras.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCodBarras.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCodBarras.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCodBarras.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCodBarras.ForeColor   = System.Drawing.Color.Black;
     this.txtCodBarras.Location    = new System.Drawing.Point(3, 117);
     this.txtCodBarras.Name        = "txtCodBarras";
     this.txtCodBarras.Size        = new System.Drawing.Size(694, 22);
     this.txtCodBarras.TabIndex    = 6;
     //
     // txtDescricao
     //
     this.txtDescricao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescricao.BackColor   = System.Drawing.SystemColors.Control;
     this.txtDescricao.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtDescricao.Font        = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDescricao.ForeColor   = System.Drawing.Color.Black;
     this.txtDescricao.Location    = new System.Drawing.Point(3, 50);
     this.txtDescricao.Name        = "txtDescricao";
     this.txtDescricao.Size        = new System.Drawing.Size(694, 22);
     this.txtDescricao.TabIndex    = 5;
     //
     // btnGravar
     //
     this.btnGravar.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGravar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.btnGravar.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnGravar.FlatAppearance.BorderSize         = 0;
     this.btnGravar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(57)))), ((int)(((byte)(90)))));
     this.btnGravar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(57)))), ((int)(((byte)(90)))));
     this.btnGravar.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnGravar.Font       = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGravar.ForeColor  = System.Drawing.Color.White;
     this.btnGravar.Image      = global::ProjetoSebo.Properties.Resources.salvar;
     this.btnGravar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGravar.Location   = new System.Drawing.Point(500, 440);
     this.btnGravar.Name       = "btnGravar";
     this.btnGravar.Size       = new System.Drawing.Size(200, 50);
     this.btnGravar.TabIndex   = 12;
     this.btnGravar.Text       = "Gravar";
     this.btnGravar.UseVisualStyleBackColor = false;
     this.btnGravar.Click += new System.EventHandler(this.BtnGravar_Click);
     //
     // pnlEsquerda
     //
     this.pnlEsquerda.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlEsquerda.Location = new System.Drawing.Point(0, 80);
     this.pnlEsquerda.Name     = "pnlEsquerda";
     this.pnlEsquerda.Size     = new System.Drawing.Size(100, 490);
     this.pnlEsquerda.TabIndex = 1;
     //
     // pnlInferior
     //
     this.pnlInferior.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlInferior.Location = new System.Drawing.Point(0, 570);
     this.pnlInferior.Name     = "pnlInferior";
     this.pnlInferior.Size     = new System.Drawing.Size(800, 80);
     this.pnlInferior.TabIndex = 1;
     //
     // pnlDireita
     //
     this.pnlDireita.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlDireita.Location = new System.Drawing.Point(800, 80);
     this.pnlDireita.Name     = "pnlDireita";
     this.pnlDireita.Size     = new System.Drawing.Size(100, 570);
     this.pnlDireita.TabIndex = 1;
     //
     // pnlSuperior
     //
     this.pnlSuperior.Controls.Add(this.btnVoltar);
     this.pnlSuperior.Controls.Add(this.lblIdentificacaoTela);
     this.pnlSuperior.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlSuperior.Location = new System.Drawing.Point(0, 0);
     this.pnlSuperior.Name     = "pnlSuperior";
     this.pnlSuperior.Size     = new System.Drawing.Size(900, 80);
     this.pnlSuperior.TabIndex = 0;
     //
     // btnVoltar
     //
     this.btnVoltar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnVoltar.Image    = global::ProjetoSebo.Properties.Resources.voltar;
     this.btnVoltar.Location = new System.Drawing.Point(12, 12);
     this.btnVoltar.Name     = "btnVoltar";
     this.btnVoltar.Size     = new System.Drawing.Size(32, 32);
     this.btnVoltar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnVoltar.TabIndex = 1;
     this.btnVoltar.TabStop  = false;
     this.btnVoltar.Click   += new System.EventHandler(this.BtnVoltar_Click);
     //
     // lblIdentificacaoTela
     //
     this.lblIdentificacaoTela.AutoSize  = true;
     this.lblIdentificacaoTela.Font      = new System.Drawing.Font("Microsoft YaHei", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblIdentificacaoTela.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(109)))), ((int)(((byte)(206)))));
     this.lblIdentificacaoTela.Location  = new System.Drawing.Point(102, 46);
     this.lblIdentificacaoTela.Name      = "lblIdentificacaoTela";
     this.lblIdentificacaoTela.Size      = new System.Drawing.Size(118, 31);
     this.lblIdentificacaoTela.TabIndex  = 4;
     this.lblIdentificacaoTela.Text      = "Produtos";
     //
     // TelaProdutos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(900, 650);
     this.Controls.Add(this.pnlCentral);
     this.Controls.Add(this.pnlEsquerda);
     this.Controls.Add(this.pnlInferior);
     this.Controls.Add(this.pnlDireita);
     this.Controls.Add(this.pnlSuperior);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "TelaProdutos";
     this.Text            = "TelaProdutos";
     this.pnlCentral.ResumeLayout(false);
     this.pnlCentral.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgPreco)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgPalavraChave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLocal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgQuantidade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgTipo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCodBarras)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgDescricao)).EndInit();
     this.pnlSuperior.ResumeLayout(false);
     this.pnlSuperior.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).EndInit();
     this.ResumeLayout(false);
 }