Pokaż
Ignoruj:
Data:
2008-12-30 01:55:40 (17 years ago)
Autor:
dorota
Opis:

binding w OrderDetails?

Pliki:
1 zmodyfikowane

Legenda:

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

    r80 r94  
    6464            System.Windows.Forms.Label ogl_dzialLabel; 
    6565            System.Windows.Forms.Label ogl_rozdzialLabel; 
    66             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
     66            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
    6767            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDetails)); 
    6868            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
     
    559559            this.rEKLAMABindingSource.DataMember = "REKLAMA"; 
    560560            this.rEKLAMABindingSource.DataSource = this.rEKLAMADataSet; 
    561             this.rEKLAMABindingSource.BindingComplete += new System.Windows.Forms.BindingCompleteEventHandler(this.rEKLAMABindingSource_BindingComplete); 
    562561            //  
    563562            // rEKLAMATableAdapter 
     
    909908            //  
    910909            this.nrWydaniaDataGridViewTextBoxColumn.DataPropertyName = "Nr Wydania"; 
    911             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    912             this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; 
     910            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     911            this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2; 
    913912            this.nrWydaniaDataGridViewTextBoxColumn.FillWeight = 149.2386F; 
    914913            this.nrWydaniaDataGridViewTextBoxColumn.HeaderText = "Nr wyd.";