Zbiór zmian 218 dla trunk/BazaReklam/FacturesFormNEW.Designer.cs
- Data:
- 2009-01-20 17:30:58 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/FacturesFormNEW.Designer.cs (zmodyfikowane) (8 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/FacturesFormNEW.Designer.cs
r151 r218 81 81 this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); 82 82 this.agencjaToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); 83 this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 84 this.cbSposobZaplaty = new System.Windows.Forms.ToolStripComboBox(); 83 85 this.szukajToolStripButton = new System.Windows.Forms.ToolStripButton(); 84 86 this.wyczyscPolaToolStripButton = new System.Windows.Forms.ToolStripButton(); … … 110 112 this.wplata_waluta_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 111 113 this.dataWplaty = new System.Windows.Forms.DataGridViewTextBoxColumn(); 114 this.SposobZaplaty = new System.Windows.Forms.DataGridViewTextBoxColumn(); 112 115 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 113 116 this.bindingNavigator1.SuspendLayout(); … … 352 355 this.toolStripLabel4, 353 356 this.agencjaToolStripComboBox, 357 this.toolStripLabel6, 358 this.cbSposobZaplaty, 354 359 this.szukajToolStripButton, 355 360 this.wyczyscPolaToolStripButton}); … … 421 426 this.agencjaToolStripComboBox.Size = new System.Drawing.Size(110, 25); 422 427 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); 423 445 // 424 446 // szukajToolStripButton … … 504 526 this.waluta_brutto, 505 527 this.wplata_waluta_brutto, 506 this.dataWplaty}); 528 this.dataWplaty, 529 this.SposobZaplaty}); 507 530 this.fakturyDataGridView.DataSource = this.VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource; 508 531 this.fakturyDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; … … 747 770 this.dataWplaty.Name = "dataWplaty"; 748 771 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; 749 779 // 750 780 // FacturesFormNEW … … 829 859 private System.Windows.Forms.Label label2; 830 860 private System.Windows.Forms.Label label1; 861 private System.Windows.Forms.ToolStripLabel toolStripLabel6; 862 private System.Windows.Forms.ToolStripComboBox cbSposobZaplaty; 831 863 private System.Windows.Forms.DataGridViewTextBoxColumn FirstName; 832 864 private System.Windows.Forms.DataGridViewTextBoxColumn TERMIN_ZAPLATY; … … 846 878 private System.Windows.Forms.DataGridViewTextBoxColumn wplata_waluta_brutto; 847 879 private System.Windows.Forms.DataGridViewTextBoxColumn dataWplaty; 880 private System.Windows.Forms.DataGridViewTextBoxColumn SposobZaplaty; 848 881 849 882 }
