Pokaż
Ignoruj:
Data:
2009-01-20 17:30:58 (17 years ago)
Autor:
marek
Opis:

fixes #22 - dodano nowy parametr wyszukiwania dla okna FAKTURY NOWE

Pliki:
1 zmodyfikowane

Legenda:

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

    r151 r218  
    8181            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); 
    8282            this.agencjaToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); 
     83            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 
     84            this.cbSposobZaplaty = new System.Windows.Forms.ToolStripComboBox(); 
    8385            this.szukajToolStripButton = new System.Windows.Forms.ToolStripButton(); 
    8486            this.wyczyscPolaToolStripButton = new System.Windows.Forms.ToolStripButton(); 
     
    110112            this.wplata_waluta_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    111113            this.dataWplaty = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     114            this.SposobZaplaty = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    112115            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 
    113116            this.bindingNavigator1.SuspendLayout(); 
     
    352355            this.toolStripLabel4, 
    353356            this.agencjaToolStripComboBox, 
     357            this.toolStripLabel6, 
     358            this.cbSposobZaplaty, 
    354359            this.szukajToolStripButton, 
    355360            this.wyczyscPolaToolStripButton}); 
     
    421426            this.agencjaToolStripComboBox.Size = new System.Drawing.Size(110, 25); 
    422427            this.agencjaToolStripComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kryteriumWyszukiwania_KeyPress); 
     428            //  
     429            // toolStripLabel6 
     430            //  
     431            this.toolStripLabel6.Name = "toolStripLabel6"; 
     432            this.toolStripLabel6.Size = new System.Drawing.Size(84, 22); 
     433            this.toolStripLabel6.Text = "sposób zap³aty:"; 
     434            //  
     435            // cbSposobZaplaty 
     436            //  
     437            this.cbSposobZaplaty.Items.AddRange(new object[] { 
     438            "", 
     439            "Barter", 
     440            "Gotówka", 
     441            "Karta kredytowa", 
     442            "Przelew"}); 
     443            this.cbSposobZaplaty.Name = "cbSposobZaplaty"; 
     444            this.cbSposobZaplaty.Size = new System.Drawing.Size(121, 25); 
    423445            //  
    424446            // szukajToolStripButton 
     
    504526            this.waluta_brutto, 
    505527            this.wplata_waluta_brutto, 
    506             this.dataWplaty}); 
     528            this.dataWplaty, 
     529            this.SposobZaplaty}); 
    507530            this.fakturyDataGridView.DataSource = this.VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource; 
    508531            this.fakturyDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; 
     
    747770            this.dataWplaty.Name = "dataWplaty"; 
    748771            this.dataWplaty.Width = 83; 
     772            //  
     773            // SposobZaplaty 
     774            //  
     775            this.SposobZaplaty.DataPropertyName = "SposobZaplaty"; 
     776            this.SposobZaplaty.HeaderText = "Sposób zap³aty"; 
     777            this.SposobZaplaty.Name = "SposobZaplaty"; 
     778            this.SposobZaplaty.Width = 97; 
    749779            //  
    750780            // FacturesFormNEW 
     
    829859        private System.Windows.Forms.Label label2; 
    830860        private System.Windows.Forms.Label label1; 
     861        private System.Windows.Forms.ToolStripLabel toolStripLabel6; 
     862        private System.Windows.Forms.ToolStripComboBox cbSposobZaplaty; 
    831863        private System.Windows.Forms.DataGridViewTextBoxColumn FirstName; 
    832864        private System.Windows.Forms.DataGridViewTextBoxColumn TERMIN_ZAPLATY; 
     
    846878        private System.Windows.Forms.DataGridViewTextBoxColumn wplata_waluta_brutto; 
    847879        private System.Windows.Forms.DataGridViewTextBoxColumn dataWplaty; 
     880        private System.Windows.Forms.DataGridViewTextBoxColumn SposobZaplaty; 
    848881 
    849882    }