Zbiór zmian 94 dla Baza Reklam 2 - Faktury/OrderDetails.Designer.cs
- Data:
- 2008-12-30 01:55:40 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/OrderDetails.Designer.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/OrderDetails.Designer.cs
r80 r94 64 64 System.Windows.Forms.Label ogl_dzialLabel; 65 65 System.Windows.Forms.Label ogl_rozdzialLabel; 66 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 1= new System.Windows.Forms.DataGridViewCellStyle();66 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 67 67 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDetails)); 68 68 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); … … 559 559 this.rEKLAMABindingSource.DataMember = "REKLAMA"; 560 560 this.rEKLAMABindingSource.DataSource = this.rEKLAMADataSet; 561 this.rEKLAMABindingSource.BindingComplete += new System.Windows.Forms.BindingCompleteEventHandler(this.rEKLAMABindingSource_BindingComplete);562 561 // 563 562 // rEKLAMATableAdapter … … 909 908 // 910 909 this.nrWydaniaDataGridViewTextBoxColumn.DataPropertyName = "Nr Wydania"; 911 dataGridViewCellStyle 1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;912 this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 1;910 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 911 this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2; 913 912 this.nrWydaniaDataGridViewTextBoxColumn.FillWeight = 149.2386F; 914 913 this.nrWydaniaDataGridViewTextBoxColumn.HeaderText = "Nr wyd.";
