Zbiór zmian 8 dla Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs
- Data:
- 2008-12-20 22:23:31 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs (zmodyfikowane) (28 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs
r2 r8 31 31 this.components = new System.ComponentModel.Container(); 32 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FacturesFormNEW)); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 3= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 14= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 15= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 16= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 17= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 18= new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 19= new System.Windows.Forms.DataGridViewCellStyle();40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 20= new System.Windows.Forms.DataGridViewCellStyle();41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 21= new System.Windows.Forms.DataGridViewCellStyle();42 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 22= new System.Windows.Forms.DataGridViewCellStyle();43 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 23= new System.Windows.Forms.DataGridViewCellStyle();44 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 24= new System.Windows.Forms.DataGridViewCellStyle();33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 42 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 43 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 44 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 45 45 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 46 this.zestawienieFakturNEWBindingSource = new System.Windows.Forms.BindingSource(this.components); 47 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 46 48 this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 47 49 this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); … … 55 57 this.wyszukajToolStripButton = new System.Windows.Forms.ToolStripButton(); 56 58 this.klientToolStripButton = new System.Windows.Forms.ToolStripButton(); 57 this.zamToolStripButton = new System.Windows.Forms.ToolStripButton();58 this.faktToolStripButton = new System.Windows.Forms.ToolStripButton();59 59 this.podgladToolStripButton = new System.Windows.Forms.ToolStripButton(); 60 this.wplataToolStripButton = new System.Windows.Forms.ToolStripButton();61 this.odswiezToolStripButton = new System.Windows.Forms.ToolStripButton();62 60 this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); 63 61 this.excelToolStripButton = new System.Windows.Forms.ToolStripButton(); … … 66 64 this.zamowieniaToolStripButton = new System.Windows.Forms.ToolStripButton(); 67 65 this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); 68 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();69 66 this.wyszukajToolStrip = new System.Windows.Forms.ToolStrip(); 70 67 this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); … … 99 96 this.bRUTTODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 100 97 this.suma_zaplat = new System.Windows.Forms.DataGridViewTextBoxColumn(); 101 this.zestawienieFakturNEWBindingSource = new System.Windows.Forms.BindingSource(this.components);102 98 this.panel = new System.Windows.Forms.Panel(); 103 99 this.bruttoTextBox = new System.Windows.Forms.TextBox(); … … 107 103 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 108 104 this.bindingNavigator1.SuspendLayout(); 105 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).BeginInit(); 109 106 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); 110 107 this.wyszukajToolStrip.SuspendLayout(); … … 113 110 this.splitContainer1.SuspendLayout(); 114 111 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).BeginInit(); 115 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).BeginInit();116 112 this.panel.SuspendLayout(); 117 113 this.SuspendLayout(); … … 136 132 this.wyszukajToolStripButton, 137 133 this.klientToolStripButton, 138 this.zamToolStripButton,139 this.faktToolStripButton,140 134 this.podgladToolStripButton, 141 this.wplataToolStripButton,142 this.odswiezToolStripButton,143 135 this.toolStripButton1, 144 136 this.excelToolStripButton, … … 158 150 this.bindingNavigator1.Text = "bindingNavigator1"; 159 151 // 152 // zestawienieFakturNEWBindingSource 153 // 154 this.zestawienieFakturNEWBindingSource.DataMember = "ZestawienieFakturNEW"; 155 this.zestawienieFakturNEWBindingSource.DataSource = this.rEKLAMADataSet; 156 // 157 // rEKLAMADataSet 158 // 159 this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; 160 this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; 161 // 160 162 // bindingNavigatorCountItem 161 163 // … … 245 247 this.klientToolStripButton.Click += new System.EventHandler(this.klientToolStripButton_Click); 246 248 // 247 // zamToolStripButton248 //249 this.zamToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;250 this.zamToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zamToolStripButton.Image")));251 this.zamToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;252 this.zamToolStripButton.Name = "zamToolStripButton";253 this.zamToolStripButton.Size = new System.Drawing.Size(28, 28);254 this.zamToolStripButton.Text = "Zamówienie";255 this.zamToolStripButton.Click += new System.EventHandler(this.zamToolStripButton_Click);256 //257 // faktToolStripButton258 //259 this.faktToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;260 this.faktToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("faktToolStripButton.Image")));261 this.faktToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;262 this.faktToolStripButton.Name = "faktToolStripButton";263 this.faktToolStripButton.Size = new System.Drawing.Size(28, 28);264 this.faktToolStripButton.Text = "Faktura";265 this.faktToolStripButton.Click += new System.EventHandler(this.faktToolStripButton_Click);266 //267 249 // podgladToolStripButton 268 250 // … … 275 257 this.podgladToolStripButton.Click += new System.EventHandler(this.podgladToolStripButton_Click); 276 258 // 277 // wplataToolStripButton278 //279 this.wplataToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;280 this.wplataToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("wplataToolStripButton.Image")));281 this.wplataToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;282 this.wplataToolStripButton.Name = "wplataToolStripButton";283 this.wplataToolStripButton.Size = new System.Drawing.Size(28, 28);284 this.wplataToolStripButton.Text = "Wp³ata";285 this.wplataToolStripButton.Click += new System.EventHandler(this.wplataToolStripButton_Click);286 //287 // odswiezToolStripButton288 //289 this.odswiezToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;290 this.odswiezToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("odswiezToolStripButton.Image")));291 this.odswiezToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;292 this.odswiezToolStripButton.Name = "odswiezToolStripButton";293 this.odswiezToolStripButton.Size = new System.Drawing.Size(28, 28);294 this.odswiezToolStripButton.Text = "Odwie¿";295 this.odswiezToolStripButton.Click += new System.EventHandler(this.odswiezToolStripButton_Click);296 //297 259 // toolStripButton1 298 260 // … … 349 311 this.toolStripButton2.Text = "Odwie¿"; 350 312 this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); 351 //352 // rEKLAMADataSet353 //354 this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";355 this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;356 313 // 357 314 // wyszukajToolStrip … … 489 446 this.fakturyDataGridView.AllowUserToAddRows = false; 490 447 this.fakturyDataGridView.AllowUserToDeleteRows = false; 491 dataGridViewCellStyle1 3.BackColor = System.Drawing.Color.MintCream;492 this.fakturyDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 3;448 dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 449 this.fakturyDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 493 450 this.fakturyDataGridView.AutoGenerateColumns = false; 494 451 this.fakturyDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; … … 538 495 this.TERMIN_ZAPLATY.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 539 496 this.TERMIN_ZAPLATY.DataPropertyName = "TERMIN_ZAPLATY"; 540 dataGridViewCellStyle 14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;541 this.TERMIN_ZAPLATY.DefaultCellStyle = dataGridViewCellStyle 14;497 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 498 this.TERMIN_ZAPLATY.DefaultCellStyle = dataGridViewCellStyle2; 542 499 this.TERMIN_ZAPLATY.HeaderText = "Termin p³at."; 543 500 this.TERMIN_ZAPLATY.Name = "TERMIN_ZAPLATY"; … … 548 505 this.dATASPRZEDAZYDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 549 506 this.dATASPRZEDAZYDataGridViewTextBoxColumn.DataPropertyName = "DATA_SPRZEDAZY"; 550 dataGridViewCellStyle 15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;551 this.dATASPRZEDAZYDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 15;507 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 508 this.dATASPRZEDAZYDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3; 552 509 this.dATASPRZEDAZYDataGridViewTextBoxColumn.HeaderText = "Data sprzed."; 553 510 this.dATASPRZEDAZYDataGridViewTextBoxColumn.Name = "dATASPRZEDAZYDataGridViewTextBoxColumn"; … … 558 515 this.NUMER.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 559 516 this.NUMER.DataPropertyName = "NUMER"; 560 dataGridViewCellStyle 16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;561 this.NUMER.DefaultCellStyle = dataGridViewCellStyle 16;517 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 518 this.NUMER.DefaultCellStyle = dataGridViewCellStyle4; 562 519 this.NUMER.HeaderText = "Nr"; 563 520 this.NUMER.Name = "NUMER"; … … 568 525 this.nRFKDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 569 526 this.nRFKDataGridViewTextBoxColumn.DataPropertyName = "NR_FK"; 570 dataGridViewCellStyle 17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;571 this.nRFKDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 17;527 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 528 this.nRFKDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5; 572 529 this.nRFKDataGridViewTextBoxColumn.HeaderText = "Nr fakt."; 573 530 this.nRFKDataGridViewTextBoxColumn.Name = "nRFKDataGridViewTextBoxColumn"; … … 601 558 // 602 559 this.nETTODataGridViewTextBoxColumn.DataPropertyName = "NETTO"; 603 dataGridViewCellStyle 18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;604 dataGridViewCellStyle 18.Format = "C2";605 this.nETTODataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 18;560 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 561 dataGridViewCellStyle6.Format = "C2"; 562 this.nETTODataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6; 606 563 this.nETTODataGridViewTextBoxColumn.HeaderText = "Netto"; 607 564 this.nETTODataGridViewTextBoxColumn.Name = "nETTODataGridViewTextBoxColumn"; … … 612 569 // 613 570 this.sumaNettoZEmisji.DataPropertyName = "sumaNettoZEmisji"; 614 dataGridViewCellStyle 19.Format = "C2";615 dataGridViewCellStyle 19.NullValue = null;616 this.sumaNettoZEmisji.DefaultCellStyle = dataGridViewCellStyle 19;571 dataGridViewCellStyle7.Format = "C2"; 572 dataGridViewCellStyle7.NullValue = null; 573 this.sumaNettoZEmisji.DefaultCellStyle = dataGridViewCellStyle7; 617 574 this.sumaNettoZEmisji.HeaderText = "Suma wartoæ emisji"; 618 575 this.sumaNettoZEmisji.Name = "sumaNettoZEmisji"; … … 624 581 this.sVATDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 625 582 this.sVATDataGridViewTextBoxColumn.DataPropertyName = "S_VAT"; 626 dataGridViewCellStyle 20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;627 dataGridViewCellStyle 20.Format = "P";628 this.sVATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 20;583 dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 584 dataGridViewCellStyle8.Format = "P"; 585 this.sVATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 629 586 this.sVATDataGridViewTextBoxColumn.HeaderText = "%VAT"; 630 587 this.sVATDataGridViewTextBoxColumn.Name = "sVATDataGridViewTextBoxColumn"; … … 634 591 // 635 592 this.vATDataGridViewTextBoxColumn.DataPropertyName = "VAT"; 636 dataGridViewCellStyle 21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;637 dataGridViewCellStyle 21.Format = "C2";638 dataGridViewCellStyle 21.NullValue = null;639 this.vATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 21;593 dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 594 dataGridViewCellStyle9.Format = "C2"; 595 dataGridViewCellStyle9.NullValue = null; 596 this.vATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle9; 640 597 this.vATDataGridViewTextBoxColumn.HeaderText = "VAT"; 641 598 this.vATDataGridViewTextBoxColumn.Name = "vATDataGridViewTextBoxColumn"; … … 646 603 // 647 604 this.waluta_brutto.DataPropertyName = "waluta_brutto"; 648 dataGridViewCellStyle 22.Format = "N2";649 dataGridViewCellStyle 22.NullValue = null;650 this.waluta_brutto.DefaultCellStyle = dataGridViewCellStyle 22;605 dataGridViewCellStyle10.Format = "N2"; 606 dataGridViewCellStyle10.NullValue = null; 607 this.waluta_brutto.DefaultCellStyle = dataGridViewCellStyle10; 651 608 this.waluta_brutto.HeaderText = "Waluta brutto"; 652 609 this.waluta_brutto.Name = "waluta_brutto"; … … 656 613 // 657 614 this.dataWplaty.DataPropertyName = "dataWplaty"; 658 dataGridViewCellStyle 23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;659 this.dataWplaty.DefaultCellStyle = dataGridViewCellStyle 23;615 dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 616 this.dataWplaty.DefaultCellStyle = dataGridViewCellStyle11; 660 617 this.dataWplaty.HeaderText = "Data wp³aty"; 661 618 this.dataWplaty.Name = "dataWplaty"; … … 665 622 // 666 623 this.bRUTTODataGridViewTextBoxColumn.DataPropertyName = "BRUTTO"; 667 dataGridViewCellStyle 24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;668 dataGridViewCellStyle 24.Format = "C2";669 this.bRUTTODataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 24;624 dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 625 dataGridViewCellStyle12.Format = "C2"; 626 this.bRUTTODataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle12; 670 627 this.bRUTTODataGridViewTextBoxColumn.HeaderText = "Brutto"; 671 628 this.bRUTTODataGridViewTextBoxColumn.Name = "bRUTTODataGridViewTextBoxColumn"; … … 679 636 this.suma_zaplat.Name = "suma_zaplat"; 680 637 this.suma_zaplat.Width = 70; 681 //682 // zestawienieFakturNEWBindingSource683 //684 this.zestawienieFakturNEWBindingSource.DataMember = "ZestawienieFakturNEW";685 this.zestawienieFakturNEWBindingSource.DataSource = this.rEKLAMADataSet;686 638 // 687 639 // panel … … 741 693 this.bindingNavigator1.ResumeLayout(false); 742 694 this.bindingNavigator1.PerformLayout(); 695 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).EndInit(); 743 696 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); 744 697 this.wyszukajToolStrip.ResumeLayout(false); … … 748 701 this.splitContainer1.ResumeLayout(false); 749 702 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).EndInit(); 750 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).EndInit();751 703 this.panel.ResumeLayout(false); 752 704 this.panel.PerformLayout(); … … 769 721 private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; 770 722 private REKLAMADataSet rEKLAMADataSet; 771 private System.Windows.Forms.ToolStripButton zamToolStripButton;772 723 private Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter reklamaTableAdapter; 773 private System.Windows.Forms.ToolStripButton faktToolStripButton;774 private System.Windows.Forms.ToolStripButton odswiezToolStripButton;775 724 private System.Windows.Forms.ToolStripButton wyszukajToolStripButton; 776 725 private System.Windows.Forms.ToolStrip wyszukajToolStrip; … … 788 737 private System.Windows.Forms.ToolStripButton toolStripButton1; 789 738 private System.Windows.Forms.ToolStripButton wyczyscPolaToolStripButton; 790 private System.Windows.Forms.ToolStripButton wplataToolStripButton;791 739 private System.Windows.Forms.ToolStripButton podgladToolStripButton; 792 740 private System.Windows.Forms.ToolStripLabel toolStripLabel3;
