Pokaż
Ignoruj:
Data:
2008-12-22 14:12:07 (17 years ago)
Autor:
dorota
Opis:

dbo.faktury.korekta : tinyint --> bit
wystawianie kolejnych korekt

Pliki:
1 zmodyfikowane

Legenda:

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

    r73 r80  
    6464            System.Windows.Forms.Label ogl_dzialLabel; 
    6565            System.Windows.Forms.Label ogl_rozdzialLabel; 
    66             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
     66            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
    6767            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDetails)); 
    6868            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
     
    909909            //  
    910910            this.nrWydaniaDataGridViewTextBoxColumn.DataPropertyName = "Nr Wydania"; 
    911             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    912             this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; 
     911            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     912            this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; 
    913913            this.nrWydaniaDataGridViewTextBoxColumn.FillWeight = 149.2386F; 
    914914            this.nrWydaniaDataGridViewTextBoxColumn.HeaderText = "Nr wyd."; 
     
    16941694            this.Name = "OrderDetails"; 
    16951695            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
    1696             this.Text = "Zamówienie"; 
     1696            this.Text = "Reklama"; 
    16971697            this.Load += new System.EventHandler(this.OrderDetails_Load); 
    16981698            this.Shown += new System.EventHandler(this.OrderDetails_Shown);