Pokaż
Ignoruj:
Data:
2008-12-21 16:17:10 (17 years ago)
Autor:
dorota
Opis:

bug z fakturowaniem na innego agenta

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/OrdersForm.Designer.cs

    r2 r13  
    3131            this.components = new System.ComponentModel.Container(); 
    3232            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdersForm)); 
    33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 
    34             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 
    35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 
    36             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 
    37             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); 
    38             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); 
    39             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); 
    40             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); 
    41             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); 
     33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
     34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
     35            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 
     36            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
     37            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 
     38            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 
     39            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 
     40            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 
     41            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4242            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 
    4343            this.reklamyZestawienieBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     
    641641            this.reklamaDataGridView.AllowUserToAddRows = false; 
    642642            this.reklamaDataGridView.AllowUserToDeleteRows = false; 
    643             dataGridViewCellStyle10.BackColor = System.Drawing.Color.MintCream; 
    644             this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; 
     643            dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 
     644            this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 
    645645            this.reklamaDataGridView.AutoGenerateColumns = false; 
    646646            this.reklamaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 
    647647            this.reklamaDataGridView.BackgroundColor = System.Drawing.Color.White; 
    648648            this.reklamaDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; 
    649             dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    650             dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; 
    651             dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 
    652             dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; 
    653             dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    654             dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    655             dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    656             this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; 
     649            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     650            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 
     651            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 
     652            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 
     653            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     654            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     655            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     656            this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 
    657657            this.reklamaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
    658658            this.reklamaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
     
    711711            //  
    712712            this.NETTO.DataPropertyName = "NETTO"; 
    713             dataGridViewCellStyle12.Format = "C2"; 
    714             dataGridViewCellStyle12.NullValue = null; 
    715             this.NETTO.DefaultCellStyle = dataGridViewCellStyle12; 
     713            dataGridViewCellStyle3.Format = "C2"; 
     714            dataGridViewCellStyle3.NullValue = null; 
     715            this.NETTO.DefaultCellStyle = dataGridViewCellStyle3; 
    716716            this.NETTO.HeaderText = "Netto"; 
    717717            this.NETTO.Name = "NETTO"; 
     
    722722            //  
    723723            this.BRUTTO.DataPropertyName = "BRUTTO"; 
    724             dataGridViewCellStyle13.Format = "C"; 
    725             this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle13; 
     724            dataGridViewCellStyle4.Format = "C"; 
     725            this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle4; 
    726726            this.BRUTTO.HeaderText = "Brutto"; 
    727727            this.BRUTTO.Name = "BRUTTO"; 
     
    732732            //  
    733733            this.CENA_MIN.DataPropertyName = "CENA_MIN"; 
    734             dataGridViewCellStyle14.Format = "C2"; 
    735             dataGridViewCellStyle14.NullValue = null; 
    736             this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle14; 
     734            dataGridViewCellStyle5.Format = "C2"; 
     735            dataGridViewCellStyle5.NullValue = null; 
     736            this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle5; 
    737737            this.CENA_MIN.HeaderText = "Cena min."; 
    738738            this.CENA_MIN.Name = "CENA_MIN"; 
     
    743743            //  
    744744            this.CENA.DataPropertyName = "CENA"; 
    745             dataGridViewCellStyle15.Format = "C2"; 
    746             dataGridViewCellStyle15.NullValue = null; 
    747             this.CENA.DefaultCellStyle = dataGridViewCellStyle15; 
     745            dataGridViewCellStyle6.Format = "C2"; 
     746            dataGridViewCellStyle6.NullValue = null; 
     747            this.CENA.DefaultCellStyle = dataGridViewCellStyle6; 
    748748            this.CENA.HeaderText = "Cena"; 
    749749            this.CENA.Name = "CENA"; 
     
    754754            //  
    755755            this.PROCENT_PROWIZJI.DataPropertyName = "PROCENT PROWIZJI"; 
    756             dataGridViewCellStyle16.Format = "P"; 
    757             dataGridViewCellStyle16.NullValue = null; 
    758             this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle16; 
     756            dataGridViewCellStyle7.Format = "P"; 
     757            dataGridViewCellStyle7.NullValue = null; 
     758            this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle7; 
    759759            this.PROCENT_PROWIZJI.HeaderText = "Prowizja"; 
    760760            this.PROCENT_PROWIZJI.Name = "PROCENT_PROWIZJI"; 
     
    833833            //  
    834834            this.rABATDataGridViewTextBoxColumn.DataPropertyName = "RABAT"; 
    835             dataGridViewCellStyle17.Format = "P"; 
    836             dataGridViewCellStyle17.NullValue = null; 
    837             this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle17; 
     835            dataGridViewCellStyle8.Format = "P"; 
     836            dataGridViewCellStyle8.NullValue = null; 
     837            this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 
    838838            this.rABATDataGridViewTextBoxColumn.FillWeight = 118.9644F; 
    839839            this.rABATDataGridViewTextBoxColumn.HeaderText = "RB"; 
     
    963963            //  
    964964            this.CENA_MODULU.DataPropertyName = "CENA MODU£U"; 
    965             dataGridViewCellStyle18.Format = "C2"; 
    966             dataGridViewCellStyle18.NullValue = null; 
    967             this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle18; 
     965            dataGridViewCellStyle9.Format = "C2"; 
     966            dataGridViewCellStyle9.NullValue = null; 
     967            this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle9; 
    968968            this.CENA_MODULU.HeaderText = "Cena modu³u"; 
    969969            this.CENA_MODULU.Name = "CENA_MODULU"; 
     
    10101010            this.Controls.Add(this.bindingNavigator1); 
    10111011            this.Name = "OrdersForm"; 
    1012             this.Text = "Zamówienia"; 
     1012            this.Text = "Reklamy"; 
    10131013            this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 
    10141014            this.Load += new System.EventHandler(this.OrdersForm_Load);