Zbiór zmian 306 dla trunk

Pokaż
Ignoruj:
Data:
2009-02-05 16:59:29 (17 years ago)
Autor:
marek
Opis:

re #56 - dodano BZ 'Bez zamowienia' jako nowe kryterium wyszukiwania

Lokalizacja:
trunk/BazaReklam
Pliki:
3 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/OrdersForm.Designer.cs

    r230 r306  
    3131            this.components = new System.ComponentModel.Container(); 
    3232            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdersForm)); 
    33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 
    34             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 
    35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 
    36             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 
    37             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); 
    38             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); 
    39             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); 
    40             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); 
    41             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = 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(); 
    4242            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 
    4343            this.reklamyZestawienieBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     
    641641            this.reklamaDataGridView.AllowUserToAddRows = false; 
    642642            this.reklamaDataGridView.AllowUserToDeleteRows = false; 
    643             dataGridViewCellStyle10.BackColor = System.Drawing.Color.MintCream; 
    644             this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; 
     643            dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 
     644            this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 
    645645            this.reklamaDataGridView.AutoGenerateColumns = false; 
    646646            this.reklamaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 
    647647            this.reklamaDataGridView.BackgroundColor = System.Drawing.Color.White; 
    648648            this.reklamaDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; 
    649             dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    650             dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; 
    651             dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 
    652             dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; 
    653             dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    654             dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    655             dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    656             this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; 
     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; 
    657657            this.reklamaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
    658658            this.reklamaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
     
    711711            //  
    712712            this.NETTO.DataPropertyName = "NETTO"; 
    713             dataGridViewCellStyle12.Format = "C2"; 
    714             dataGridViewCellStyle12.NullValue = null; 
    715             this.NETTO.DefaultCellStyle = dataGridViewCellStyle12; 
     713            dataGridViewCellStyle3.Format = "C2"; 
     714            dataGridViewCellStyle3.NullValue = null; 
     715            this.NETTO.DefaultCellStyle = dataGridViewCellStyle3; 
    716716            this.NETTO.HeaderText = "Netto"; 
    717717            this.NETTO.Name = "NETTO"; 
     
    722722            //  
    723723            this.BRUTTO.DataPropertyName = "BRUTTO"; 
    724             dataGridViewCellStyle13.Format = "C"; 
    725             this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle13; 
     724            dataGridViewCellStyle4.Format = "C"; 
     725            this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle4; 
    726726            this.BRUTTO.HeaderText = "Brutto"; 
    727727            this.BRUTTO.Name = "BRUTTO"; 
     
    732732            //  
    733733            this.CENA_MIN.DataPropertyName = "CENA_MIN"; 
    734             dataGridViewCellStyle14.Format = "C2"; 
    735             dataGridViewCellStyle14.NullValue = null; 
    736             this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle14; 
     734            dataGridViewCellStyle5.Format = "C2"; 
     735            dataGridViewCellStyle5.NullValue = null; 
     736            this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle5; 
    737737            this.CENA_MIN.HeaderText = "Cena min."; 
    738738            this.CENA_MIN.Name = "CENA_MIN"; 
     
    743743            //  
    744744            this.CENA.DataPropertyName = "CENA"; 
    745             dataGridViewCellStyle15.Format = "C2"; 
    746             dataGridViewCellStyle15.NullValue = null; 
    747             this.CENA.DefaultCellStyle = dataGridViewCellStyle15; 
     745            dataGridViewCellStyle6.Format = "C2"; 
     746            dataGridViewCellStyle6.NullValue = null; 
     747            this.CENA.DefaultCellStyle = dataGridViewCellStyle6; 
    748748            this.CENA.HeaderText = "Cena"; 
    749749            this.CENA.Name = "CENA"; 
     
    754754            //  
    755755            this.PROCENT_PROWIZJI.DataPropertyName = "PROCENT PROWIZJI"; 
    756             dataGridViewCellStyle16.Format = "P"; 
    757             dataGridViewCellStyle16.NullValue = null; 
    758             this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle16; 
     756            dataGridViewCellStyle7.Format = "P"; 
     757            dataGridViewCellStyle7.NullValue = null; 
     758            this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle7; 
    759759            this.PROCENT_PROWIZJI.HeaderText = "Prowizja"; 
    760760            this.PROCENT_PROWIZJI.Name = "PROCENT_PROWIZJI"; 
     
    833833            //  
    834834            this.rABATDataGridViewTextBoxColumn.DataPropertyName = "RABAT"; 
    835             dataGridViewCellStyle17.Format = "P"; 
    836             dataGridViewCellStyle17.NullValue = null; 
    837             this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle17; 
     835            dataGridViewCellStyle8.Format = "P"; 
     836            dataGridViewCellStyle8.NullValue = null; 
     837            this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 
    838838            this.rABATDataGridViewTextBoxColumn.FillWeight = 118.9644F; 
    839839            this.rABATDataGridViewTextBoxColumn.HeaderText = "RB"; 
     
    963963            //  
    964964            this.CENA_MODULU.DataPropertyName = "CENA MODU£U"; 
    965             dataGridViewCellStyle18.Format = "C2"; 
    966             dataGridViewCellStyle18.NullValue = null; 
    967             this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle18; 
     965            dataGridViewCellStyle9.Format = "C2"; 
     966            dataGridViewCellStyle9.NullValue = null; 
     967            this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle9; 
    968968            this.CENA_MODULU.HeaderText = "Cena modu³u"; 
    969969            this.CENA_MODULU.Name = "CENA_MODULU"; 
  • trunk/BazaReklam/OrdersForm.cs

    r303 r306  
    33using System.Data; 
    44using System.Data.SqlClient; 
     5using System.Diagnostics; 
    56using System.Windows.Forms; 
    67using System.IO; 
     
    2021        /// </summary> 
    2122        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 " + 
    2324                                     " FROM dbo.AGENCI A2 JOIN dbo.AGENCJE A ON A.Id_agencji = A2.ID_AGENCJI " + 
    2425                                     " RIGHT JOIN REKLAMA R ON A2.Symbol = R.[SYMBOL AKWIZYTORA] " +  
     
    2627                                     " LEFT JOIN NR ON R.TYTU£ = NR.TYT AND O.OD = NR.NRW " + 
    2728                                     " 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 "; 
    2931 
    3032        public static OrdersForm getOrderForm(MDIBazaReklam parent) 
     
    5860            sqlDataAdapter.SelectCommand = command; 
    5961 
    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 
    8764            generateNodes(); 
    8865 
     
    10178            DBBindings.bindujTytuly(tytToolStripComboBox); 
    10279            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            } 
    104125        } 
    105126 
     
    563584            command.Parameters.Clear(); 
    564585 
    565             if (agencjaToolStripComboBox.Text.Trim() != "") 
     586            if (!string.IsNullOrEmpty(agencjaToolStripComboBox.Text.Trim())) 
    566587            { 
    567588                command.CommandText += " AND A.Symbol=@agencja "; 
     
    569590            } 
    570591 
    571             if (agentToolStripComboBox.Text.Trim() != "") 
     592            if (!string.IsNullOrEmpty(agentToolStripComboBox.Text.Trim())) 
    572593            { 
    573594                command.CommandText += "AND ([symbol akwizytora] like '%' + @agent + '%' )"; 
     
    576597            } 
    577598 
    578             if (symbolToolStripTextBox.Text.Trim() != "") 
     599            if (!string.IsNullOrEmpty(symbolToolStripTextBox.Text.Trim())) 
    579600            { 
    580601                command.CommandText += "AND r.[id reklamy] like '%' + @symbol + '%' "; 
     
    583604            } 
    584605 
    585             if (rokToolStripTextBox.Text.Trim() != "") 
     606            if (!string.IsNullOrEmpty(rokToolStripTextBox.Text.Trim())) 
    586607            { 
    587608                int i; 
     
    596617            } 
    597618 
    598             if (msToolStripTextBox.Text.Trim() != "") 
     619            if (!string.IsNullOrEmpty(msToolStripTextBox.Text.Trim())) 
    599620            { 
    600621                int i; 
     
    617638            } 
    618639 
    619             if (typToolStripComboBox.Text.Trim() != "") 
     640            if (!string.IsNullOrEmpty(typToolStripComboBox.Text.Trim())) 
    620641            { 
    621642                command.CommandText += "AND R.[TYP]=@typ "; 
     
    648669            } 
    649670 
    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  
    659671            if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState == CheckState.Checked) 
    660672            { 
    661673                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) 
    663676            { 
    664677                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 "; 
    665687            } 
    666688 
     
    902924            typToolStripComboBox.Text = ""; 
    903925             
    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); 
    909927        } 
    910928 
  • trunk/BazaReklam/OrdersForm.resx

    r230 r306  
    383383    <value> 
    384384        iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 
    385         YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABehJREFUSEuVlWlQ 
    386         U1cYhk8aFlewYkWrbSpSpYyDW3GkHYexxVbRECBgZXFDEBSFIJtQVg0KghYVkQKiVmRREWkVEcSiRSgI 
    387         oohrQRZlNGwKVRYhvP3ulbb+cOPMPHOSMzfP957v5twrYIMY3+VMHK32QmWNAKqmGkM0J/X29ymbW9vu 
    388         dTX1ZNcef5auKH7eRjolgUFoX166vFzPcmWhUfPeejdk/h2JjPYdONEejvTWMGy5uQoLDk+qmSobJaZL 
    389         RxIfDKqAXcU0e6/r+n2cOO2JHMlNITisCMKhR4E8yYpgIgSSlBkdE8yH25N8NCF4Y5FgxlQILoXAsvRz 
    390         HZfLRs9OdkTiaEsoDj8OwsFHAUhq9EfiAz8kNGwmfJHY4IdDjQGYu19UIxzOvhnYyf81WnSZRrcuC+yc 
    391         qV7VaDL+RdV8jc7aMezKmh3afyS2BiCldQuf9qV4M+LrfRBX54399z0Ry1HjSWu+8CmyxtiFQ3aTWY9Q 
    392         4St067EpPYbCv/pCTIFDLkCCExDnAEQ7wjV3NhJOmSCJkh8geTyljav1IuEmxFR7YO89Gfbcc8fuu+40 
    393         yxBf64MJbsMukVZCaDI++RxhNeJWA7HELlsgYhkQtgz9oVbYWrUASoULwtOMEE872H/fC/t4sTt23dmI 
    394         qNsbsOOWKyJurkcEzTHVnjCImFBPcnfiY9YoYiF9QYuAmFUktgHkS4FgKyDAEr2+5ggqnwO0LUVFwSxE 
    395         FtthX40Xou+6IZJk26vWQV7pgtDrzsRafo66I4OefOwDkocQk9iDacJbiKeWhFPqUGteDB8J4GkGuJpB 
    396         dl4HeDwVqB2NbWkzkdDoit3VLth20wUhlWsRUOEIv3IHbCa4eeut9RjjqF5C8lBCh9WKxvZiz4qXcn8L 
    397         wMsM/e5iYKMp+pyXYLosEEZ+mZgXeg9jNpRBW3YRM0Ji4Ve6FkGVK+F1ZRU8SlZARniVrcbynCVQNxSm 
    398         ktyTmMjqp2t2Icoe+JGSU2qlmxj9rqa45LgSmk4l8E+qQ0TFNaCzFbJzRUiAEhsrFdBwKoRFqic2ldtg 
    399         3WVbrCu0gwcVEPlpNQuE7ADJrfjz8Od4VoLttuj3lkBJyXtcF6PS8Qdoud3ApYJ25J9RwDO9DDsLS2Cf 
    400         V4aojnaEtSggb2nEWNciSDOc4VS0FE7FyyH6SdSrIhL8MtAeA5rV2MFRzK3Jahbga4HuDZTexQST7U/g 
    401         dO4T5JxVIPNkPc4cr4NNTD6MswvhW1eHrY8eIqihFpvvV0PDLgNWufMwPljrqYqO4AhJdxGLiFH8aZ5I 
    402         2zimyQqfOXyLXpk5ytbYwCi0BhdyHuNUZgOyMuoQHVsK6c6rsM3vw4zka9BLLoBB+nkYHMvDaM+LUJ2v 
    403         nydQY4dJGEaYEtrEf88jla9V2fSUEexCxrzJ/WE2XvD9uQ45WfVIPnobm+T5WBxVBvuLwLLzgHUeIM0F 
    404         LM4BVvT9+7ROMJFtOgn9CSO+74wJ+RP8yhhCnw2sPmBBs/XtyyzkxVgdXgBpdDlsstphQ3JOKM4mzvRB 
    405         fLoX4t9ewOysEgszu8B0nTPp9w7EOL4trxncIlfkMzY3LEia3gGPUsDhEqXOByQ5A+JfeyA+1QXxyU7i 
    406         OSRZ3TBOagL71Jr7W64kPnqd/NU1ITMKNfxC/LtyYzFgSy2wyOl/mZpknFR8vAPi9Kc8lpnPMcU7vp+N 
    407         1E0gydKB9ryrBlNnkuyzdrm9fHpxthJiLjknP9YOcWobxEdb6NnfCklqK5hhdCUZYwhjYtg77XwPp8m+ 
    408         VLPLbZLSDsyp92Zcei55ShvMkptgfqQJFskKDDVJ6WBq2ty/hzu1OsR7v8mGsin25kKztBrDmIewyu6D 
    409         NKsT0hNPIU1rgZH8BlSM4xrZcBEn30bMI0a8T/p/r+FuuiZT15rPdO1i2FdRpSPNMpo0zI81M0P5VTbO 
    410         JI0J1BLpmkCCe3u9/RX5hspcES6VPmE50AY5zdxh8iasiWl8kEG05nW1VGnxQ4IOPZs8wCcDqdX4e/aW 
    411         8Q8LSqCkc8s9uwAAAABJRU5ErkJggg== 
     385        YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABelJREFUSEuVlWlQ 
     386        U1cYhk8MiytYsKjVNhWpUobBrTjSjsPYYqtowhKwsiiKICgKQUDAAoIGBUGLioiAW0UWBZFWEVGsUpSC 
     387        4II7BVmU0bApVBGE5O13r7T1hxtn5pmTnLl5vvd8N+deAevH+D5/rI7GS7VlAqhbag3UHtej6lU2t7ZV 
     388        vWjqzqs9+ixTUfK8jXRKAv3Qvrp0UYWhrUuxWfPOem/k/B2D7PYtyGqPQmZrJDbcWoLZB8fVTJQNF9Ol 
     389        w4gB/SrgdNXY2f+6US8nzngiR2pTOA4qwnDgUShPqmI9EQ6rtMkdY6yHOJNchxC8tch6xtQILoXAtuwL 
     390        fc+LZs+OdcTgcEsEDj4Ow/5HIdjXuA4pD4KR3BBEBCKlIRgHGkMwY7eoRjiEfdu3k/9rtBgwrS4DFto5 
     391        RfNmo8XolzdnaXXWjmCXl20Z+UdKawjSWjfwaV+Jg5BUvxaJdQHYfd8PCRw1frQWiLWX7KE3Z+B2MhsS 
     392        anyFLkM2odtU+FdvuCVwwBNIdgcSXYE4N3gVTEPycQvso+R7SZ5EaRNr/Um4BvHVvthZJcOOKh9sv+dD 
     393        swxJtWsxxntwEWmtCG3GJ58urEbiUiCB2OYIRC8EIhdCFWGHjTdnQ6nwRFSGGZJoB7vv+2MXL/bBtrur 
     394        EXtnFbbc9kL0rZWIpjm+2g8m0WPqSe5DfMIaRSy8N2wuEL+ExA6AfAGw3g4IsUVPoDXCKqYDbQtw9fxU 
     395        xJQ4YVeNP+LueSOGZJtvroC80hMR1z2I5fwce1cGQ7neA5KHE+PYA2PhbSRRS6IodYQ9L8ZaK8BPAnhJ 
     396        IDurDzyeCNTqYFPGFCQ3emF7tSc23fJEeOVyhFx1Q3CFK4IIbt54eyVGuGmWkjyC0Ge1Ir0e7Fj8Sr7O 
     397        BvCXQOUjBlZbotdjPibJQmEWnIOZEVUYsaocI2UXMDk8AcFlyxFW6QL/y0vgW7oYMsK/fCkW5c+Hpqkw 
     398        neR+xFhWP0n7BWKdgZ8oOaVWeouh8rJEkZsLtN1LsW5fHaKvXgM6WyE7fQnJUGJ1pQJa7sWwSffDmgoH 
     399        rLjoiBXFTvClAqJg3WaBkO0luR1/Hv4czUqx2RGqACsoKXm31zxUuv0IXe8bKDrfjsKTCvhllmNrcSmc 
     400        z5QjtqMdkS0KyFsaoed1CdJsD7hfWgD3kkUQ/SzqURMJfulrjwnNGmz/cObdZDcVCLRB1ypK72mB8c5Z 
     401        OFHwBPmnFMg5Vo+TR+vgEF8I87xiBNbVYeOjhwhrqEXQ/WpoOWXDrmAmRq/XfaqmLzhE0m3EXGI4f5rH 
     402        0jaOaLPiZ67foUdmjfJlDjCLqMG5/Mc4ntOA3Ow6xCWUQbr1ChwLezE59RoMU8/DJPMsTI6cgY7fBajP 
     403        Mjoj0GAHSRhJWBIjif+eR2rfqLNJaUPZuayZ41WRDv4I3FOH/Nx6pB6+gzXyQsyLLYfzBWDhWcD+DCAt 
     404        AGxOA3b0/YeMTjCRYyYJ1xFmfN8ZE/In+LUxkD6b2A1gYdOMnMtt5CVYGnUe0rgKOOS2w4HknFCcR5zs 
     405        hfhED8S/vYTklBJzcl6AGXjk0O9diVF8W94wuEWuyOdsRmSYNLMDvmWAaxGlLgSs8vvEv3ZDfPwFxMc6 
     406        ieewyu2C+b4msM/sub+lC/Hxm+SvrwmZWYTpl/N/V64uARypBTb5qlepScZJxUc7IM58ymOb8xwTAvao 
     407        2DCDZJIs6GvP+2owTWaVd8qpoIdPL85TQswl5+RH2iFOb4P4cAs9+1thld4KZhpXScZ4wpwY/F4730Nj 
     408        2VcaTgVNUtqBNfVewqXnkqe1QZLaBOtDTbBJVWCQRVoH0xjJ/Xu4U6tPfPCbbBCb4GwtlGTUmMY/hF1e 
     409        L6S5nZBmPYU0owVm8htQM09sZENEnHwTMZMY+iHp/72Gu+naTFN3FjNwimdfx5YNk2Q3aVkfaWam8its 
     410        lEUGE2ik0DWhBPf2evcr8i2VuSJcKiPCtq8Ncpq5wxRA2BPGfJB+tOZNtdRp8SOCDj0b38enfak1+Hv2 
     411        jvEPApigoZ/DeeQAAAAASUVORK5CYII= 
    412412</value> 
    413413  </data> 
     
    505505    <value> 
    506506        iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 
    507         YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABYxJREFUSEuVlXtM 
    508         U2cYxsvmJkaWuYFjEZJlW3QyNGbRjUGW6R/EES6CDqaIDnVbxkUdKAoqclG5RHHcjKAGBnIVBLkV6kpp 
    509         gUE6pDJEWC03ubRASy1FQJDJs/c7azYTFcdJfjmnPT3P87zv9/U9RrwXH0bz3MM8955/Ky8vb9u5c7EH 
    510         Y2JiwqLOnDp/OiIi7czpyMLo09G/xp2PkyYmJ8uTkpJa6GkLYvGCDdLT02sGh0cxoH6AQd0kVBNzUE0D 
    511         AzNA1yNAQdfh4WfmVq9eHUji7xGvLMgkMTExSqnVY/wvQE1iqkmg7yEJjwHtD4A2HSBs64fD5s2/kLAd 
    512         Ybwgg8jISNeGW63QPf5HfGAC6B0HOvWAnEzukkEbfT50wLeRhHcQpgsycHFxMb9eUvZYQwZKMmA0jzxB 
    513         hWIG6X9M4myDHsdrxuAa/9sjqyNF11cFl/mfizxpcyE+/su9e/cuJ7NFxHwbg7eI2iTTzAG3R4Eg4TRC 
    514         hA8RKX6IgCo9fuKP4WDFGPYTP5Zq4Zipwu6UBsgaJMjJyZkMDQ2NNzU1XUEmrz23ssbGRvvMzEzFzWox 
    515         qm5Wo0IixYW6IRzg65DSNI3jZHaokgzKH8CHDL4v0cI2pR9X67sxouxHbW0tDh8+zCfxVc/sMplM5iIW 
    516         i2eIJxMTE9COajCkHMSo8j7KZffhlqPC+YYpBFbq4FemxQ83NPC+PoJdhSP4OFaOHvkd3Lt3D+XlFXBz 
    517         c4sngw8MLePxqC2LBQLBwOzsLMbHx6HVaqHRaNDX1we5XI6+zj+RWi3HjmvDCBPpKf0o9hWrsbtwGF4F 
    518         w9iQ3IsLFa0ozrkEkaAEISEhWmNj4/82QVZW1jcdHR2YmpqCTqfD6OgohoeHMTQ0hPb2drS0tEBxRwaP 
    519         9A4cu6kjAw32UHovMvTIV8EpcxBbku+iKe1bzFZsQ0Z2IdauXZtEFazhqkhNTU1jqfV6PSeuVqs58YGB 
    520         AXR3d0MqleLW71IIa6Wwu9iHIIEWuyj5dhJ3z1HCldq35lQrpFXZmC7fh2pJIzZt2lRJ4s7Em7zLly/f 
    521         Yn1nbRkZGeHEBwcHuRYxaPFRX18PWWMdPFNvw6dEjZ2Ufvs1Fb7OVWHjlX58EtmEBokIwpp6iCW18PT0 
    522         bCNxH+JdXnZ2tmpsbIxri0ql4sT7+/vR29uLnp4eNDU1QSQSQSyqRrmgBh/GdOOLS4NYl9CL5ScV+JzE 
    523         q4QiCCr5IC1IJBL4+/uPkPgJbqSkpKToWHrWGqVSyaVm4qw9nZ2daG5uRlVVFYdQUImrN4QIzajF2bxa 
    524         lFfwkZV2EcePBcPR0RH29vYICgqCs7OzlMQjiPd5wcHBYXFxcSgoKEBXVxdXAUuuUCi4rdfa2orS0lKU 
    525         lZWhklKypOlXLiHsxDG4uW6BjY0NVq5cCWtrazg4OLD0MDExySDx/cQKXkBAgH1ubi74fD5iY2NBFXGi 
    526         zIRtU3ZdXFzMGSQnJ8PDwwO2tragqQorKyu2oPD29uaS+/r69q5fv/6akZHRzyS+kVjKMzc3X+rj43OE 
    527         3gP3mRAjPDwc0dHRqKur46ooKipi44D9iThhlpoWEkePHoWfn9+Mu7u72MLCgk3ZVCKccOMW2DDS2Vw3 
    528         X7JkyRYnJ6dUMlLn5+eDXkCg9oFmDAIDA7nSSYiNA0RFRTHhPjIqoOfS6XmW+ACxmfiIePvffzJdsINN 
    529         wrcI62XLlnlt3bo1g4z0NJtYNXOMhIQEdv3Yy8tLYmlpmUFtuGJYyJ10/pSwJEyIVw2az5zYqGWT0IxY 
    530         Z2Zm9h0ZFUREROhpnbrs7OwKDWnZrDlIfGVIy37PXqHzjuqn3dgPX2dtIzYQewxJ2b5maT8zpH3DUPmL 
    531         Ar/0e2bEkr1DsOnI3sMLTvtSF0PpzOx/t+Bp0b8BPYzVndzX9CkAAAAASUVORK5CYII= 
     507        YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABYtJREFUSEuVlXtM 
     508        U2cYxsvmJkaWuYFjEZJlW3QyNGbRjUGW6R/EES6KDqaIDnVbxkUdKAoqchG5RHHcjKAGBnIVBLkVcKW0 
     509        wCAdggwRVstNoC20tJYiIMjk2fudNZuJiuMkv5zTnp7ned73+/oeI96LD6N57mGee8+/lZeXt/3cudhD 
     510        MTExoVFnTp+PDA9POxMZURgdGf1r3Pk4SWJysjQpKamNnrYgFi/YID09vVY+osGQ+gHkukkoJ+agnAaG 
     511        ZoCeR4CMrsPCIudWr14dQOLvEa8syCQxMTFKodVj/C9ATWLKSWDgIQmPAZ0PgA4dIOgYhMPmzb+QsB1h 
     512        vCCDiIiIrY232qF7/I/40ATQPw506wEpmdwlgw76fPigTxMJ7yRMF2Tg4uJifr2k7PEoGSjIgNGieoIK 
     513        2QzS/5jE2UY9TtSOYWv8b4+sjhZdXxVU5ncu4pTNhfj4L/ft27eczBYR820M3iJqU+voHHBbAwQKphEs 
     514        eIgI0UP4V+nxE38MhyrGcID4sVQLx0wl9qQ0orVRjJycnMmQkJB4U1PTFWTy2nMra2pqss/MzJTdrBGh 
     515        6mYNKsQSXKgfxkG+DinN0zhBZocryaD8AbzJ4PsSLWxTBnG1oRcqxSDq6upw5MgRPomvemaXtba2uohE 
     516        ohniycTEBLSaUQwr5NAo7qO89T5cc5Q43ziFgEodfMu0+OHGKLyuq7C7UIWPY6Xok97BvXv3UF5eAVdX 
     517        13gy+MDQMh6P2rK4urp6aHZ2FuPj49BqtRgdHcXAwACkUikGuv9Eao0UO6+NIFSop/Qa7C9WY0/hCDwL 
     518        RrAhuR8XKtpRnHMJwuoSBAcHa42Njf/bBFlZWd90dXVhamoKOp0OGo0GIyMjGB4eRmdnJ9ra2iC70wr3 
     519        9C4cv6kjg1HspfSeZOier4RTphxbku+iOe1bzFZsR0Z2IdauXZtEFazhqkhNTU1jqfV6PSeuVqs58aGh 
     520        IfT29kIikeDW7xII6iSwuziAwGotdlPyHSTulqPAVmrfmtPtkFRlY7p8P2rETdi0aVMliTsTb/IuX758 
     521        i/WdtUWlUnHicrmcaxGDFh8NDQ1obaqHR+pteJeosYvS77imxNe5Smy8MohPIprRKBZCUNsAkbgOHh4e 
     522        HSTuTbzLy87OVo6NjXFtUSqVnPjg4CD6+/vR19eH5uZmCIVCiIQ1KK+uxYcxvfjikhzrEvqx/JQMn5N4 
     523        lUCI6ko+SAtisRh+fn4qEj/JjZSUlBQdS89ao1AouNRMnLWnu7sbLS0tqKqq4hBUV+LqDQFCMupwNq8O 
     524        5RV8ZKVdxInjQXB0dIS9vT0CAwPh7OwsIfFw4n1eUFBQaFxcHAoKCtDT08NVwJLLZDJu67W3t6O0tBRl 
     525        ZWWopJQsafqVSwg9eRyuW7fAxsYGK1euhLW1NRwcHFh6mJiYZJD4AWIFz9/f3z43Nxd8Ph+xsbGgijhR 
     526        ZsK2KbsuLi7mDJKTk+Hu7g5bW1vQVIWVlRVbUHh5eXHJfXx8+tevX3/NyMjoZxLfSCzlmZubL/X29j5K 
     527        74H7TIgRFhaG6Oho1NfXc1UUFRWxccD+RJwwS00LiWPHjsHX13fGzc1NZGFhwaZsKhFGuHILbBjpbK6b 
     528        L1myZIuTk1MqGanz8/NBLyBQ+0AzBgEBAVzpJMTGAaKiopjwABkV0HPp9DxLfJDYTHxEvP3vP5ku2MEm 
     529        4VuE9bJlyzy3bduWQUZ6mk2smjlGQkICu37s6ekptrS0zKA2XDEs5C46f0pYEibEqwbNZ05s1LJJaEas 
     530        MzMz+46MCsLDw/W0Tj12dnaFhrRs1hwivjKkZb9nr9B5R/XTbuyHr7O2ERuIvYakbF+ztJ8Z0r5hqPxF 
     531        gV/6PTNiyd4h2HRk7+EFp32pi6F0Zva/W/C06N81ZdWc/X/JBwAAAABJRU5ErkJggg== 
    532532</value> 
    533533  </data> 
     
    570570</value> 
    571571  </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> 
    575572  <metadata name="szukajToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    576573    <value>670, 56</value> 
     
    618615    <value>190, 56</value> 
    619616  </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> 
    623617  <metadata name="kONTATableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    624618    <value>506, 56</value>