Zbiór zmian 9 dla Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs
- Data:
- 2008-12-21 11:38:06 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs (zmodyfikowane) (13 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/FacturesFormNEW.Designer.cs
r8 r9 43 43 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 44 44 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 45 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 45 46 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 46 47 this.zestawienieFakturNEWBindingSource = new System.Windows.Forms.BindingSource(this.components); … … 80 81 this.treeView1 = new System.Windows.Forms.TreeView(); 81 82 this.fakturyDataGridView = new System.Windows.Forms.DataGridView(); 83 this.panel = new System.Windows.Forms.Panel(); 84 this.bruttoTextBox = new System.Windows.Forms.TextBox(); 85 this.zaplataTextBox = new System.Windows.Forms.TextBox(); 86 this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 87 this.zestawienieFakturNEWTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter(); 82 88 this.FirstName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 83 89 this.TERMIN_ZAPLATY = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 85 91 this.NUMER = new System.Windows.Forms.DataGridViewTextBoxColumn(); 86 92 this.nRFKDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 87 this.KOREKTA = new System.Windows.Forms.DataGridViewCheckBoxColumn();88 93 this.symbolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 89 94 this.agencjaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 96 101 this.bRUTTODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 97 102 this.suma_zaplat = new System.Windows.Forms.DataGridViewTextBoxColumn(); 98 this.panel = new System.Windows.Forms.Panel();99 this.bruttoTextBox = new System.Windows.Forms.TextBox();100 this.zaplataTextBox = new System.Windows.Forms.TextBox();101 this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter();102 this.zestawienieFakturNEWTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter();103 103 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 104 104 this.bindingNavigator1.SuspendLayout(); … … 458 458 this.NUMER, 459 459 this.nRFKDataGridViewTextBoxColumn, 460 this.KOREKTA,461 460 this.symbolDataGridViewTextBoxColumn, 462 461 this.agencjaDataGridViewTextBoxColumn, … … 483 482 this.fakturyDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.fakturyDataGridView_DataBindingComplete); 484 483 // 484 // panel 485 // 486 this.panel.Controls.Add(this.bruttoTextBox); 487 this.panel.Controls.Add(this.zaplataTextBox); 488 this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 489 this.panel.Location = new System.Drawing.Point(0, 630); 490 this.panel.Name = "panel"; 491 this.panel.Size = new System.Drawing.Size(979, 34); 492 this.panel.TabIndex = 4; 493 // 494 // bruttoTextBox 495 // 496 this.bruttoTextBox.BackColor = System.Drawing.Color.White; 497 this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 498 this.bruttoTextBox.Name = "bruttoTextBox"; 499 this.bruttoTextBox.ReadOnly = true; 500 this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 501 this.bruttoTextBox.TabIndex = 1; 502 this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 503 // 504 // zaplataTextBox 505 // 506 this.zaplataTextBox.BackColor = System.Drawing.Color.White; 507 this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 508 this.zaplataTextBox.Name = "zaplataTextBox"; 509 this.zaplataTextBox.ReadOnly = true; 510 this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 511 this.zaplataTextBox.TabIndex = 0; 512 this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 513 // 514 // reklamaTableAdapter 515 // 516 this.reklamaTableAdapter.ClearBeforeFill = true; 517 // 518 // zestawienieFakturNEWTableAdapter 519 // 520 this.zestawienieFakturNEWTableAdapter.ClearBeforeFill = true; 521 // 485 522 // FirstName 486 523 // … … 532 569 this.nRFKDataGridViewTextBoxColumn.Width = 80; 533 570 // 534 // KOREKTA535 //536 this.KOREKTA.DataPropertyName = "KOREKTA";537 this.KOREKTA.HeaderText = "KOREKTA";538 this.KOREKTA.Name = "KOREKTA";539 this.KOREKTA.Resizable = System.Windows.Forms.DataGridViewTriState.True;540 this.KOREKTA.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;541 this.KOREKTA.Width = 83;542 //543 571 // symbolDataGridViewTextBoxColumn 544 572 // … … 569 597 // 570 598 this.sumaNettoZEmisji.DataPropertyName = "sumaNettoZEmisji"; 599 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 571 600 dataGridViewCellStyle7.Format = "C2"; 572 601 dataGridViewCellStyle7.NullValue = null; … … 603 632 // 604 633 this.waluta_brutto.DataPropertyName = "waluta_brutto"; 634 dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 605 635 dataGridViewCellStyle10.Format = "N2"; 606 636 dataGridViewCellStyle10.NullValue = null; … … 633 663 // 634 664 this.suma_zaplat.DataPropertyName = "suma_zaplat"; 665 dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 666 dataGridViewCellStyle13.Format = "C2"; 667 this.suma_zaplat.DefaultCellStyle = dataGridViewCellStyle13; 635 668 this.suma_zaplat.HeaderText = "Zap³ata"; 636 669 this.suma_zaplat.Name = "suma_zaplat"; 637 670 this.suma_zaplat.Width = 70; 638 //639 // panel640 //641 this.panel.Controls.Add(this.bruttoTextBox);642 this.panel.Controls.Add(this.zaplataTextBox);643 this.panel.Dock = System.Windows.Forms.DockStyle.Bottom;644 this.panel.Location = new System.Drawing.Point(0, 630);645 this.panel.Name = "panel";646 this.panel.Size = new System.Drawing.Size(979, 34);647 this.panel.TabIndex = 4;648 //649 // bruttoTextBox650 //651 this.bruttoTextBox.BackColor = System.Drawing.Color.White;652 this.bruttoTextBox.Location = new System.Drawing.Point(710, 6);653 this.bruttoTextBox.Name = "bruttoTextBox";654 this.bruttoTextBox.ReadOnly = true;655 this.bruttoTextBox.Size = new System.Drawing.Size(125, 20);656 this.bruttoTextBox.TabIndex = 1;657 this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;658 //659 // zaplataTextBox660 //661 this.zaplataTextBox.BackColor = System.Drawing.Color.White;662 this.zaplataTextBox.Location = new System.Drawing.Point(851, 6);663 this.zaplataTextBox.Name = "zaplataTextBox";664 this.zaplataTextBox.ReadOnly = true;665 this.zaplataTextBox.Size = new System.Drawing.Size(116, 20);666 this.zaplataTextBox.TabIndex = 0;667 this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;668 //669 // reklamaTableAdapter670 //671 this.reklamaTableAdapter.ClearBeforeFill = true;672 //673 // zestawienieFakturNEWTableAdapter674 //675 this.zestawienieFakturNEWTableAdapter.ClearBeforeFill = true;676 671 // 677 672 // FacturesFormNEW … … 751 746 private System.Windows.Forms.ToolStripButton wplata2toolStripButton; 752 747 private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton; 748 private System.Windows.Forms.ToolStripButton toolStripButton2; 753 749 private System.Windows.Forms.DataGridViewTextBoxColumn FirstName; 754 750 private System.Windows.Forms.DataGridViewTextBoxColumn TERMIN_ZAPLATY; … … 756 752 private System.Windows.Forms.DataGridViewTextBoxColumn NUMER; 757 753 private System.Windows.Forms.DataGridViewTextBoxColumn nRFKDataGridViewTextBoxColumn; 758 private System.Windows.Forms.DataGridViewCheckBoxColumn KOREKTA;759 754 private System.Windows.Forms.DataGridViewTextBoxColumn symbolDataGridViewTextBoxColumn; 760 755 private System.Windows.Forms.DataGridViewTextBoxColumn agencjaDataGridViewTextBoxColumn; … … 767 762 private System.Windows.Forms.DataGridViewTextBoxColumn bRUTTODataGridViewTextBoxColumn; 768 763 private System.Windows.Forms.DataGridViewTextBoxColumn suma_zaplat; 769 private System.Windows.Forms.ToolStripButton toolStripButton2;770 764 771 765 }
