- Data:
- 2009-02-05 16:59:29 (17 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 3 zmodyfikowane
-
OrdersForm.Designer.cs (zmodyfikowane) (9 diffs)
-
OrdersForm.cs (zmodyfikowane) (13 diffs)
-
OrdersForm.resx (zmodyfikowane) (4 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/OrdersForm.Designer.cs
r230 r306 31 31 this.components = new System.ComponentModel.Container(); 32 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdersForm)); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 0= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 11= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 12= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 13= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 14= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 15= new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 16= new System.Windows.Forms.DataGridViewCellStyle();40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 17= new System.Windows.Forms.DataGridViewCellStyle();41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 18= 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 42 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 43 43 this.reklamyZestawienieBindingSource = new System.Windows.Forms.BindingSource(this.components); … … 641 641 this.reklamaDataGridView.AllowUserToAddRows = false; 642 642 this.reklamaDataGridView.AllowUserToDeleteRows = false; 643 dataGridViewCellStyle1 0.BackColor = System.Drawing.Color.MintCream;644 this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 0;643 dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 644 this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 645 645 this.reklamaDataGridView.AutoGenerateColumns = false; 646 646 this.reklamaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 647 647 this.reklamaDataGridView.BackgroundColor = System.Drawing.Color.White; 648 648 this.reklamaDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; 649 dataGridViewCellStyle 11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;650 dataGridViewCellStyle 11.BackColor = System.Drawing.SystemColors.Control;651 dataGridViewCellStyle 11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);652 dataGridViewCellStyle 11.ForeColor = System.Drawing.SystemColors.WindowText;653 dataGridViewCellStyle 11.SelectionBackColor = System.Drawing.SystemColors.Highlight;654 dataGridViewCellStyle 11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;655 dataGridViewCellStyle 11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;656 this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 11;649 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 650 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 651 dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 652 dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 653 dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 654 dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 655 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 656 this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 657 657 this.reklamaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 658 658 this.reklamaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 711 711 // 712 712 this.NETTO.DataPropertyName = "NETTO"; 713 dataGridViewCellStyle 12.Format = "C2";714 dataGridViewCellStyle 12.NullValue = null;715 this.NETTO.DefaultCellStyle = dataGridViewCellStyle 12;713 dataGridViewCellStyle3.Format = "C2"; 714 dataGridViewCellStyle3.NullValue = null; 715 this.NETTO.DefaultCellStyle = dataGridViewCellStyle3; 716 716 this.NETTO.HeaderText = "Netto"; 717 717 this.NETTO.Name = "NETTO"; … … 722 722 // 723 723 this.BRUTTO.DataPropertyName = "BRUTTO"; 724 dataGridViewCellStyle 13.Format = "C";725 this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle 13;724 dataGridViewCellStyle4.Format = "C"; 725 this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle4; 726 726 this.BRUTTO.HeaderText = "Brutto"; 727 727 this.BRUTTO.Name = "BRUTTO"; … … 732 732 // 733 733 this.CENA_MIN.DataPropertyName = "CENA_MIN"; 734 dataGridViewCellStyle 14.Format = "C2";735 dataGridViewCellStyle 14.NullValue = null;736 this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle 14;734 dataGridViewCellStyle5.Format = "C2"; 735 dataGridViewCellStyle5.NullValue = null; 736 this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle5; 737 737 this.CENA_MIN.HeaderText = "Cena min."; 738 738 this.CENA_MIN.Name = "CENA_MIN"; … … 743 743 // 744 744 this.CENA.DataPropertyName = "CENA"; 745 dataGridViewCellStyle 15.Format = "C2";746 dataGridViewCellStyle 15.NullValue = null;747 this.CENA.DefaultCellStyle = dataGridViewCellStyle 15;745 dataGridViewCellStyle6.Format = "C2"; 746 dataGridViewCellStyle6.NullValue = null; 747 this.CENA.DefaultCellStyle = dataGridViewCellStyle6; 748 748 this.CENA.HeaderText = "Cena"; 749 749 this.CENA.Name = "CENA"; … … 754 754 // 755 755 this.PROCENT_PROWIZJI.DataPropertyName = "PROCENT PROWIZJI"; 756 dataGridViewCellStyle 16.Format = "P";757 dataGridViewCellStyle 16.NullValue = null;758 this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle 16;756 dataGridViewCellStyle7.Format = "P"; 757 dataGridViewCellStyle7.NullValue = null; 758 this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle7; 759 759 this.PROCENT_PROWIZJI.HeaderText = "Prowizja"; 760 760 this.PROCENT_PROWIZJI.Name = "PROCENT_PROWIZJI"; … … 833 833 // 834 834 this.rABATDataGridViewTextBoxColumn.DataPropertyName = "RABAT"; 835 dataGridViewCellStyle 17.Format = "P";836 dataGridViewCellStyle 17.NullValue = null;837 this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 17;835 dataGridViewCellStyle8.Format = "P"; 836 dataGridViewCellStyle8.NullValue = null; 837 this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 838 838 this.rABATDataGridViewTextBoxColumn.FillWeight = 118.9644F; 839 839 this.rABATDataGridViewTextBoxColumn.HeaderText = "RB"; … … 963 963 // 964 964 this.CENA_MODULU.DataPropertyName = "CENA MODU£U"; 965 dataGridViewCellStyle 18.Format = "C2";966 dataGridViewCellStyle 18.NullValue = null;967 this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle 18;965 dataGridViewCellStyle9.Format = "C2"; 966 dataGridViewCellStyle9.NullValue = null; 967 this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle9; 968 968 this.CENA_MODULU.HeaderText = "Cena modu³u"; 969 969 this.CENA_MODULU.Name = "CENA_MODULU"; -
trunk/BazaReklam/OrdersForm.cs
r303 r306 3 3 using System.Data; 4 4 using System.Data.SqlClient; 5 using System.Diagnostics; 5 6 using System.Windows.Forms; 6 7 using System.IO; … … 20 21 /// </summary> 21 22 private const string query = " SELECT TOP 1000 R.*, O.OD, O.DO, DATEPART(year, NR.DATA_W), DATEPART(month, NR.DATA_W)," + 22 " NR.DATA_W AS '1emisja', A.Symbol AS agencja, (r.[CENA JEDN] - r.[RABAT WARTOÆ]) / r.SZER * r.WYS AS [CENA MODU£U],NM.CENA_MIN, NM.CENA, K.firstname " +23 " NR.DATA_W AS '1emisja', A.Symbol AS agencja, (r.[CENA JEDN] - r.[RABAT WARTOÆ]) / r.SZER * r.WYS AS [CENA MODU£U],NM.CENA_MIN, NM.CENA, K.firstname, Z.idZamowienia " + 23 24 " FROM dbo.AGENCI A2 JOIN dbo.AGENCJE A ON A.Id_agencji = A2.ID_AGENCJI " + 24 25 " RIGHT JOIN REKLAMA R ON A2.Symbol = R.[SYMBOL AKWIZYTORA] " + … … 26 27 " LEFT JOIN NR ON R.TYTU£ = NR.TYT AND O.OD = NR.NRW " + 27 28 " LEFT OUTER JOIN [NAZWY MODU£ÓW] NM ON r.MOD_TYP = NM.MOD_TYP" + 28 " LEFT OUTER JOIN dbo.KLIENCI AS K ON R.customerId=K.CustomerId "; 29 " LEFT OUTER JOIN dbo.KLIENCI AS K ON R.customerId=K.CustomerId " + 30 " LEFT OUTER JOIN dbo.Zamowienia AS Z ON R.idZamowienia=Z.idZamowienia "; 29 31 30 32 public static OrdersForm getOrderForm(MDIBazaReklam parent) … … 58 60 sqlDataAdapter.SelectCommand = command; 59 61 60 szukajToolStrip.Items.Insert(13, new ToolStripLabel("DR")); 61 szukajToolStrip.Items.Insert(14, new ToolStripControlHost(new CheckBox(), "DRCheckBox")); 62 63 szukajToolStrip.Items.Insert(15, new ToolStripLabel("FW")); 64 szukajToolStrip.Items.Insert(16, new ToolStripControlHost(new CheckBox(), "FWCheckBox")); 65 66 szukajToolStrip.Items.Insert(17, new ToolStripLabel("KZ")); 67 szukajToolStrip.Items.Insert(18, new ToolStripControlHost(new CheckBox(), "KZCheckBox")); 68 69 szukajToolStrip.Items.Insert(19, new ToolStripLabel("PR")); 70 szukajToolStrip.Items.Insert(20, new ToolStripControlHost(new CheckBox(), "PRCheckBox")); 71 72 szukajToolStrip.Items.Insert(21, new ToolStripLabel("WYR")); 73 szukajToolStrip.Items.Insert(22, new ToolStripControlHost(new CheckBox(), "WyrCheckBox")); 74 75 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["DRCheckBox"]).Control).ThreeState = true; 76 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["FWCheckBox"]).Control).ThreeState = true; 77 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).ThreeState = true; 78 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).ThreeState = true; 79 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).ThreeState = true; 80 81 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["DRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 82 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["FWCheckBox"]).Control).CheckState = CheckState.Indeterminate; 83 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 84 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 85 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState = CheckState.Indeterminate; 86 62 InitToolStrip(szukajToolStrip); 63 87 64 generateNodes(); 88 65 … … 101 78 DBBindings.bindujTytuly(tytToolStripComboBox); 102 79 DBBindings.bindujTypyReklam(typToolStripComboBox); 103 80 } 81 82 private static void InitToolStrip(ToolStrip toolStrip) 83 { 84 ToolStripLabel toolStripLabel = new ToolStripLabel("DR"); 85 toolStripLabel.ToolTipText = "Zatwierdzone do druku"; 86 toolStrip.Items.Insert(13, toolStripLabel); 87 toolStrip.Items.Insert(14, new ToolStripControlHost(new CheckBox(), "DRCheckBox")); 88 89 toolStripLabel = new ToolStripLabel("FW"); 90 toolStripLabel.ToolTipText = "Wystawiona faktura"; 91 toolStrip.Items.Insert(15, toolStripLabel); 92 toolStrip.Items.Insert(16, new ToolStripControlHost(new CheckBox(), "FWCheckBox")); 93 94 toolStripLabel = new ToolStripLabel("KZ"); 95 toolStripLabel.ToolTipText = "Kierownik zatwierdzi³"; 96 toolStrip.Items.Insert(17, toolStripLabel); 97 toolStrip.Items.Insert(18, new ToolStripControlHost(new CheckBox(), "KZCheckBox")); 98 99 toolStripLabel = new ToolStripLabel("WYR"); 100 toolStripLabel.ToolTipText = "Wyró¿nienie"; 101 toolStrip.Items.Insert(19, toolStripLabel); 102 toolStrip.Items.Insert(20, new ToolStripControlHost(new CheckBox(), "WyrCheckBox")); 103 104 toolStripLabel = new ToolStripLabel("BZ"); 105 toolStripLabel.ToolTipText = "Bez zamówienia"; 106 toolStrip.Items.Insert(21, toolStripLabel); 107 toolStrip.Items.Insert(22, new ToolStripControlHost(new CheckBox(), "BZCheckBox")); 108 109 ((CheckBox)((ToolStripControlHost)toolStrip.Items["DRCheckBox"]).Control).ThreeState = true; //Zatwierdzone do druku 110 ((CheckBox)((ToolStripControlHost)toolStrip.Items["FWCheckBox"]).Control).ThreeState = true; //Wystawiona faktura 111 ((CheckBox)((ToolStripControlHost)toolStrip.Items["KZCheckBox"]).Control).ThreeState = true; //Kierownik zatwierdzi³ 112 ((CheckBox)((ToolStripControlHost)toolStrip.Items["WyrCheckBox"]).Control).ThreeState = true; //Wyró¿nienie 113 ((CheckBox)((ToolStripControlHost)toolStrip.Items["BZCheckBox"]).Control).ThreeState = true; //Bez zamówienia 114 115 ResetCheckBoxes(toolStrip); 116 } 117 118 private static void ResetCheckBoxes(ToolStrip toolStrip) 119 { 120 foreach (object item in toolStrip.Items) 121 { 122 if (item is ToolStripControlHost && ((ToolStripControlHost)item).Control is CheckBox) 123 ((CheckBox)((ToolStripControlHost)item).Control).CheckState = CheckState.Indeterminate; 124 } 104 125 } 105 126 … … 563 584 command.Parameters.Clear(); 564 585 565 if ( agencjaToolStripComboBox.Text.Trim() != "")586 if (!string.IsNullOrEmpty(agencjaToolStripComboBox.Text.Trim())) 566 587 { 567 588 command.CommandText += " AND A.Symbol=@agencja "; … … 569 590 } 570 591 571 if ( agentToolStripComboBox.Text.Trim() != "")592 if (!string.IsNullOrEmpty(agentToolStripComboBox.Text.Trim())) 572 593 { 573 594 command.CommandText += "AND ([symbol akwizytora] like '%' + @agent + '%' )"; … … 576 597 } 577 598 578 if ( symbolToolStripTextBox.Text.Trim() != "")599 if (!string.IsNullOrEmpty(symbolToolStripTextBox.Text.Trim())) 579 600 { 580 601 command.CommandText += "AND r.[id reklamy] like '%' + @symbol + '%' "; … … 583 604 } 584 605 585 if ( rokToolStripTextBox.Text.Trim() != "")606 if (!string.IsNullOrEmpty(rokToolStripTextBox.Text.Trim())) 586 607 { 587 608 int i; … … 596 617 } 597 618 598 if ( msToolStripTextBox.Text.Trim() != "")619 if (!string.IsNullOrEmpty(msToolStripTextBox.Text.Trim())) 599 620 { 600 621 int i; … … 617 638 } 618 639 619 if ( typToolStripComboBox.Text.Trim() != "")640 if (!string.IsNullOrEmpty(typToolStripComboBox.Text.Trim())) 620 641 { 621 642 command.CommandText += "AND R.[TYP]=@typ "; … … 648 669 } 649 670 650 if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState == CheckState.Checked)651 {652 command.CommandText += " AND R.[zablokuj_prowizje]=1 ";653 }654 else if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState == CheckState.Unchecked)655 {656 command.CommandText += " AND R.[zablokuj_prowizje]=0 ";657 }658 659 671 if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState == CheckState.Checked) 660 672 { 661 673 command.CommandText += " AND R.[wyroznienie]=1 "; 662 } if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState == CheckState.Unchecked) 674 } 675 else if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState == CheckState.Unchecked) 663 676 { 664 677 command.CommandText += " AND R.[wyroznienie]=0 "; 678 } 679 680 if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["BZCheckBox"]).Control).CheckState == CheckState.Checked) 681 { 682 command.CommandText += " AND Z.idZamowienia IS NULL "; 683 } 684 else if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["BZCheckBox"]).Control).CheckState == CheckState.Unchecked) 685 { 686 command.CommandText += " AND Z.idZamowienia IS NOT NULL "; 665 687 } 666 688 … … 902 924 typToolStripComboBox.Text = ""; 903 925 904 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["DRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 905 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["FWCheckBox"]).Control).CheckState = CheckState.Indeterminate; 906 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 907 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 908 926 ResetCheckBoxes(szukajToolStrip); 909 927 } 910 928 -
trunk/BazaReklam/OrdersForm.resx
r230 r306 383 383 <value> 384 384 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 385 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABe hJREFUSEuVlWlQ386 U1cYhk8 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 8Q8LSqCkc8s9uwAAAABJRU5ErkJggg==385 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 411 jvEPApigoZ/DeeQAAAAASUVORK5CYII= 412 412 </value> 413 413 </data> … … 505 505 <value> 506 506 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 507 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABY xJREFUSEuVlXtM508 U2cYxsvmJkaWuYFjEZJlW3QyNGbRjUGW6R/EES6 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 532 532 </value> 533 533 </data> … … 570 570 </value> 571 571 </data> 572 <metadata name="rEKLAMADataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">573 <value>339, 17</value>574 </metadata>575 572 <metadata name="szukajToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 576 573 <value>670, 56</value> … … 618 615 <value>190, 56</value> 619 616 </metadata> 620 <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">621 <value>190, 56</value>622 </metadata>623 617 <metadata name="kONTATableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 624 618 <value>506, 56</value>
