Zbiór zmian 597 dla trunk/BazaReklam/FacturesFormNEW.Designer.cs
- Data:
- 2009-04-21 17:45:38 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/FacturesFormNEW.Designer.cs (zmodyfikowane) (15 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/FacturesFormNEW.Designer.cs
r399 r597 527 527 this.fakturyDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 528 528 this.fakturyDataGridView.BackgroundColor = System.Drawing.Color.White; 529 this.fakturyDataGridView.CausesValidation = false; 529 530 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 530 531 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; … … 559 560 this.fakturyDataGridView.GridColor = System.Drawing.Color.LightGray; 560 561 this.fakturyDataGridView.Location = new System.Drawing.Point(0, 56); 562 this.fakturyDataGridView.MultiSelect = false; 561 563 this.fakturyDataGridView.Name = "fakturyDataGridView"; 564 this.fakturyDataGridView.ReadOnly = true; 562 565 this.fakturyDataGridView.RowHeadersWidth = 10; 563 566 this.fakturyDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 564 this.fakturyDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode. CellSelect;567 this.fakturyDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 565 568 this.fakturyDataGridView.Size = new System.Drawing.Size(979, 574); 566 569 this.fakturyDataGridView.TabIndex = 5; … … 573 576 this.FirstName.HeaderText = "Klient"; 574 577 this.FirstName.Name = "FirstName"; 578 this.FirstName.ReadOnly = true; 575 579 this.FirstName.Width = 85; 576 580 // … … 583 587 this.TERMIN_ZAPLATY.HeaderText = "Termin p³at."; 584 588 this.TERMIN_ZAPLATY.Name = "TERMIN_ZAPLATY"; 589 this.TERMIN_ZAPLATY.ReadOnly = true; 585 590 this.TERMIN_ZAPLATY.Width = 90; 586 591 // … … 592 597 this.dataWplaty.HeaderText = "Data wp³aty"; 593 598 this.dataWplaty.Name = "dataWplaty"; 599 this.dataWplaty.ReadOnly = true; 594 600 this.dataWplaty.Width = 83; 595 601 // … … 602 608 this.NUMER.HeaderText = "Nr"; 603 609 this.NUMER.Name = "NUMER"; 610 this.NUMER.ReadOnly = true; 604 611 this.NUMER.Width = 30; 605 612 // … … 647 654 this.sVATDataGridViewTextBoxColumn.HeaderText = "%VAT"; 648 655 this.sVATDataGridViewTextBoxColumn.Name = "sVATDataGridViewTextBoxColumn"; 656 this.sVATDataGridViewTextBoxColumn.ReadOnly = true; 649 657 this.sVATDataGridViewTextBoxColumn.Width = 70; 650 658 // … … 680 688 this.wplata_brutto.HeaderText = "Wp³ata PLN"; 681 689 this.wplata_brutto.Name = "wplata_brutto"; 690 this.wplata_brutto.ReadOnly = true; 682 691 this.wplata_brutto.Width = 85; 683 692 // … … 691 700 this.waluta_miano.HeaderText = "W"; 692 701 this.waluta_miano.Name = "waluta_miano"; 702 this.waluta_miano.ReadOnly = true; 693 703 this.waluta_miano.Width = 35; 694 704 // … … 702 712 this.waluta_brutto.HeaderText = "Waluta brutto"; 703 713 this.waluta_brutto.Name = "waluta_brutto"; 714 this.waluta_brutto.ReadOnly = true; 704 715 this.waluta_brutto.Width = 88; 705 716 // … … 712 723 this.wplata_waluta_brutto.HeaderText = "Wp³ata wal."; 713 724 this.wplata_waluta_brutto.Name = "wplata_waluta_brutto"; 725 this.wplata_waluta_brutto.ReadOnly = true; 714 726 this.wplata_waluta_brutto.Width = 83; 715 727 // … … 722 734 this.dATASPRZEDAZYDataGridViewTextBoxColumn.HeaderText = "Data sprzed."; 723 735 this.dATASPRZEDAZYDataGridViewTextBoxColumn.Name = "dATASPRZEDAZYDataGridViewTextBoxColumn"; 736 this.dATASPRZEDAZYDataGridViewTextBoxColumn.ReadOnly = true; 724 737 this.dATASPRZEDAZYDataGridViewTextBoxColumn.Width = 90; 725 738 // … … 729 742 this.symbolDataGridViewTextBoxColumn.HeaderText = "Agent"; 730 743 this.symbolDataGridViewTextBoxColumn.Name = "symbolDataGridViewTextBoxColumn"; 744 this.symbolDataGridViewTextBoxColumn.ReadOnly = true; 731 745 this.symbolDataGridViewTextBoxColumn.Width = 60; 732 746 // … … 736 750 this.agencjaDataGridViewTextBoxColumn.HeaderText = "Agencja"; 737 751 this.agencjaDataGridViewTextBoxColumn.Name = "agencjaDataGridViewTextBoxColumn"; 752 this.agencjaDataGridViewTextBoxColumn.ReadOnly = true; 738 753 this.agencjaDataGridViewTextBoxColumn.Width = 71; 739 754 // … … 743 758 this.SposobZaplaty.HeaderText = "Sposób zap³aty"; 744 759 this.SposobZaplaty.Name = "SposobZaplaty"; 760 this.SposobZaplaty.ReadOnly = true; 745 761 this.SposobZaplaty.Width = 97; 746 762 //
