Pokaż
Ignoruj:
Data:
2009-02-11 16:32:30 (17 years ago)
Autor:
marek
Opis:

fixes #89

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/OrdersForm.Designer.cs

    r306 r339  
    127127            this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 
    128128            this.kLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); 
     129            this.pROMOCJEBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     130            this.pROMOCJETableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.PROMOCJETableAdapter(); 
     131            this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); 
     132            this.cbPromocje = new System.Windows.Forms.ToolStripComboBox(); 
    129133            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 
    130134            this.bindingNavigator1.SuspendLayout(); 
     
    141145            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit(); 
    142146            ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).BeginInit(); 
     147            ((System.ComponentModel.ISupportInitialize)(this.pROMOCJEBindingSource)).BeginInit(); 
    143148            this.SuspendLayout(); 
    144149            //  
     
    425430            this.toolStripLabel5, 
    426431            this.typToolStripComboBox, 
     432            this.toolStripLabel7, 
     433            this.cbPromocje, 
    427434            this.szukajToolStripButton, 
    428435            this.wyczyscPolaToolStripButton}); 
     
    9981005            this.kLIENCITableAdapter.ClearBeforeFill = true; 
    9991006            //  
     1007            // pROMOCJEBindingSource 
     1008            //  
     1009            this.pROMOCJEBindingSource.DataMember = "PROMOCJE"; 
     1010            this.pROMOCJEBindingSource.DataSource = this.sLOWNIKDataSet; 
     1011            //  
     1012            // pROMOCJETableAdapter 
     1013            //  
     1014            this.pROMOCJETableAdapter.ClearBeforeFill = true; 
     1015            //  
     1016            // toolStripLabel7 
     1017            //  
     1018            this.toolStripLabel7.Name = "toolStripLabel7"; 
     1019            this.toolStripLabel7.Size = new System.Drawing.Size(55, 22); 
     1020            this.toolStripLabel7.Text = "promocja:"; 
     1021            //  
     1022            // cbPromocje 
     1023            //  
     1024            this.cbPromocje.Name = "cbPromocje"; 
     1025            this.cbPromocje.Size = new System.Drawing.Size(121, 25); 
     1026            //  
    10001027            // OrdersForm 
    10011028            //  
     
    10321059            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit(); 
    10331060            ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).EndInit(); 
     1061            ((System.ComponentModel.ISupportInitialize)(this.pROMOCJEBindingSource)).EndInit(); 
    10341062            this.ResumeLayout(false); 
    10351063            this.PerformLayout(); 
     
    11261154        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
    11271155        private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton; 
     1156        private System.Windows.Forms.BindingSource pROMOCJEBindingSource; 
     1157        private Baza_Reklam.SLOWNIKDataSetTableAdapters.PROMOCJETableAdapter pROMOCJETableAdapter; 
     1158        private System.Windows.Forms.ToolStripLabel toolStripLabel7; 
     1159        private System.Windows.Forms.ToolStripComboBox cbPromocje; 
    11281160 
    11291161    }