Zbiór zmian 104 dla Baza Reklam 2 - Faktury/KorektyForm.Designer.cs
- Data:
- 2009-01-01 13:33:48 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/KorektyForm.Designer.cs (zmodyfikowane) (18 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/KorektyForm.Designer.cs
r96 r104 42 42 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 43 43 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 44 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 44 45 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 45 46 this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); … … 78 79 this.treeView1 = new System.Windows.Forms.TreeView(); 79 80 this.fakturyDataGridView = new System.Windows.Forms.DataGridView(); 80 this.vIEWKOREKTYBindingSource = new System.Windows.Forms.BindingSource(this.components);81 this.panel = new System.Windows.Forms.Panel();82 this.bruttoTextBox = new System.Windows.Forms.TextBox();83 this.zaplataTextBox = new System.Windows.Forms.TextBox();84 this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter();85 81 this.agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 86 82 this.agent = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 90 86 this.nRFAKTURYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 91 87 this.datawystawieniaFDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 88 this.NR_FAKTURY_KORYGOWANEJ_1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 92 89 this.roznicanettoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 93 90 this.roznicavatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 95 92 this.waluta_roznica_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 96 93 this.waluta_miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 94 this.vIEWKOREKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 95 this.panel = new System.Windows.Forms.Panel(); 96 this.bruttoTextBox = new System.Windows.Forms.TextBox(); 97 this.zaplataTextBox = new System.Windows.Forms.TextBox(); 98 this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 99 this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 100 this.nrKorygowanejToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 97 101 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 98 102 this.bindingNavigator1.SuspendLayout(); … … 304 308 this.toolStripLabel1, 305 309 this.nrFakturyToolStripTextBox, 310 this.toolStripLabel6, 311 this.nrKorygowanejToolStripTextBox, 306 312 this.toolStripLabel2, 307 313 this.kodRozliczeniowyToolStripTextBox, … … 323 329 // 324 330 this.toolStripLabel1.Name = "toolStripLabel1"; 325 this.toolStripLabel1.Size = new System.Drawing.Size( 24, 22);326 this.toolStripLabel1.Text = "nr : ";331 this.toolStripLabel1.Size = new System.Drawing.Size(63, 22); 332 this.toolStripLabel1.Text = "nr korekty: "; 327 333 // 328 334 // nrFakturyToolStripTextBox 329 335 // 330 336 this.nrFakturyToolStripTextBox.Name = "nrFakturyToolStripTextBox"; 331 this.nrFakturyToolStripTextBox.Size = new System.Drawing.Size( 100, 25);337 this.nrFakturyToolStripTextBox.Size = new System.Drawing.Size(40, 25); 332 338 this.nrFakturyToolStripTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kryteriumWyszukiwania_KeyPress); 333 339 // … … 455 461 this.nRFAKTURYDataGridViewTextBoxColumn, 456 462 this.datawystawieniaFDataGridViewTextBoxColumn, 463 this.NR_FAKTURY_KORYGOWANEJ_1, 457 464 this.roznicanettoDataGridViewTextBoxColumn, 458 465 this.roznicavatDataGridViewTextBoxColumn, … … 473 480 this.fakturyDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.fakturyDataGridView_DataBindingComplete); 474 481 // 475 // vIEWKOREKTYBindingSource476 //477 this.vIEWKOREKTYBindingSource.DataMember = "VIEW_KOREKTY";478 this.vIEWKOREKTYBindingSource.DataSource = this.rEKLAMADataSet;479 //480 // panel481 //482 this.panel.Controls.Add(this.bruttoTextBox);483 this.panel.Controls.Add(this.zaplataTextBox);484 this.panel.Dock = System.Windows.Forms.DockStyle.Bottom;485 this.panel.Location = new System.Drawing.Point(0, 630);486 this.panel.Name = "panel";487 this.panel.Size = new System.Drawing.Size(979, 34);488 this.panel.TabIndex = 4;489 //490 // bruttoTextBox491 //492 this.bruttoTextBox.BackColor = System.Drawing.Color.White;493 this.bruttoTextBox.Location = new System.Drawing.Point(710, 6);494 this.bruttoTextBox.Name = "bruttoTextBox";495 this.bruttoTextBox.ReadOnly = true;496 this.bruttoTextBox.Size = new System.Drawing.Size(125, 20);497 this.bruttoTextBox.TabIndex = 1;498 this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;499 //500 // zaplataTextBox501 //502 this.zaplataTextBox.BackColor = System.Drawing.Color.White;503 this.zaplataTextBox.Location = new System.Drawing.Point(851, 6);504 this.zaplataTextBox.Name = "zaplataTextBox";505 this.zaplataTextBox.ReadOnly = true;506 this.zaplataTextBox.Size = new System.Drawing.Size(116, 20);507 this.zaplataTextBox.TabIndex = 0;508 this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;509 //510 // vIEW_KOREKTYTableAdapter511 //512 this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true;513 //514 482 // agencja 515 483 // … … 531 499 this.kodKlienta.HeaderText = "Kod klienta"; 532 500 this.kodKlienta.Name = "kodKlienta"; 533 this.kodKlienta.Width = 85;501 this.kodKlienta.Width = 79; 534 502 // 535 503 // nRFAKTURYKOREKTYDataGridViewTextBoxColumn … … 541 509 this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.Name = "nRFAKTURYKOREKTYDataGridViewTextBoxColumn"; 542 510 this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.ReadOnly = true; 511 this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.Width = 92; 543 512 // 544 513 // dATAWYSTAWIENIADataGridViewTextBoxColumn … … 558 527 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 559 528 this.nRFAKTURYDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5; 560 this.nRFAKTURYDataGridViewTextBoxColumn.HeaderText = " NrFV";529 this.nRFAKTURYDataGridViewTextBoxColumn.HeaderText = "Poprzednia korekta lub FV"; 561 530 this.nRFAKTURYDataGridViewTextBoxColumn.Name = "nRFAKTURYDataGridViewTextBoxColumn"; 562 531 this.nRFAKTURYDataGridViewTextBoxColumn.ReadOnly = true; 563 this.nRFAKTURYDataGridViewTextBoxColumn.Width = 55;532 this.nRFAKTURYDataGridViewTextBoxColumn.Width = 116; 564 533 // 565 534 // datawystawieniaFDataGridViewTextBoxColumn … … 570 539 dataGridViewCellStyle6.Format = "d"; 571 540 this.datawystawieniaFDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6; 572 this.datawystawieniaFDataGridViewTextBoxColumn.HeaderText = "Data wyst. FV";541 this.datawystawieniaFDataGridViewTextBoxColumn.HeaderText = "Data wyst. pop. korekty/FV"; 573 542 this.datawystawieniaFDataGridViewTextBoxColumn.Name = "datawystawieniaFDataGridViewTextBoxColumn"; 574 543 this.datawystawieniaFDataGridViewTextBoxColumn.Width = 80; 575 544 // 545 // NR_FAKTURY_KORYGOWANEJ_1 546 // 547 this.NR_FAKTURY_KORYGOWANEJ_1.DataPropertyName = "NR_FAKTURY_KORYGOWANEJ_1"; 548 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 549 this.NR_FAKTURY_KORYGOWANEJ_1.DefaultCellStyle = dataGridViewCellStyle7; 550 this.NR_FAKTURY_KORYGOWANEJ_1.HeaderText = "Faktura VAT"; 551 this.NR_FAKTURY_KORYGOWANEJ_1.Name = "NR_FAKTURY_KORYGOWANEJ_1"; 552 this.NR_FAKTURY_KORYGOWANEJ_1.ReadOnly = true; 553 this.NR_FAKTURY_KORYGOWANEJ_1.Width = 85; 554 // 576 555 // roznicanettoDataGridViewTextBoxColumn 577 556 // 578 557 this.roznicanettoDataGridViewTextBoxColumn.DataPropertyName = "roznica_netto"; 579 dataGridViewCellStyle 7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;580 dataGridViewCellStyle 7.Format = "C2";581 this.roznicanettoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 7;558 dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 559 dataGridViewCellStyle8.Format = "C2"; 560 this.roznicanettoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 582 561 this.roznicanettoDataGridViewTextBoxColumn.HeaderText = "Ró¿nica netto"; 583 562 this.roznicanettoDataGridViewTextBoxColumn.Name = "roznicanettoDataGridViewTextBoxColumn"; … … 588 567 // 589 568 this.roznicavatDataGridViewTextBoxColumn.DataPropertyName = "roznica_vat"; 590 dataGridViewCellStyle 8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;591 dataGridViewCellStyle 8.Format = "C2";592 this.roznicavatDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 8;569 dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 570 dataGridViewCellStyle9.Format = "C2"; 571 this.roznicavatDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle9; 593 572 this.roznicavatDataGridViewTextBoxColumn.HeaderText = "Ró¿nica VAT"; 594 573 this.roznicavatDataGridViewTextBoxColumn.Name = "roznicavatDataGridViewTextBoxColumn"; … … 599 578 // 600 579 this.roznicabruttoDataGridViewTextBoxColumn.DataPropertyName = "roznica_brutto"; 601 dataGridViewCellStyle 9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;602 dataGridViewCellStyle 9.Format = "C2";603 this.roznicabruttoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 9;580 dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 581 dataGridViewCellStyle10.Format = "C2"; 582 this.roznicabruttoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle10; 604 583 this.roznicabruttoDataGridViewTextBoxColumn.HeaderText = "Ró¿nica brutto"; 605 584 this.roznicabruttoDataGridViewTextBoxColumn.Name = "roznicabruttoDataGridViewTextBoxColumn"; … … 610 589 // 611 590 this.waluta_roznica_brutto.DataPropertyName = "waluta_roznica_brutto"; 612 dataGridViewCellStyle1 0.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;613 this.waluta_roznica_brutto.DefaultCellStyle = dataGridViewCellStyle1 0;591 dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 592 this.waluta_roznica_brutto.DefaultCellStyle = dataGridViewCellStyle11; 614 593 this.waluta_roznica_brutto.HeaderText = "Ró¿nica w walucie"; 615 594 this.waluta_roznica_brutto.Name = "waluta_roznica_brutto"; … … 621 600 this.waluta_miano.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 622 601 this.waluta_miano.DataPropertyName = "waluta_miano"; 623 dataGridViewCellStyle1 1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;624 this.waluta_miano.DefaultCellStyle = dataGridViewCellStyle1 1;602 dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 603 this.waluta_miano.DefaultCellStyle = dataGridViewCellStyle12; 625 604 this.waluta_miano.HeaderText = "Waluta"; 626 605 this.waluta_miano.Name = "waluta_miano"; 627 606 this.waluta_miano.Width = 60; 607 // 608 // vIEWKOREKTYBindingSource 609 // 610 this.vIEWKOREKTYBindingSource.DataMember = "VIEW_KOREKTY"; 611 this.vIEWKOREKTYBindingSource.DataSource = this.rEKLAMADataSet; 612 // 613 // panel 614 // 615 this.panel.Controls.Add(this.bruttoTextBox); 616 this.panel.Controls.Add(this.zaplataTextBox); 617 this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 618 this.panel.Location = new System.Drawing.Point(0, 630); 619 this.panel.Name = "panel"; 620 this.panel.Size = new System.Drawing.Size(979, 34); 621 this.panel.TabIndex = 4; 622 // 623 // bruttoTextBox 624 // 625 this.bruttoTextBox.BackColor = System.Drawing.Color.White; 626 this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 627 this.bruttoTextBox.Name = "bruttoTextBox"; 628 this.bruttoTextBox.ReadOnly = true; 629 this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 630 this.bruttoTextBox.TabIndex = 1; 631 this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 632 // 633 // zaplataTextBox 634 // 635 this.zaplataTextBox.BackColor = System.Drawing.Color.White; 636 this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 637 this.zaplataTextBox.Name = "zaplataTextBox"; 638 this.zaplataTextBox.ReadOnly = true; 639 this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 640 this.zaplataTextBox.TabIndex = 0; 641 this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 642 // 643 // vIEW_KOREKTYTableAdapter 644 // 645 this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 646 // 647 // toolStripLabel6 648 // 649 this.toolStripLabel6.Name = "toolStripLabel6"; 650 this.toolStripLabel6.Size = new System.Drawing.Size(104, 22); 651 this.toolStripLabel6.Text = "nr korygowanej FV: "; 652 // 653 // nrKorygowanejToolStripTextBox 654 // 655 this.nrKorygowanejToolStripTextBox.Name = "nrKorygowanejToolStripTextBox"; 656 this.nrKorygowanejToolStripTextBox.Size = new System.Drawing.Size(40, 25); 628 657 // 629 658 // KorektyForm … … 710 739 private System.Windows.Forms.DataGridViewTextBoxColumn nRFAKTURYDataGridViewTextBoxColumn; 711 740 private System.Windows.Forms.DataGridViewTextBoxColumn datawystawieniaFDataGridViewTextBoxColumn; 741 private System.Windows.Forms.DataGridViewTextBoxColumn NR_FAKTURY_KORYGOWANEJ_1; 712 742 private System.Windows.Forms.DataGridViewTextBoxColumn roznicanettoDataGridViewTextBoxColumn; 713 743 private System.Windows.Forms.DataGridViewTextBoxColumn roznicavatDataGridViewTextBoxColumn; … … 715 745 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_roznica_brutto; 716 746 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_miano; 747 private System.Windows.Forms.ToolStripLabel toolStripLabel6; 748 private System.Windows.Forms.ToolStripTextBox nrKorygowanejToolStripTextBox; 717 749 718 750 }
