/// <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.Label LblNumPedido;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tbPgDevNotaFiscal = new System.Windows.Forms.TabPage();
     this.grpBxItensNotFiscal = new System.Windows.Forms.GroupBox();
     this.dtGrdVwItensNF = new System.Windows.Forms.DataGridView();
     this.grpBxTotais = new System.Windows.Forms.GroupBox();
     this.lblDescontos = new System.Windows.Forms.Label();
     this.lblVlrFrete = new System.Windows.Forms.Label();
     this.lblVlrMercadoria = new System.Windows.Forms.Label();
     this.txtBxicms = new System.Windows.Forms.TextBox();
     this.nOTAFISCALBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cOMERCIALDataSet = new Comercial.COMERCIALDataSet();
     this.txtBxVlrFrete = new System.Windows.Forms.TextBox();
     this.txtBxVlrNota = new System.Windows.Forms.TextBox();
     this.grpBxInfNotFiscal = new System.Windows.Forms.GroupBox();
     this.txtNrPedido = new System.Windows.Forms.TextBox();
     this.txtTipoNF = new System.Windows.Forms.TextBox();
     this.lblNumNotFiscal = new System.Windows.Forms.Label();
     this.lblDtEmissao = new System.Windows.Forms.Label();
     this.txtSerie = new System.Windows.Forms.TextBox();
     this.lblSerie = new System.Windows.Forms.Label();
     this.dtTmPckrDtEmissao = new System.Windows.Forms.DateTimePicker();
     this.lblTipo = new System.Windows.Forms.Label();
     this.tbCntrlDevNotFiscal = new System.Windows.Forms.TabControl();
     this.nOTAFISCALTableAdapter = new Comercial.COMERCIALDataSetTableAdapters.NOTAFISCALTableAdapter();
     this.tableAdapterManager = new Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager();
     this.clmProduto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmDescProd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmUnidade = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmQuantidade = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmQuantidadeDev = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmVlrUnitário = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmVlrTotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txtNumNF = new Comercial.TextButton();
     LblNumPedido = new System.Windows.Forms.Label();
     this.tbPgDevNotaFiscal.SuspendLayout();
     this.grpBxItensNotFiscal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtGrdVwItensNF)).BeginInit();
     this.grpBxTotais.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nOTAFISCALBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).BeginInit();
     this.grpBxInfNotFiscal.SuspendLayout();
     this.tbCntrlDevNotFiscal.SuspendLayout();
     this.SuspendLayout();
     //
     // LblNumPedido
     //
     LblNumPedido.AutoSize = true;
     LblNumPedido.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     LblNumPedido.ForeColor = System.Drawing.Color.CadetBlue;
     LblNumPedido.Location = new System.Drawing.Point(548, 16);
     LblNumPedido.Name = "LblNumPedido";
     LblNumPedido.Size = new System.Drawing.Size(83, 13);
     LblNumPedido.TabIndex = 28;
     LblNumPedido.Text = "Número Pedido:";
     //
     // tbPgDevNotaFiscal
     //
     this.tbPgDevNotaFiscal.AutoScroll = true;
     this.tbPgDevNotaFiscal.Controls.Add(this.grpBxItensNotFiscal);
     this.tbPgDevNotaFiscal.Controls.Add(this.grpBxTotais);
     this.tbPgDevNotaFiscal.Controls.Add(this.grpBxInfNotFiscal);
     this.tbPgDevNotaFiscal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbPgDevNotaFiscal.ForeColor = System.Drawing.Color.CadetBlue;
     this.tbPgDevNotaFiscal.Location = new System.Drawing.Point(4, 22);
     this.tbPgDevNotaFiscal.Name = "tbPgDevNotaFiscal";
     this.tbPgDevNotaFiscal.Padding = new System.Windows.Forms.Padding(3);
     this.tbPgDevNotaFiscal.Size = new System.Drawing.Size(780, 489);
     this.tbPgDevNotaFiscal.TabIndex = 0;
     this.tbPgDevNotaFiscal.Text = "Devolução Nota Fiscal";
     this.tbPgDevNotaFiscal.UseVisualStyleBackColor = true;
     //
     // grpBxItensNotFiscal
     //
     this.grpBxItensNotFiscal.Controls.Add(this.dtGrdVwItensNF);
     this.grpBxItensNotFiscal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpBxItensNotFiscal.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.grpBxItensNotFiscal.Location = new System.Drawing.Point(16, 89);
     this.grpBxItensNotFiscal.Name = "grpBxItensNotFiscal";
     this.grpBxItensNotFiscal.Size = new System.Drawing.Size(741, 246);
     this.grpBxItensNotFiscal.TabIndex = 19;
     this.grpBxItensNotFiscal.TabStop = false;
     this.grpBxItensNotFiscal.Text = "Itens Nota Fiscal";
     //
     // dtGrdVwItensNF
     //
     this.dtGrdVwItensNF.AllowUserToAddRows = false;
     this.dtGrdVwItensNF.AllowUserToDeleteRows = false;
     this.dtGrdVwItensNF.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtGrdVwItensNF.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.clmProduto,
     this.clmDescProd,
     this.clmUnidade,
     this.clmQuantidade,
     this.clmQuantidadeDev,
     this.clmVlrUnitário,
     this.clmVlrTotal});
     this.dtGrdVwItensNF.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtGrdVwItensNF.Location = new System.Drawing.Point(3, 16);
     this.dtGrdVwItensNF.Name = "dtGrdVwItensNF";
     this.dtGrdVwItensNF.Size = new System.Drawing.Size(735, 227);
     this.dtGrdVwItensNF.TabIndex = 0;
     //
     // grpBxTotais
     //
     this.grpBxTotais.Controls.Add(this.lblDescontos);
     this.grpBxTotais.Controls.Add(this.lblVlrFrete);
     this.grpBxTotais.Controls.Add(this.lblVlrMercadoria);
     this.grpBxTotais.Controls.Add(this.txtBxicms);
     this.grpBxTotais.Controls.Add(this.txtBxVlrFrete);
     this.grpBxTotais.Controls.Add(this.txtBxVlrNota);
     this.grpBxTotais.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.grpBxTotais.Location = new System.Drawing.Point(19, 341);
     this.grpBxTotais.Name = "grpBxTotais";
     this.grpBxTotais.Size = new System.Drawing.Size(738, 116);
     this.grpBxTotais.TabIndex = 19;
     this.grpBxTotais.TabStop = false;
     this.grpBxTotais.Text = "Totais";
     //
     // lblDescontos
     //
     this.lblDescontos.AutoSize = true;
     this.lblDescontos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescontos.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblDescontos.Location = new System.Drawing.Point(579, 77);
     this.lblDescontos.Name = "lblDescontos";
     this.lblDescontos.Size = new System.Drawing.Size(36, 13);
     this.lblDescontos.TabIndex = 24;
     this.lblDescontos.Text = "ICMS:";
     //
     // lblVlrFrete
     //
     this.lblVlrFrete.AutoSize = true;
     this.lblVlrFrete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVlrFrete.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblVlrFrete.Location = new System.Drawing.Point(567, 51);
     this.lblVlrFrete.Name = "lblVlrFrete";
     this.lblVlrFrete.Size = new System.Drawing.Size(61, 13);
     this.lblVlrFrete.TabIndex = 23;
     this.lblVlrFrete.Text = "Valor Frete:";
     //
     // lblVlrMercadoria
     //
     this.lblVlrMercadoria.AutoSize = true;
     this.lblVlrMercadoria.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVlrMercadoria.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblVlrMercadoria.Location = new System.Drawing.Point(562, 22);
     this.lblVlrMercadoria.Name = "lblVlrMercadoria";
     this.lblVlrMercadoria.Size = new System.Drawing.Size(60, 13);
     this.lblVlrMercadoria.TabIndex = 22;
     this.lblVlrMercadoria.Text = "Valor Nota:";
     this.lblVlrMercadoria.Click += new System.EventHandler(this.lblVlrMercadoria_Click);
     //
     // txtBxicms
     //
     this.txtBxicms.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "Icms", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.txtBxicms.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxicms.Location = new System.Drawing.Point(649, 74);
     this.txtBxicms.Name = "txtBxicms";
     this.txtBxicms.ReadOnly = true;
     this.txtBxicms.Size = new System.Drawing.Size(83, 20);
     this.txtBxicms.TabIndex = 21;
     //
     // nOTAFISCALBindingSource
     //
     this.nOTAFISCALBindingSource.DataMember = "NOTAFISCAL";
     this.nOTAFISCALBindingSource.DataSource = this.cOMERCIALDataSet;
     //
     // cOMERCIALDataSet
     //
     this.cOMERCIALDataSet.DataSetName = "COMERCIALDataSet";
     this.cOMERCIALDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // txtBxVlrFrete
     //
     this.txtBxVlrFrete.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "ValorFrete", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
     this.txtBxVlrFrete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxVlrFrete.Location = new System.Drawing.Point(649, 48);
     this.txtBxVlrFrete.Name = "txtBxVlrFrete";
     this.txtBxVlrFrete.ReadOnly = true;
     this.txtBxVlrFrete.Size = new System.Drawing.Size(83, 20);
     this.txtBxVlrFrete.TabIndex = 19;
     //
     // txtBxVlrNota
     //
     this.txtBxVlrNota.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "ValorNota", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "C2"));
     this.txtBxVlrNota.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxVlrNota.Location = new System.Drawing.Point(649, 19);
     this.txtBxVlrNota.Name = "txtBxVlrNota";
     this.txtBxVlrNota.ReadOnly = true;
     this.txtBxVlrNota.Size = new System.Drawing.Size(83, 20);
     this.txtBxVlrNota.TabIndex = 18;
     //
     // grpBxInfNotFiscal
     //
     this.grpBxInfNotFiscal.Controls.Add(this.txtNrPedido);
     this.grpBxInfNotFiscal.Controls.Add(LblNumPedido);
     this.grpBxInfNotFiscal.Controls.Add(this.txtNumNF);
     this.grpBxInfNotFiscal.Controls.Add(this.txtTipoNF);
     this.grpBxInfNotFiscal.Controls.Add(this.lblNumNotFiscal);
     this.grpBxInfNotFiscal.Controls.Add(this.lblDtEmissao);
     this.grpBxInfNotFiscal.Controls.Add(this.txtSerie);
     this.grpBxInfNotFiscal.Controls.Add(this.lblSerie);
     this.grpBxInfNotFiscal.Controls.Add(this.dtTmPckrDtEmissao);
     this.grpBxInfNotFiscal.Controls.Add(this.lblTipo);
     this.grpBxInfNotFiscal.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.grpBxInfNotFiscal.Location = new System.Drawing.Point(16, 6);
     this.grpBxInfNotFiscal.Name = "grpBxInfNotFiscal";
     this.grpBxInfNotFiscal.Size = new System.Drawing.Size(755, 77);
     this.grpBxInfNotFiscal.TabIndex = 18;
     this.grpBxInfNotFiscal.TabStop = false;
     this.grpBxInfNotFiscal.Text = "Informações Nota Fiscal";
     //
     // txtNrPedido
     //
     this.txtNrPedido.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "NrPedido", true));
     this.txtNrPedido.Location = new System.Drawing.Point(551, 33);
     this.txtNrPedido.Name = "txtNrPedido";
     this.txtNrPedido.ReadOnly = true;
     this.txtNrPedido.Size = new System.Drawing.Size(80, 20);
     this.txtNrPedido.TabIndex = 30;
     //
     // txtTipoNF
     //
     this.txtTipoNF.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "Tipo", true));
     this.txtTipoNF.Location = new System.Drawing.Point(326, 33);
     this.txtTipoNF.Name = "txtTipoNF";
     this.txtTipoNF.ReadOnly = true;
     this.txtTipoNF.Size = new System.Drawing.Size(63, 20);
     this.txtTipoNF.TabIndex = 16;
     //
     // lblNumNotFiscal
     //
     this.lblNumNotFiscal.AutoSize = true;
     this.lblNumNotFiscal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumNotFiscal.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblNumNotFiscal.Location = new System.Drawing.Point(45, 16);
     this.lblNumNotFiscal.Name = "lblNumNotFiscal";
     this.lblNumNotFiscal.Size = new System.Drawing.Size(79, 13);
     this.lblNumNotFiscal.TabIndex = 12;
     this.lblNumNotFiscal.Text = "Número da NF:";
     //
     // lblDtEmissao
     //
     this.lblDtEmissao.AutoSize = true;
     this.lblDtEmissao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDtEmissao.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblDtEmissao.Location = new System.Drawing.Point(402, 16);
     this.lblDtEmissao.Name = "lblDtEmissao";
     this.lblDtEmissao.Size = new System.Drawing.Size(66, 13);
     this.lblDtEmissao.TabIndex = 6;
     this.lblDtEmissao.Text = "Dt. Emissão:";
     //
     // txtSerie
     //
     this.txtSerie.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "Serie", true));
     this.txtSerie.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSerie.Location = new System.Drawing.Point(264, 33);
     this.txtSerie.Name = "txtSerie";
     this.txtSerie.ReadOnly = true;
     this.txtSerie.Size = new System.Drawing.Size(50, 20);
     this.txtSerie.TabIndex = 5;
     //
     // lblSerie
     //
     this.lblSerie.AutoSize = true;
     this.lblSerie.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSerie.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblSerie.Location = new System.Drawing.Point(261, 16);
     this.lblSerie.Name = "lblSerie";
     this.lblSerie.Size = new System.Drawing.Size(34, 13);
     this.lblSerie.TabIndex = 4;
     this.lblSerie.Text = "Série:";
     //
     // dtTmPckrDtEmissao
     //
     this.dtTmPckrDtEmissao.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.nOTAFISCALBindingSource, "DataEmissao", true));
     this.dtTmPckrDtEmissao.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.nOTAFISCALBindingSource, "DataEmissao", true));
     this.dtTmPckrDtEmissao.Enabled = false;
     this.dtTmPckrDtEmissao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtTmPckrDtEmissao.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtTmPckrDtEmissao.Location = new System.Drawing.Point(405, 32);
     this.dtTmPckrDtEmissao.Name = "dtTmPckrDtEmissao";
     this.dtTmPckrDtEmissao.Size = new System.Drawing.Size(128, 20);
     this.dtTmPckrDtEmissao.TabIndex = 15;
     //
     // lblTipo
     //
     this.lblTipo.AutoSize = true;
     this.lblTipo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTipo.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblTipo.Location = new System.Drawing.Point(323, 16);
     this.lblTipo.Name = "lblTipo";
     this.lblTipo.Size = new System.Drawing.Size(48, 13);
     this.lblTipo.TabIndex = 2;
     this.lblTipo.Text = "Tipo NF:";
     //
     // tbCntrlDevNotFiscal
     //
     this.tbCntrlDevNotFiscal.Controls.Add(this.tbPgDevNotaFiscal);
     this.tbCntrlDevNotFiscal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCntrlDevNotFiscal.Location = new System.Drawing.Point(12, 12);
     this.tbCntrlDevNotFiscal.Name = "tbCntrlDevNotFiscal";
     this.tbCntrlDevNotFiscal.SelectedIndex = 0;
     this.tbCntrlDevNotFiscal.Size = new System.Drawing.Size(788, 515);
     this.tbCntrlDevNotFiscal.TabIndex = 18;
     //
     // nOTAFISCALTableAdapter
     //
     this.nOTAFISCALTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.ACESSOTableAdapter = null;
     this.tableAdapterManager.ATUCUBOTableAdapter = null;
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.CLIENTETableAdapter = null;
     this.tableAdapterManager.CONDICAOPAGAMENTOTableAdapter = null;
     this.tableAdapterManager.GRUPOPRODUTOTableAdapter = null;
     this.tableAdapterManager.ICMSTableAdapter = null;
     this.tableAdapterManager.ItemNotaFiscalTableAdapter = null;
     this.tableAdapterManager.ITEMPEDIDOTableAdapter = null;
     this.tableAdapterManager.modeloCampoTableAdapter = null;
     this.tableAdapterManager.modeloTableAdapter = null;
     this.tableAdapterManager.MODULOTableAdapter = null;
     this.tableAdapterManager.NOTAFISCALTableAdapter = this.nOTAFISCALTableAdapter;
     this.tableAdapterManager.PEDIDOTableAdapter = null;
     this.tableAdapterManager.PRODUTOTableAdapter = null;
     this.tableAdapterManager.REGIAOTableAdapter = null;
     this.tableAdapterManager.TRANSPORTADORATableAdapter = null;
     this.tableAdapterManager.TRANSPORTADORAVIATableAdapter = null;
     this.tableAdapterManager.UNIDADEMEDIDATableAdapter = null;
     this.tableAdapterManager.UpdateOrder = Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.USUARIOTableAdapter = null;
     this.tableAdapterManager.VENDEDORTableAdapter = null;
     this.tableAdapterManager.VIATRANSPORTETableAdapter = null;
     //
     // clmProduto
     //
     this.clmProduto.DataPropertyName = "CodProduto";
     this.clmProduto.HeaderText = "Produto";
     this.clmProduto.Name = "clmProduto";
     this.clmProduto.ReadOnly = true;
     //
     // clmDescProd
     //
     this.clmDescProd.DataPropertyName = "Descricao";
     this.clmDescProd.HeaderText = "Desc. Produto";
     this.clmDescProd.Name = "clmDescProd";
     this.clmDescProd.ReadOnly = true;
     //
     // clmUnidade
     //
     this.clmUnidade.DataPropertyName = "CodUnidadeMedida";
     this.clmUnidade.HeaderText = "Unidade";
     this.clmUnidade.Name = "clmUnidade";
     this.clmUnidade.ReadOnly = true;
     //
     // clmQuantidade
     //
     this.clmQuantidade.DataPropertyName = "Quantidade";
     this.clmQuantidade.HeaderText = "Quantidade";
     this.clmQuantidade.Name = "clmQuantidade";
     this.clmQuantidade.ReadOnly = true;
     //
     // clmQuantidadeDev
     //
     this.clmQuantidadeDev.DataPropertyName = "QuantidadeDev";
     this.clmQuantidadeDev.HeaderText = "Quantidade Devolvida";
     this.clmQuantidadeDev.Name = "clmQuantidadeDev";
     //
     // clmVlrUnitário
     //
     this.clmVlrUnitário.DataPropertyName = "Valor";
     dataGridViewCellStyle3.Format = "C2";
     dataGridViewCellStyle3.NullValue = null;
     this.clmVlrUnitário.DefaultCellStyle = dataGridViewCellStyle3;
     this.clmVlrUnitário.HeaderText = "Vlr. Unitário";
     this.clmVlrUnitário.Name = "clmVlrUnitário";
     this.clmVlrUnitário.ReadOnly = true;
     //
     // clmVlrTotal
     //
     this.clmVlrTotal.DataPropertyName = "VALORTOTAL";
     dataGridViewCellStyle4.Format = "C2";
     this.clmVlrTotal.DefaultCellStyle = dataGridViewCellStyle4;
     this.clmVlrTotal.HeaderText = "Vlr. Total";
     this.clmVlrTotal.Name = "clmVlrTotal";
     this.clmVlrTotal.ReadOnly = true;
     //
     // txtNumNF
     //
     this.txtNumNF.getText = "";
     this.txtNumNF.Image = global::Comercial.Properties.Resources.search1;
     this.txtNumNF.Location = new System.Drawing.Point(48, 32);
     this.txtNumNF.Name = "txtNumNF";
     this.txtNumNF.ShowButton = false;
     this.txtNumNF.Size = new System.Drawing.Size(210, 25);
     this.txtNumNF.TabIndex = 17;
     this.txtNumNF.ButtonClick += new System.EventHandler(this.txtNumNF_ButtonClick);
     //
     // FrmDevNotaFiscal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(813, 535);
     this.Controls.Add(this.tbCntrlDevNotFiscal);
     this.Name = "FrmDevNotaFiscal";
     this.ShowIcon = false;
     this.Text = "Devolução Nota Fiscal";
     this.Load += new System.EventHandler(this.FrmDevNotaFiscal_Load);
     this.Leave += new System.EventHandler(this.FrmDevNotaFiscal_Leave);
     this.tbPgDevNotaFiscal.ResumeLayout(false);
     this.grpBxItensNotFiscal.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtGrdVwItensNF)).EndInit();
     this.grpBxTotais.ResumeLayout(false);
     this.grpBxTotais.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nOTAFISCALBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).EndInit();
     this.grpBxInfNotFiscal.ResumeLayout(false);
     this.grpBxInfNotFiscal.PerformLayout();
     this.tbCntrlDevNotFiscal.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tbCntrlPedVend = new System.Windows.Forms.TabControl();
     this.tbPgPDV = new System.Windows.Forms.TabPage();
     this.grpBxPedVenda = new System.Windows.Forms.GroupBox();
     this.txtbtnPedido = new System.Windows.Forms.TextBox();
     this.txtCondPagto = new System.Windows.Forms.TextBox();
     this.txtCodTransportadora = new System.Windows.Forms.TextBox();
     this.txtCodVendedor = new System.Windows.Forms.TextBox();
     this.txtCodCliente = new System.Windows.Forms.TextBox();
     this.grpTipoPedido = new System.Windows.Forms.GroupBox();
     this.chkComplemento = new System.Windows.Forms.CheckBox();
     this.chkNormal = new System.Windows.Forms.CheckBox();
     this.dtpEntrega = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.dtpEmissao = new System.Windows.Forms.DateTimePicker();
     this.txtNomeTransportadora = new System.Windows.Forms.TextBox();
     this.lbldtemi = new System.Windows.Forms.Label();
     this.lblNomeTransportadora = new System.Windows.Forms.Label();
     this.txtNomeVendedor = new System.Windows.Forms.TextBox();
     this.txtNomeCliente = new System.Windows.Forms.TextBox();
     this.lbltpfre = new System.Windows.Forms.Label();
     this.lblcondp = new System.Windows.Forms.Label();
     this.lblnomven = new System.Windows.Forms.Label();
     this.lclcodven = new System.Windows.Forms.Label();
     this.lblnomecli = new System.Windows.Forms.Label();
     this.lblcodcli = new System.Windows.Forms.Label();
     this.lblnumPed = new System.Windows.Forms.Label();
     this.grpBxItPedVen = new System.Windows.Forms.GroupBox();
     this.grpBxTotais = new System.Windows.Forms.GroupBox();
     this.lblFrete = new System.Windows.Forms.Label();
     this.txtFrete = new System.Windows.Forms.MaskedTextBox();
     this.pEDIDOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cOMERCIALDataSet = new Comercial.COMERCIALDataSet();
     this.lblICMS = new System.Windows.Forms.Label();
     this.txtICMS = new System.Windows.Forms.TextBox();
     this.lblIPI = new System.Windows.Forms.Label();
     this.txtIPI = new System.Windows.Forms.TextBox();
     this.txtBxVlrFaturado = new System.Windows.Forms.TextBox();
     this.grpSituacaoItens = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lblteztoPendente = new System.Windows.Forms.Label();
     this.lblPendente = new System.Windows.Forms.Label();
     this.lblCancelado = new System.Windows.Forms.Label();
     this.lblEfetivado = new System.Windows.Forms.Label();
     this.lblDescontos = new System.Windows.Forms.Label();
     this.lblVlrFrete = new System.Windows.Forms.Label();
     this.lblVlrMercadoria = new System.Windows.Forms.Label();
     this.txtBxDescontos = new System.Windows.Forms.TextBox();
     this.txtBxVlrPedido = new System.Windows.Forms.TextBox();
     this.pnlItenped = new System.Windows.Forms.Panel();
     this.dtgrdvItenspven = new System.Windows.Forms.DataGridView();
     this.pEDIDOTableAdapter = new Comercial.COMERCIALDataSetTableAdapters.PEDIDOTableAdapter();
     this.tableAdapterManager = new Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager();
     this.nOTAFISCALBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nOTAFISCALTableAdapter = new Comercial.COMERCIALDataSetTableAdapters.NOTAFISCALTableAdapter();
     this.itemNotaFiscalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.itemNotaFiscalTableAdapter = new Comercial.COMERCIALDataSetTableAdapters.ItemNotaFiscalTableAdapter();
     this.ColStatus = new System.Windows.Forms.DataGridViewImageColumn();
     this.ColCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ClmItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColProd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ClmDescProd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ClmQtde = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ClmQtdeLib = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ClmPrcUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ClmIPI = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColDesconto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColTotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColVALORFATU = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColStatusItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbCntrlPedVend.SuspendLayout();
     this.tbPgPDV.SuspendLayout();
     this.grpBxPedVenda.SuspendLayout();
     this.grpTipoPedido.SuspendLayout();
     this.grpBxItPedVen.SuspendLayout();
     this.grpBxTotais.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pEDIDOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).BeginInit();
     this.grpSituacaoItens.SuspendLayout();
     this.pnlItenped.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgrdvItenspven)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nOTAFISCALBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.itemNotaFiscalBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // tbCntrlPedVend
     //
     this.tbCntrlPedVend.Controls.Add(this.tbPgPDV);
     this.tbCntrlPedVend.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCntrlPedVend.Location = new System.Drawing.Point(12, 12);
     this.tbCntrlPedVend.Name = "tbCntrlPedVend";
     this.tbCntrlPedVend.SelectedIndex = 0;
     this.tbCntrlPedVend.Size = new System.Drawing.Size(885, 623);
     this.tbCntrlPedVend.TabIndex = 2001;
     //
     // tbPgPDV
     //
     this.tbPgPDV.AutoScroll = true;
     this.tbPgPDV.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tbPgPDV.Controls.Add(this.grpBxPedVenda);
     this.tbPgPDV.Controls.Add(this.grpBxItPedVen);
     this.tbPgPDV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbPgPDV.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.tbPgPDV.Location = new System.Drawing.Point(4, 22);
     this.tbPgPDV.Name = "tbPgPDV";
     this.tbPgPDV.Padding = new System.Windows.Forms.Padding(3);
     this.tbPgPDV.Size = new System.Drawing.Size(877, 597);
     this.tbPgPDV.TabIndex = 0;
     this.tbPgPDV.Text = "Pedidos de Vendas";
     this.tbPgPDV.UseVisualStyleBackColor = true;
     //
     // grpBxPedVenda
     //
     this.grpBxPedVenda.Controls.Add(this.txtbtnPedido);
     this.grpBxPedVenda.Controls.Add(this.txtCondPagto);
     this.grpBxPedVenda.Controls.Add(this.txtCodTransportadora);
     this.grpBxPedVenda.Controls.Add(this.txtCodVendedor);
     this.grpBxPedVenda.Controls.Add(this.txtCodCliente);
     this.grpBxPedVenda.Controls.Add(this.grpTipoPedido);
     this.grpBxPedVenda.Controls.Add(this.dtpEntrega);
     this.grpBxPedVenda.Controls.Add(this.label1);
     this.grpBxPedVenda.Controls.Add(this.dtpEmissao);
     this.grpBxPedVenda.Controls.Add(this.txtNomeTransportadora);
     this.grpBxPedVenda.Controls.Add(this.lbldtemi);
     this.grpBxPedVenda.Controls.Add(this.lblNomeTransportadora);
     this.grpBxPedVenda.Controls.Add(this.txtNomeVendedor);
     this.grpBxPedVenda.Controls.Add(this.txtNomeCliente);
     this.grpBxPedVenda.Controls.Add(this.lbltpfre);
     this.grpBxPedVenda.Controls.Add(this.lblcondp);
     this.grpBxPedVenda.Controls.Add(this.lblnomven);
     this.grpBxPedVenda.Controls.Add(this.lclcodven);
     this.grpBxPedVenda.Controls.Add(this.lblnomecli);
     this.grpBxPedVenda.Controls.Add(this.lblcodcli);
     this.grpBxPedVenda.Controls.Add(this.lblnumPed);
     this.grpBxPedVenda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpBxPedVenda.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.grpBxPedVenda.Location = new System.Drawing.Point(11, 7);
     this.grpBxPedVenda.Name = "grpBxPedVenda";
     this.grpBxPedVenda.Size = new System.Drawing.Size(858, 116);
     this.grpBxPedVenda.TabIndex = 102;
     this.grpBxPedVenda.TabStop = false;
     this.grpBxPedVenda.Text = "Pedido Venda";
     //
     // txtbtnPedido
     //
     this.txtbtnPedido.Enabled = false;
     this.txtbtnPedido.Location = new System.Drawing.Point(14, 36);
     this.txtbtnPedido.Name = "txtbtnPedido";
     this.txtbtnPedido.Size = new System.Drawing.Size(84, 20);
     this.txtbtnPedido.TabIndex = 103;
     //
     // txtCondPagto
     //
     this.txtCondPagto.Enabled = false;
     this.txtCondPagto.Location = new System.Drawing.Point(358, 77);
     this.txtCondPagto.Name = "txtCondPagto";
     this.txtCondPagto.Size = new System.Drawing.Size(86, 20);
     this.txtCondPagto.TabIndex = 102;
     //
     // txtCodTransportadora
     //
     this.txtCodTransportadora.Enabled = false;
     this.txtCodTransportadora.Location = new System.Drawing.Point(14, 78);
     this.txtCodTransportadora.Name = "txtCodTransportadora";
     this.txtCodTransportadora.Size = new System.Drawing.Size(144, 20);
     this.txtCodTransportadora.TabIndex = 101;
     //
     // txtCodVendedor
     //
     this.txtCodVendedor.Enabled = false;
     this.txtCodVendedor.Location = new System.Drawing.Point(458, 34);
     this.txtCodVendedor.Name = "txtCodVendedor";
     this.txtCodVendedor.Size = new System.Drawing.Size(123, 20);
     this.txtCodVendedor.TabIndex = 100;
     //
     // txtCodCliente
     //
     this.txtCodCliente.Enabled = false;
     this.txtCodCliente.Location = new System.Drawing.Point(104, 36);
     this.txtCodCliente.Name = "txtCodCliente";
     this.txtCodCliente.Size = new System.Drawing.Size(123, 20);
     this.txtCodCliente.TabIndex = 99;
     //
     // grpTipoPedido
     //
     this.grpTipoPedido.Controls.Add(this.chkComplemento);
     this.grpTipoPedido.Controls.Add(this.chkNormal);
     this.grpTipoPedido.Enabled = false;
     this.grpTipoPedido.ForeColor = System.Drawing.Color.CadetBlue;
     this.grpTipoPedido.Location = new System.Drawing.Point(457, 60);
     this.grpTipoPedido.Name = "grpTipoPedido";
     this.grpTipoPedido.Size = new System.Drawing.Size(177, 39);
     this.grpTipoPedido.TabIndex = 90;
     this.grpTipoPedido.TabStop = false;
     this.grpTipoPedido.Text = "Tipo Pedido";
     //
     // chkComplemento
     //
     this.chkComplemento.AutoSize = true;
     this.chkComplemento.Location = new System.Drawing.Point(73, 16);
     this.chkComplemento.Name = "chkComplemento";
     this.chkComplemento.Size = new System.Drawing.Size(98, 17);
     this.chkComplemento.TabIndex = 1;
     this.chkComplemento.Text = "Complemeto ";
     this.chkComplemento.UseVisualStyleBackColor = true;
     //
     // chkNormal
     //
     this.chkNormal.AutoSize = true;
     this.chkNormal.Location = new System.Drawing.Point(7, 16);
     this.chkNormal.Name = "chkNormal";
     this.chkNormal.Size = new System.Drawing.Size(65, 17);
     this.chkNormal.TabIndex = 0;
     this.chkNormal.Text = "Normal";
     this.chkNormal.UseVisualStyleBackColor = true;
     //
     // dtpEntrega
     //
     this.dtpEntrega.Enabled = false;
     this.dtpEntrega.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpEntrega.Location = new System.Drawing.Point(742, 76);
     this.dtpEntrega.Name = "dtpEntrega";
     this.dtpEntrega.Size = new System.Drawing.Size(90, 20);
     this.dtpEntrega.TabIndex = 97;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Enabled = false;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.CadetBlue;
     this.label1.Location = new System.Drawing.Point(739, 59);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(73, 13);
     this.label1.TabIndex = 96;
     this.label1.Text = "Data Entrega:";
     //
     // dtpEmissao
     //
     this.dtpEmissao.Enabled = false;
     this.dtpEmissao.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpEmissao.Location = new System.Drawing.Point(640, 75);
     this.dtpEmissao.Name = "dtpEmissao";
     this.dtpEmissao.Size = new System.Drawing.Size(96, 20);
     this.dtpEmissao.TabIndex = 92;
     //
     // txtNomeTransportadora
     //
     this.txtNomeTransportadora.Enabled = false;
     this.txtNomeTransportadora.Location = new System.Drawing.Point(164, 79);
     this.txtNomeTransportadora.Name = "txtNomeTransportadora";
     this.txtNomeTransportadora.Size = new System.Drawing.Size(184, 20);
     this.txtNomeTransportadora.TabIndex = 94;
     //
     // lbldtemi
     //
     this.lbldtemi.AutoSize = true;
     this.lbldtemi.Enabled = false;
     this.lbldtemi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbldtemi.ForeColor = System.Drawing.Color.CadetBlue;
     this.lbldtemi.Location = new System.Drawing.Point(637, 57);
     this.lbldtemi.Name = "lbldtemi";
     this.lbldtemi.Size = new System.Drawing.Size(75, 13);
     this.lbldtemi.TabIndex = 91;
     this.lbldtemi.Text = "Data Emissão:";
     //
     // lblNomeTransportadora
     //
     this.lblNomeTransportadora.AutoSize = true;
     this.lblNomeTransportadora.Enabled = false;
     this.lblNomeTransportadora.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomeTransportadora.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblNomeTransportadora.Location = new System.Drawing.Point(161, 62);
     this.lblNomeTransportadora.Name = "lblNomeTransportadora";
     this.lblNomeTransportadora.Size = new System.Drawing.Size(184, 13);
     this.lblNomeTransportadora.TabIndex = 93;
     this.lblNomeTransportadora.Text = "Nome / Razão Social Transportadora";
     //
     // txtNomeVendedor
     //
     this.txtNomeVendedor.Enabled = false;
     this.txtNomeVendedor.Location = new System.Drawing.Point(595, 34);
     this.txtNomeVendedor.Name = "txtNomeVendedor";
     this.txtNomeVendedor.Size = new System.Drawing.Size(237, 20);
     this.txtNomeVendedor.TabIndex = 84;
     //
     // txtNomeCliente
     //
     this.txtNomeCliente.Enabled = false;
     this.txtNomeCliente.Location = new System.Drawing.Point(233, 36);
     this.txtNomeCliente.Name = "txtNomeCliente";
     this.txtNomeCliente.Size = new System.Drawing.Size(211, 20);
     this.txtNomeCliente.TabIndex = 82;
     //
     // lbltpfre
     //
     this.lbltpfre.AutoSize = true;
     this.lbltpfre.Enabled = false;
     this.lbltpfre.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltpfre.ForeColor = System.Drawing.Color.CadetBlue;
     this.lbltpfre.Location = new System.Drawing.Point(11, 65);
     this.lbltpfre.Name = "lbltpfre";
     this.lbltpfre.Size = new System.Drawing.Size(97, 13);
     this.lbltpfre.TabIndex = 73;
     this.lbltpfre.Text = "Transportadora:";
     //
     // lblcondp
     //
     this.lblcondp.AutoSize = true;
     this.lblcondp.Enabled = false;
     this.lblcondp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblcondp.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblcondp.Location = new System.Drawing.Point(355, 62);
     this.lblcondp.Name = "lblcondp";
     this.lblcondp.Size = new System.Drawing.Size(74, 13);
     this.lblcondp.TabIndex = 70;
     this.lblcondp.Text = "Cond. Pgto:";
     //
     // lblnomven
     //
     this.lblnomven.AutoSize = true;
     this.lblnomven.Enabled = false;
     this.lblnomven.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblnomven.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblnomven.Location = new System.Drawing.Point(592, 16);
     this.lblnomven.Name = "lblnomven";
     this.lblnomven.Size = new System.Drawing.Size(161, 13);
     this.lblnomven.TabIndex = 68;
     this.lblnomven.Text = "Nome / Razão Social Vendedor:";
     //
     // lclcodven
     //
     this.lclcodven.AutoSize = true;
     this.lclcodven.Enabled = false;
     this.lclcodven.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lclcodven.ForeColor = System.Drawing.Color.CadetBlue;
     this.lclcodven.Location = new System.Drawing.Point(454, 18);
     this.lclcodven.Name = "lclcodven";
     this.lclcodven.Size = new System.Drawing.Size(108, 13);
     this.lclcodven.TabIndex = 65;
     this.lclcodven.Text = "Código Vendedor:";
     //
     // lblnomecli
     //
     this.lblnomecli.AutoSize = true;
     this.lblnomecli.Enabled = false;
     this.lblnomecli.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblnomecli.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblnomecli.Location = new System.Drawing.Point(230, 20);
     this.lblnomecli.Name = "lblnomecli";
     this.lblnomecli.Size = new System.Drawing.Size(147, 13);
     this.lblnomecli.TabIndex = 57;
     this.lblnomecli.Text = "Nome / Razão Social Cliente:";
     //
     // lblcodcli
     //
     this.lblcodcli.AutoSize = true;
     this.lblcodcli.Enabled = false;
     this.lblcodcli.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblcodcli.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblcodcli.Location = new System.Drawing.Point(101, 20);
     this.lblcodcli.Name = "lblcodcli";
     this.lblcodcli.Size = new System.Drawing.Size(93, 13);
     this.lblcodcli.TabIndex = 54;
     this.lblcodcli.Text = "Código Cliente:";
     //
     // lblnumPed
     //
     this.lblnumPed.AutoSize = true;
     this.lblnumPed.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblnumPed.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblnumPed.Location = new System.Drawing.Point(11, 20);
     this.lblnumPed.Name = "lblnumPed";
     this.lblnumPed.Size = new System.Drawing.Size(83, 13);
     this.lblnumPed.TabIndex = 52;
     this.lblnumPed.Text = "Numero Pedido:";
     //
     // grpBxItPedVen
     //
     this.grpBxItPedVen.Controls.Add(this.grpBxTotais);
     this.grpBxItPedVen.Controls.Add(this.pnlItenped);
     this.grpBxItPedVen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpBxItPedVen.ForeColor = System.Drawing.Color.CadetBlue;
     this.grpBxItPedVen.Location = new System.Drawing.Point(11, 129);
     this.grpBxItPedVen.Name = "grpBxItPedVen";
     this.grpBxItPedVen.Size = new System.Drawing.Size(865, 462);
     this.grpBxItPedVen.TabIndex = 16;
     this.grpBxItPedVen.TabStop = false;
     this.grpBxItPedVen.Text = "Itens Pedido Venda";
     //
     // grpBxTotais
     //
     this.grpBxTotais.Controls.Add(this.lblFrete);
     this.grpBxTotais.Controls.Add(this.txtFrete);
     this.grpBxTotais.Controls.Add(this.lblICMS);
     this.grpBxTotais.Controls.Add(this.txtICMS);
     this.grpBxTotais.Controls.Add(this.lblIPI);
     this.grpBxTotais.Controls.Add(this.txtIPI);
     this.grpBxTotais.Controls.Add(this.txtBxVlrFaturado);
     this.grpBxTotais.Controls.Add(this.grpSituacaoItens);
     this.grpBxTotais.Controls.Add(this.lblDescontos);
     this.grpBxTotais.Controls.Add(this.lblVlrFrete);
     this.grpBxTotais.Controls.Add(this.lblVlrMercadoria);
     this.grpBxTotais.Controls.Add(this.txtBxDescontos);
     this.grpBxTotais.Controls.Add(this.txtBxVlrPedido);
     this.grpBxTotais.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.grpBxTotais.Location = new System.Drawing.Point(10, 260);
     this.grpBxTotais.Name = "grpBxTotais";
     this.grpBxTotais.Size = new System.Drawing.Size(855, 191);
     this.grpBxTotais.TabIndex = 101;
     this.grpBxTotais.TabStop = false;
     this.grpBxTotais.Text = "Totais";
     //
     // lblFrete
     //
     this.lblFrete.AutoSize = true;
     this.lblFrete.Enabled = false;
     this.lblFrete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFrete.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblFrete.Location = new System.Drawing.Point(674, 129);
     this.lblFrete.Name = "lblFrete";
     this.lblFrete.Size = new System.Drawing.Size(61, 13);
     this.lblFrete.TabIndex = 124;
     this.lblFrete.Text = "Valor Frete:";
     //
     // txtFrete
     //
     this.txtFrete.BeepOnError = true;
     this.txtFrete.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.txtFrete.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pEDIDOBindingSource, "VALORFRETE", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "C2"));
     this.txtFrete.Enabled = false;
     this.txtFrete.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Insert;
     this.txtFrete.Location = new System.Drawing.Point(752, 125);
     this.txtFrete.Name = "txtFrete";
     this.txtFrete.PromptChar = ' ';
     this.txtFrete.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtFrete.Size = new System.Drawing.Size(83, 20);
     this.txtFrete.TabIndex = 123;
     this.txtFrete.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtFrete.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // pEDIDOBindingSource
     //
     this.pEDIDOBindingSource.DataMember = "PEDIDO";
     this.pEDIDOBindingSource.DataSource = this.cOMERCIALDataSet;
     //
     // cOMERCIALDataSet
     //
     this.cOMERCIALDataSet.DataSetName = "COMERCIALDataSet";
     this.cOMERCIALDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // lblICMS
     //
     this.lblICMS.AutoSize = true;
     this.lblICMS.Enabled = false;
     this.lblICMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblICMS.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblICMS.Location = new System.Drawing.Point(699, 102);
     this.lblICMS.Name = "lblICMS";
     this.lblICMS.Size = new System.Drawing.Size(36, 13);
     this.lblICMS.TabIndex = 31;
     this.lblICMS.Text = "ICMS:";
     //
     // txtICMS
     //
     this.txtICMS.Enabled = false;
     this.txtICMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtICMS.Location = new System.Drawing.Point(752, 99);
     this.txtICMS.Name = "txtICMS";
     this.txtICMS.Size = new System.Drawing.Size(83, 20);
     this.txtICMS.TabIndex = 30;
     //
     // lblIPI
     //
     this.lblIPI.AutoSize = true;
     this.lblIPI.Enabled = false;
     this.lblIPI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblIPI.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblIPI.Location = new System.Drawing.Point(712, 76);
     this.lblIPI.Name = "lblIPI";
     this.lblIPI.Size = new System.Drawing.Size(23, 13);
     this.lblIPI.TabIndex = 29;
     this.lblIPI.Text = "IPI:";
     //
     // txtIPI
     //
     this.txtIPI.Enabled = false;
     this.txtIPI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtIPI.Location = new System.Drawing.Point(752, 73);
     this.txtIPI.Name = "txtIPI";
     this.txtIPI.Size = new System.Drawing.Size(83, 20);
     this.txtIPI.TabIndex = 28;
     //
     // txtBxVlrFaturado
     //
     this.txtBxVlrFaturado.Enabled = false;
     this.txtBxVlrFaturado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxVlrFaturado.Location = new System.Drawing.Point(752, 19);
     this.txtBxVlrFaturado.Name = "txtBxVlrFaturado";
     this.txtBxVlrFaturado.Size = new System.Drawing.Size(83, 20);
     this.txtBxVlrFaturado.TabIndex = 27;
     //
     // grpSituacaoItens
     //
     this.grpSituacaoItens.Controls.Add(this.label2);
     this.grpSituacaoItens.Controls.Add(this.label3);
     this.grpSituacaoItens.Controls.Add(this.lblteztoPendente);
     this.grpSituacaoItens.Controls.Add(this.lblPendente);
     this.grpSituacaoItens.Controls.Add(this.lblCancelado);
     this.grpSituacaoItens.Controls.Add(this.lblEfetivado);
     this.grpSituacaoItens.ForeColor = System.Drawing.Color.CadetBlue;
     this.grpSituacaoItens.Location = new System.Drawing.Point(6, 13);
     this.grpSituacaoItens.Name = "grpSituacaoItens";
     this.grpSituacaoItens.Size = new System.Drawing.Size(125, 78);
     this.grpSituacaoItens.TabIndex = 25;
     this.grpSituacaoItens.TabStop = false;
     this.grpSituacaoItens.Text = "Legenda Itens";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(33, 58);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 13);
     this.label2.TabIndex = 7;
     this.label2.Text = "Não Faturado";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(33, 36);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(49, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Faturado";
     //
     // lblteztoPendente
     //
     this.lblteztoPendente.AutoSize = true;
     this.lblteztoPendente.Location = new System.Drawing.Point(33, 15);
     this.lblteztoPendente.Name = "lblteztoPendente";
     this.lblteztoPendente.Size = new System.Drawing.Size(84, 13);
     this.lblteztoPendente.TabIndex = 5;
     this.lblteztoPendente.Text = "Faturado Parcial";
     //
     // lblPendente
     //
     this.lblPendente.AutoSize = true;
     this.lblPendente.Image = global::Comercial.Properties.Resources.BolaAmarela;
     this.lblPendente.Location = new System.Drawing.Point(6, 15);
     this.lblPendente.MaximumSize = new System.Drawing.Size(30, 30);
     this.lblPendente.MinimumSize = new System.Drawing.Size(30, 0);
     this.lblPendente.Name = "lblPendente";
     this.lblPendente.Size = new System.Drawing.Size(30, 13);
     this.lblPendente.TabIndex = 2;
     //
     // lblCancelado
     //
     this.lblCancelado.AutoSize = true;
     this.lblCancelado.Image = global::Comercial.Properties.Resources.BolaVermelho;
     this.lblCancelado.Location = new System.Drawing.Point(6, 58);
     this.lblCancelado.MaximumSize = new System.Drawing.Size(30, 30);
     this.lblCancelado.MinimumSize = new System.Drawing.Size(30, 0);
     this.lblCancelado.Name = "lblCancelado";
     this.lblCancelado.Size = new System.Drawing.Size(30, 13);
     this.lblCancelado.TabIndex = 4;
     //
     // lblEfetivado
     //
     this.lblEfetivado.AutoSize = true;
     this.lblEfetivado.Image = global::Comercial.Properties.Resources.BolaVerde;
     this.lblEfetivado.Location = new System.Drawing.Point(6, 36);
     this.lblEfetivado.MaximumSize = new System.Drawing.Size(30, 30);
     this.lblEfetivado.MinimumSize = new System.Drawing.Size(30, 0);
     this.lblEfetivado.Name = "lblEfetivado";
     this.lblEfetivado.Size = new System.Drawing.Size(30, 13);
     this.lblEfetivado.TabIndex = 3;
     //
     // lblDescontos
     //
     this.lblDescontos.AutoSize = true;
     this.lblDescontos.Enabled = false;
     this.lblDescontos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescontos.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblDescontos.Location = new System.Drawing.Point(674, 51);
     this.lblDescontos.Name = "lblDescontos";
     this.lblDescontos.Size = new System.Drawing.Size(61, 13);
     this.lblDescontos.TabIndex = 24;
     this.lblDescontos.Text = "Descontos:";
     //
     // lblVlrFrete
     //
     this.lblVlrFrete.AutoSize = true;
     this.lblVlrFrete.Enabled = false;
     this.lblVlrFrete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVlrFrete.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblVlrFrete.Location = new System.Drawing.Point(656, 23);
     this.lblVlrFrete.Name = "lblVlrFrete";
     this.lblVlrFrete.Size = new System.Drawing.Size(79, 13);
     this.lblVlrFrete.TabIndex = 23;
     this.lblVlrFrete.Text = "Valor Faturado:";
     //
     // lblVlrMercadoria
     //
     this.lblVlrMercadoria.AutoSize = true;
     this.lblVlrMercadoria.Enabled = false;
     this.lblVlrMercadoria.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVlrMercadoria.ForeColor = System.Drawing.Color.CadetBlue;
     this.lblVlrMercadoria.Location = new System.Drawing.Point(638, 154);
     this.lblVlrMercadoria.Name = "lblVlrMercadoria";
     this.lblVlrMercadoria.Size = new System.Drawing.Size(97, 13);
     this.lblVlrMercadoria.TabIndex = 22;
     this.lblVlrMercadoria.Text = "Valor Total Pedido:";
     //
     // txtBxDescontos
     //
     this.txtBxDescontos.Enabled = false;
     this.txtBxDescontos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxDescontos.Location = new System.Drawing.Point(752, 48);
     this.txtBxDescontos.Name = "txtBxDescontos";
     this.txtBxDescontos.Size = new System.Drawing.Size(83, 20);
     this.txtBxDescontos.TabIndex = 21;
     //
     // txtBxVlrPedido
     //
     this.txtBxVlrPedido.Enabled = false;
     this.txtBxVlrPedido.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBxVlrPedido.Location = new System.Drawing.Point(752, 151);
     this.txtBxVlrPedido.Name = "txtBxVlrPedido";
     this.txtBxVlrPedido.Size = new System.Drawing.Size(83, 20);
     this.txtBxVlrPedido.TabIndex = 18;
     //
     // pnlItenped
     //
     this.pnlItenped.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.pnlItenped.Controls.Add(this.dtgrdvItenspven);
     this.pnlItenped.Location = new System.Drawing.Point(10, 19);
     this.pnlItenped.Name = "pnlItenped";
     this.pnlItenped.Size = new System.Drawing.Size(841, 235);
     this.pnlItenped.TabIndex = 100;
     //
     // dtgrdvItenspven
     //
     this.dtgrdvItenspven.AllowUserToAddRows = false;
     this.dtgrdvItenspven.AllowUserToDeleteRows = false;
     this.dtgrdvItenspven.AllowUserToResizeColumns = false;
     this.dtgrdvItenspven.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dtgrdvItenspven.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dtgrdvItenspven.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgrdvItenspven.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColStatus,
     this.ColCheck,
     this.ClmItem,
     this.ColProd,
     this.ClmDescProd,
     this.ClmQtde,
     this.ClmQtdeLib,
     this.ClmPrcUnit,
     this.ClmIPI,
     this.ColDesconto,
     this.ColTotal,
     this.ColVALORFATU,
     this.ColStatusItem});
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.Color.CadetBlue;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgrdvItenspven.DefaultCellStyle = dataGridViewCellStyle6;
     this.dtgrdvItenspven.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtgrdvItenspven.GridColor = System.Drawing.Color.WhiteSmoke;
     this.dtgrdvItenspven.Location = new System.Drawing.Point(0, 0);
     this.dtgrdvItenspven.Name = "dtgrdvItenspven";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dtgrdvItenspven.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dtgrdvItenspven.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dtgrdvItenspven.Size = new System.Drawing.Size(841, 235);
     this.dtgrdvItenspven.TabIndex = 26;
     this.dtgrdvItenspven.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgrdvItenspven_CellValueChanged);
     //
     // pEDIDOTableAdapter
     //
     this.pEDIDOTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.ACESSOTableAdapter = null;
     this.tableAdapterManager.ATUCUBOTableAdapter = null;
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.CLIENTETableAdapter = null;
     this.tableAdapterManager.CONDICAOPAGAMENTOTableAdapter = null;
     this.tableAdapterManager.GRUPOPRODUTOTableAdapter = null;
     this.tableAdapterManager.ICMSTableAdapter = null;
     this.tableAdapterManager.ItemNotaFiscalTableAdapter = null;
     this.tableAdapterManager.ITEMPEDIDOTableAdapter = null;
     this.tableAdapterManager.modeloCampoTableAdapter = null;
     this.tableAdapterManager.modeloTableAdapter = null;
     this.tableAdapterManager.MODULOTableAdapter = null;
     this.tableAdapterManager.NOTAFISCALTableAdapter = null;
     this.tableAdapterManager.PEDIDOTableAdapter = this.pEDIDOTableAdapter;
     this.tableAdapterManager.PRODUTOTableAdapter = null;
     this.tableAdapterManager.REGIAOTableAdapter = null;
     this.tableAdapterManager.TRANSPORTADORATableAdapter = null;
     this.tableAdapterManager.TRANSPORTADORAVIATableAdapter = null;
     this.tableAdapterManager.UNIDADEMEDIDATableAdapter = null;
     this.tableAdapterManager.UpdateOrder = Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.USUARIOTableAdapter = null;
     this.tableAdapterManager.VENDEDORTableAdapter = null;
     this.tableAdapterManager.VIATRANSPORTETableAdapter = null;
     //
     // nOTAFISCALBindingSource
     //
     this.nOTAFISCALBindingSource.DataMember = "NOTAFISCAL";
     this.nOTAFISCALBindingSource.DataSource = this.cOMERCIALDataSet;
     //
     // nOTAFISCALTableAdapter
     //
     this.nOTAFISCALTableAdapter.ClearBeforeFill = true;
     //
     // itemNotaFiscalBindingSource
     //
     this.itemNotaFiscalBindingSource.DataMember = "ItemNotaFiscal";
     this.itemNotaFiscalBindingSource.DataSource = this.cOMERCIALDataSet;
     //
     // itemNotaFiscalTableAdapter
     //
     this.itemNotaFiscalTableAdapter.ClearBeforeFill = true;
     //
     // ColStatus
     //
     this.ColStatus.HeaderText = "";
     this.ColStatus.Name = "ColStatus";
     this.ColStatus.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ColStatus.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.ColStatus.Width = 28;
     //
     // ColCheck
     //
     this.ColCheck.FalseValue = "";
     this.ColCheck.HeaderText = "";
     this.ColCheck.Name = "ColCheck";
     this.ColCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ColCheck.TrueValue = "";
     this.ColCheck.Width = 25;
     //
     // ClmItem
     //
     this.ClmItem.DataPropertyName = "ITEM";
     this.ClmItem.HeaderText = "Item";
     this.ClmItem.Name = "ClmItem";
     this.ClmItem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ClmItem.Width = 35;
     //
     // ColProd
     //
     this.ColProd.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ColProd.DataPropertyName = "CODPRODUTO";
     this.ColProd.HeaderText = "Codigo Produto";
     this.ColProd.Name = "ColProd";
     this.ColProd.ReadOnly = true;
     this.ColProd.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ClmDescProd
     //
     this.ClmDescProd.DataPropertyName = "DESCRICAO";
     this.ClmDescProd.HeaderText = "Descrição Produto";
     this.ClmDescProd.Name = "ClmDescProd";
     this.ClmDescProd.ReadOnly = true;
     this.ClmDescProd.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ClmDescProd.Width = 125;
     //
     // ClmQtde
     //
     this.ClmQtde.DataPropertyName = "QUANTIDADE";
     this.ClmQtde.HeaderText = "Quantidade";
     this.ClmQtde.Name = "ClmQtde";
     this.ClmQtde.ReadOnly = true;
     this.ClmQtde.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ClmQtdeLib
     //
     this.ClmQtdeLib.DataPropertyName = "QUANTLIB";
     dataGridViewCellStyle2.NullValue = null;
     this.ClmQtdeLib.DefaultCellStyle = dataGridViewCellStyle2;
     this.ClmQtdeLib.HeaderText = "Quantidade Liberada";
     this.ClmQtdeLib.Name = "ClmQtdeLib";
     this.ClmQtdeLib.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ClmPrcUnit
     //
     this.ClmPrcUnit.DataPropertyName = "VALOR";
     dataGridViewCellStyle3.Format = "C2";
     dataGridViewCellStyle3.NullValue = null;
     this.ClmPrcUnit.DefaultCellStyle = dataGridViewCellStyle3;
     this.ClmPrcUnit.HeaderText = "Preço Unitário";
     this.ClmPrcUnit.Name = "ClmPrcUnit";
     this.ClmPrcUnit.ReadOnly = true;
     this.ClmPrcUnit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ClmIPI
     //
     this.ClmIPI.DataPropertyName = "IPI";
     this.ClmIPI.HeaderText = "% IPI";
     this.ClmIPI.Name = "ClmIPI";
     this.ClmIPI.ReadOnly = true;
     this.ClmIPI.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColDesconto
     //
     this.ColDesconto.DataPropertyName = "DESCONTO";
     this.ColDesconto.HeaderText = "% Desconto";
     this.ColDesconto.Name = "ColDesconto";
     this.ColDesconto.ReadOnly = true;
     this.ColDesconto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColTotal
     //
     this.ColTotal.DataPropertyName = "VALORTOTAL";
     dataGridViewCellStyle4.Format = "C2";
     dataGridViewCellStyle4.NullValue = null;
     this.ColTotal.DefaultCellStyle = dataGridViewCellStyle4;
     this.ColTotal.HeaderText = "Valor Total";
     this.ColTotal.Name = "ColTotal";
     this.ColTotal.ReadOnly = true;
     this.ColTotal.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColVALORFATU
     //
     this.ColVALORFATU.DataPropertyName = "VALORFATU";
     dataGridViewCellStyle5.Format = "C2";
     this.ColVALORFATU.DefaultCellStyle = dataGridViewCellStyle5;
     this.ColVALORFATU.HeaderText = "Valor Faturado";
     this.ColVALORFATU.Name = "ColVALORFATU";
     this.ColVALORFATU.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ColVALORFATU.Visible = false;
     //
     // ColStatusItem
     //
     this.ColStatusItem.DataPropertyName = "Status";
     this.ColStatusItem.HeaderText = "Status";
     this.ColStatusItem.Name = "ColStatusItem";
     this.ColStatusItem.ReadOnly = true;
     this.ColStatusItem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ColStatusItem.Visible = false;
     //
     // FrmLibPDV
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(905, 639);
     this.Controls.Add(this.tbCntrlPedVend);
     this.Name = "FrmLibPDV";
     this.Text = "Liberação de Pedido";
     this.Load += new System.EventHandler(this.FrmLibPDV_Load);
     this.tbCntrlPedVend.ResumeLayout(false);
     this.tbPgPDV.ResumeLayout(false);
     this.grpBxPedVenda.ResumeLayout(false);
     this.grpBxPedVenda.PerformLayout();
     this.grpTipoPedido.ResumeLayout(false);
     this.grpTipoPedido.PerformLayout();
     this.grpBxItPedVen.ResumeLayout(false);
     this.grpBxTotais.ResumeLayout(false);
     this.grpBxTotais.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pEDIDOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).EndInit();
     this.grpSituacaoItens.ResumeLayout(false);
     this.grpSituacaoItens.PerformLayout();
     this.pnlItenped.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgrdvItenspven)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nOTAFISCALBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.itemNotaFiscalBindingSource)).EndInit();
     this.ResumeLayout(false);
 }