Zbiór zmian 570

Pokaż
Ignoruj:
Data:
2009-04-10 14:47:28 (17 years ago)
Autor:
marek
Opis:

re #161 - pierwsza faza porzadkow w oknie reklama

Lokalizacja:
branches/ReklamaReorganizacja/BazaReklam
Pliki:
4 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/ReklamaReorganizacja/BazaReklam/Classes/Helpers/ValidationHelper.cs

    r539 r570  
    7878            return cancelEventArgs.Cancel; 
    7979        } 
     80 
     81        public static bool IsComboValueSelected(ComboBox comboBox, int defaultIndex, string errorMessage, CancelEventArgs cancelEventArgs, ErrorProvider errorProvider) 
     82        { 
     83            StringBuilder sb = new StringBuilder(); 
     84            if (comboBox.SelectedIndex <= defaultIndex || comboBox.SelectedItem == null) 
     85            { 
     86                cancelEventArgs.Cancel = true; 
     87                sb.Append(errorMessage); 
     88            } 
     89            else 
     90                cancelEventArgs.Cancel = false; 
     91 
     92            errorProvider.SetError(comboBox, sb.ToString()); 
     93            return cancelEventArgs.Cancel; 
     94        } 
    8095    } 
    8196} 
  • branches/ReklamaReorganizacja/BazaReklam/OrderDetails.Designer.cs

    r337 r570  
    6464            System.Windows.Forms.Label ogl_dzialLabel; 
    6565            System.Windows.Forms.Label ogl_rozdzialLabel; 
    66             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
    67             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
    68             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 
     66            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 
     67            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 
     68            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 
    6969            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDetails)); 
     70            System.Windows.Forms.Label label1; 
    7071            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
    7172            this.rEKLAMABindingSource = new System.Windows.Forms.BindingSource(this.components); 
     
    118119            this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    119120            this.label2 = new System.Windows.Forms.Label(); 
    120             this.label1 = new System.Windows.Forms.Label(); 
    121121            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
    122122            this.button3 = new System.Windows.Forms.Button(); 
     
    185185            this.deleteItem = new System.Windows.Forms.ToolStripMenuItem(); 
    186186            this.editItem = new System.Windows.Forms.ToolStripMenuItem(); 
     187            this.label9 = new System.Windows.Forms.Label(); 
     188            this.cbLocation = new System.Windows.Forms.ComboBox(); 
     189            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 
    187190            sYMBOL_AKWIZYTORALabel = new System.Windows.Forms.Label(); 
    188191            tYTULLabel = new System.Windows.Forms.Label(); 
     
    219222            ogl_dzialLabel = new System.Windows.Forms.Label(); 
    220223            ogl_rozdzialLabel = new System.Windows.Forms.Label(); 
     224            label1 = new System.Windows.Forms.Label(); 
    221225            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); 
    222226            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMABindingSource)).BeginInit(); 
     
    250254            this.emisjeContextMenuStrip.SuspendLayout(); 
    251255            this.advertSiteContext.SuspendLayout(); 
     256            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 
    252257            this.SuspendLayout(); 
    253258            //  
     
    264269            //  
    265270            tYTULLabel.AutoSize = true; 
    266             tYTULLabel.Location = new System.Drawing.Point(6, 16); 
     271            tYTULLabel.Location = new System.Drawing.Point(6, 11); 
    267272            tYTULLabel.Name = "tYTULLabel"; 
    268273            tYTULLabel.Size = new System.Drawing.Size(35, 13); 
     
    273278            //  
    274279            tYPLabel.AutoSize = true; 
    275             tYPLabel.Location = new System.Drawing.Point(8, 98); 
     280            tYPLabel.Location = new System.Drawing.Point(6, 90); 
    276281            tYPLabel.Name = "tYPLabel"; 
    277282            tYPLabel.Size = new System.Drawing.Size(28, 13); 
     
    282287            //  
    283288            iD_REKLAMYLabel.AutoSize = true; 
    284             iD_REKLAMYLabel.Location = new System.Drawing.Point(148, 14); 
     289            iD_REKLAMYLabel.Location = new System.Drawing.Point(148, 11); 
    285290            iD_REKLAMYLabel.Name = "iD_REKLAMYLabel"; 
    286291            iD_REKLAMYLabel.Size = new System.Drawing.Size(83, 13); 
     
    291296            //  
    292297            nICK_NAMELabel.AutoSize = true; 
    293             nICK_NAMELabel.Location = new System.Drawing.Point(147, 59); 
     298            nICK_NAMELabel.Location = new System.Drawing.Point(147, 51); 
    294299            nICK_NAMELabel.Name = "nICK_NAMELabel"; 
    295300            nICK_NAMELabel.Size = new System.Drawing.Size(92, 13); 
     
    300305            //  
    301306            dATA_ZAMOWIENIALabel.AutoSize = true; 
    302             dATA_ZAMOWIENIALabel.Location = new System.Drawing.Point(9, 59); 
     307            dATA_ZAMOWIENIALabel.Location = new System.Drawing.Point(6, 51); 
    303308            dATA_ZAMOWIENIALabel.Name = "dATA_ZAMOWIENIALabel"; 
    304309            dATA_ZAMOWIENIALabel.Size = new System.Drawing.Size(91, 13); 
     
    309314            //  
    310315            sZERLabel.AutoSize = true; 
    311             sZERLabel.Location = new System.Drawing.Point(145, 59); 
     316            sZERLabel.Location = new System.Drawing.Point(146, 51); 
    312317            sZERLabel.Name = "sZERLabel"; 
    313318            sZERLabel.Size = new System.Drawing.Size(31, 13); 
     
    318323            //  
    319324            wYSLabel.AutoSize = true; 
    320             wYSLabel.Location = new System.Drawing.Point(209, 60); 
     325            wYSLabel.Location = new System.Drawing.Point(216, 51); 
    321326            wYSLabel.Name = "wYSLabel"; 
    322327            wYSLabel.Size = new System.Drawing.Size(31, 13); 
     
    327332            //  
    328333            kROTNOSCLabel.AutoSize = true; 
    329             kROTNOSCLabel.Location = new System.Drawing.Point(280, 59); 
     334            kROTNOSCLabel.Location = new System.Drawing.Point(435, 575); 
    330335            kROTNOSCLabel.Name = "kROTNOSCLabel"; 
    331             kROTNOSCLabel.Size = new System.Drawing.Size(32, 13); 
     336            kROTNOSCLabel.Size = new System.Drawing.Size(69, 13); 
    332337            kROTNOSCLabel.TabIndex = 19; 
    333             kROTNOSCLabel.Text = "Iloœæ:"; 
     338            kROTNOSCLabel.Text = "Liczba emisji:"; 
    334339            //  
    335340            // oDSTÊPLabel 
    336341            //  
    337342            oDSTÊPLabel.AutoSize = true; 
    338             oDSTÊPLabel.Location = new System.Drawing.Point(347, 59); 
     343            oDSTÊPLabel.Location = new System.Drawing.Point(736, 565); 
    339344            oDSTÊPLabel.Name = "oDSTÊPLabel"; 
    340345            oDSTÊPLabel.Size = new System.Drawing.Size(23, 13); 
    341346            oDSTÊPLabel.TabIndex = 21; 
    342347            oDSTÊPLabel.Text = "Co:"; 
     348            oDSTÊPLabel.Visible = false; 
    343349            //  
    344350            // rABATLabel 
    345351            //  
    346352            rABATLabel.AutoSize = true; 
    347             rABATLabel.Location = new System.Drawing.Point(5, 42); 
     353            rABATLabel.Location = new System.Drawing.Point(5, 54); 
    348354            rABATLabel.Name = "rABATLabel"; 
    349355            rABATLabel.Size = new System.Drawing.Size(39, 13); 
     
    356362            zATWIERDZONO_DO_DRUKULabel.Location = new System.Drawing.Point(3, 5); 
    357363            zATWIERDZONO_DO_DRUKULabel.Name = "zATWIERDZONO_DO_DRUKULabel"; 
    358             zATWIERDZONO_DO_DRUKULabel.Size = new System.Drawing.Size(160, 13); 
     364            zATWIERDZONO_DO_DRUKULabel.Size = new System.Drawing.Size(119, 13); 
    359365            zATWIERDZONO_DO_DRUKULabel.TabIndex = 27; 
    360             zATWIERDZONO_DO_DRUKULabel.Text = "ZATWIERDZONO DO DRUKU:"; 
     366            zATWIERDZONO_DO_DRUKULabel.Text = "Zatwierdzono do druku:"; 
    361367            //  
    362368            // cENA_JEDNLabel 
    363369            //  
    364370            cENA_JEDNLabel.AutoSize = true; 
    365             cENA_JEDNLabel.Location = new System.Drawing.Point(5, 20); 
     371            cENA_JEDNLabel.Location = new System.Drawing.Point(5, 29); 
    366372            cENA_JEDNLabel.Name = "cENA_JEDNLabel"; 
    367373            cENA_JEDNLabel.Size = new System.Drawing.Size(58, 13); 
     
    372378            //  
    373379            nETTOLabel.AutoSize = true; 
    374             nETTOLabel.Location = new System.Drawing.Point(5, 124); 
     380            nETTOLabel.Location = new System.Drawing.Point(5, 132); 
    375381            nETTOLabel.Name = "nETTOLabel"; 
    376382            nETTOLabel.Size = new System.Drawing.Size(36, 13); 
     
    381387            //  
    382388            vATLabel.AutoSize = true; 
    383             vATLabel.Location = new System.Drawing.Point(6, 175); 
     389            vATLabel.Location = new System.Drawing.Point(5, 184); 
    384390            vATLabel.Name = "vATLabel"; 
    385391            vATLabel.Size = new System.Drawing.Size(31, 13); 
     
    390396            //  
    391397            pVATLabel.AutoSize = true; 
    392             pVATLabel.Location = new System.Drawing.Point(5, 201); 
     398            pVATLabel.Location = new System.Drawing.Point(5, 210); 
    393399            pVATLabel.Name = "pVATLabel"; 
    394400            pVATLabel.Size = new System.Drawing.Size(39, 13); 
     
    399405            //  
    400406            bRUTTOLabel.AutoSize = true; 
    401             bRUTTOLabel.Location = new System.Drawing.Point(6, 149); 
     407            bRUTTOLabel.Location = new System.Drawing.Point(5, 158); 
    402408            bRUTTOLabel.Name = "bRUTTOLabel"; 
    403409            bRUTTOLabel.Size = new System.Drawing.Size(38, 13); 
     
    408414            //  
    409415            pROWIZJALabel.AutoSize = true; 
    410             pROWIZJALabel.Location = new System.Drawing.Point(5, 228); 
     416            pROWIZJALabel.Location = new System.Drawing.Point(5, 237); 
    411417            pROWIZJALabel.Name = "pROWIZJALabel"; 
    412418            pROWIZJALabel.Size = new System.Drawing.Size(49, 13); 
     
    426432            //  
    427433            pROMOCJALabel.AutoSize = true; 
    428             pROMOCJALabel.Location = new System.Drawing.Point(280, 16); 
     434            pROMOCJALabel.Location = new System.Drawing.Point(286, 91); 
    429435            pROMOCJALabel.Name = "pROMOCJALabel"; 
    430436            pROMOCJALabel.Size = new System.Drawing.Size(54, 13); 
     
    435441            //  
    436442            gRZBIETLabel.AutoSize = true; 
    437             gRZBIETLabel.Location = new System.Drawing.Point(6, 59); 
     443            gRZBIETLabel.Location = new System.Drawing.Point(146, 11); 
    438444            gRZBIETLabel.Name = "gRZBIETLabel"; 
    439445            gRZBIETLabel.Size = new System.Drawing.Size(43, 13); 
     
    444450            //  
    445451            kier_notatkaLabel.AutoSize = true; 
    446             kier_notatkaLabel.Location = new System.Drawing.Point(39, 400); 
     452            kier_notatkaLabel.Location = new System.Drawing.Point(29, 405); 
    447453            kier_notatkaLabel.Name = "kier_notatkaLabel"; 
    448454            kier_notatkaLabel.Size = new System.Drawing.Size(102, 13); 
     
    462468            //  
    463469            zablokuj_prowizjeLabel.AutoSize = true; 
    464             zablokuj_prowizjeLabel.Location = new System.Drawing.Point(117, 251); 
     470            zablokuj_prowizjeLabel.Location = new System.Drawing.Point(141, 259); 
    465471            zablokuj_prowizjeLabel.Name = "zablokuj_prowizjeLabel"; 
    466             zablokuj_prowizjeLabel.Size = new System.Drawing.Size(93, 13); 
    467             zablokuj_prowizjeLabel.TabIndex = 53; 
    468             zablokuj_prowizjeLabel.Text = "ZABLOKOWANA:"; 
     472            zablokuj_prowizjeLabel.Size = new System.Drawing.Size(75, 13); 
     473            zablokuj_prowizjeLabel.TabIndex = 29; 
     474            zablokuj_prowizjeLabel.Text = "Zablokowana:"; 
    469475            //  
    470476            // kOLORLabel 
    471477            //  
    472478            kOLORLabel.AutoSize = true; 
    473             kOLORLabel.Location = new System.Drawing.Point(8, 99); 
     479            kOLORLabel.Location = new System.Drawing.Point(6, 51); 
    474480            kOLORLabel.Name = "kOLORLabel"; 
    475481            kOLORLabel.Size = new System.Drawing.Size(34, 13); 
     
    480486            //  
    481487            mOD_TYPLabel.AutoSize = true; 
    482             mOD_TYPLabel.Location = new System.Drawing.Point(141, 16); 
     488            mOD_TYPLabel.Location = new System.Drawing.Point(286, 11); 
    483489            mOD_TYPLabel.Name = "mOD_TYPLabel"; 
    484490            mOD_TYPLabel.Size = new System.Drawing.Size(67, 13); 
     
    489495            //  
    490496            sTRONALabel.AutoSize = true; 
    491             sTRONALabel.Location = new System.Drawing.Point(145, 99); 
     497            sTRONALabel.Location = new System.Drawing.Point(6, 131); 
    492498            sTRONALabel.Name = "sTRONALabel"; 
    493             sTRONALabel.Size = new System.Drawing.Size(63, 13); 
     499            sTRONALabel.Size = new System.Drawing.Size(103, 13); 
    494500            sTRONALabel.TabIndex = 57; 
    495             sTRONALabel.Text = "Lokalizacja:"; 
     501            sTRONALabel.Text = "Uwagi do lokalizacji:"; 
    496502            //  
    497503            // fAKTURA_WYSTAWIONOLabel 
     
    500506            fAKTURA_WYSTAWIONOLabel.Location = new System.Drawing.Point(268, 638); 
    501507            fAKTURA_WYSTAWIONOLabel.Name = "fAKTURA_WYSTAWIONOLabel"; 
    502             fAKTURA_WYSTAWIONOLabel.Size = new System.Drawing.Size(140, 13); 
     508            fAKTURA_WYSTAWIONOLabel.Size = new System.Drawing.Size(46, 13); 
    503509            fAKTURA_WYSTAWIONOLabel.TabIndex = 70; 
    504             fAKTURA_WYSTAWIONOLabel.Text = "FAKTURA WYSTAWIONO:"; 
     510            fAKTURA_WYSTAWIONOLabel.Text = "Faktura:"; 
    505511            //  
    506512            // zAP£ACONOLabel 
    507513            //  
    508514            zAP£ACONOLabel.AutoSize = true; 
    509             zAP£ACONOLabel.Location = new System.Drawing.Point(451, 638); 
     515            zAP£ACONOLabel.Location = new System.Drawing.Point(346, 638); 
    510516            zAP£ACONOLabel.Name = "zAP£ACONOLabel"; 
    511             zAP£ACONOLabel.Size = new System.Drawing.Size(76, 13); 
     517            zAP£ACONOLabel.Size = new System.Drawing.Size(63, 13); 
    512518            zAP£ACONOLabel.TabIndex = 71; 
    513             zAP£ACONOLabel.Text = "ZAP£ACONO:"; 
     519            zAP£ACONOLabel.Text = "Zap³acono:"; 
    514520            //  
    515521            // wyroznienieLabel 
     
    525531            //  
    526532            wyroznienie_exportedLabel.AutoSize = true; 
    527             wyroznienie_exportedLabel.Location = new System.Drawing.Point(558, 638); 
     533            wyroznienie_exportedLabel.Location = new System.Drawing.Point(437, 638); 
    528534            wyroznienie_exportedLabel.Name = "wyroznienie_exportedLabel"; 
    529535            wyroznienie_exportedLabel.Size = new System.Drawing.Size(126, 13); 
     
    534540            //  
    535541            label7.AutoSize = true; 
    536             label7.Location = new System.Drawing.Point(6, 97); 
     542            label7.Location = new System.Drawing.Point(5, 106); 
    537543            label7.Name = "label7"; 
    538544            label7.Size = new System.Drawing.Size(61, 13); 
     
    543549            //  
    544550            ogl_dzialLabel.AutoSize = true; 
    545             ogl_dzialLabel.Location = new System.Drawing.Point(6, 139); 
     551            ogl_dzialLabel.Location = new System.Drawing.Point(6, 91); 
    546552            ogl_dzialLabel.Name = "ogl_dzialLabel"; 
    547553            ogl_dzialLabel.Size = new System.Drawing.Size(35, 13); 
     
    552558            //  
    553559            ogl_rozdzialLabel.AutoSize = true; 
    554             ogl_rozdzialLabel.Location = new System.Drawing.Point(145, 139); 
     560            ogl_rozdzialLabel.Location = new System.Drawing.Point(146, 91); 
    555561            ogl_rozdzialLabel.Name = "ogl_rozdzialLabel"; 
    556562            ogl_rozdzialLabel.Size = new System.Drawing.Size(52, 13); 
     
    579585            this.tYTULComboBox.DataSource = this.lISTATYTULOWBindingSource; 
    580586            this.tYTULComboBox.DisplayMember = "SYMB"; 
    581             this.tYTULComboBox.Location = new System.Drawing.Point(7, 31); 
     587            this.tYTULComboBox.Location = new System.Drawing.Point(6, 26); 
    582588            this.tYTULComboBox.Name = "tYTULComboBox"; 
    583589            this.tYTULComboBox.RightToLeft = System.Windows.Forms.RightToLeft.No; 
    584590            this.tYTULComboBox.Size = new System.Drawing.Size(124, 21); 
    585             this.tYTULComboBox.TabIndex = 6; 
     591            this.tYTULComboBox.TabIndex = 5; 
    586592            this.tYTULComboBox.ValueMember = "SYMB"; 
    587593            this.tYTULComboBox.SelectedIndexChanged += new System.EventHandler(this.tYTULComboBox_SelectedIndexChanged); 
     
    609615            this.tYPComboBox.DisplayMember = "SYMB"; 
    610616            this.tYPComboBox.FormattingEnabled = true; 
    611             this.tYPComboBox.Location = new System.Drawing.Point(9, 114); 
     617            this.tYPComboBox.Location = new System.Drawing.Point(6, 105); 
    612618            this.tYPComboBox.Name = "tYPComboBox"; 
    613619            this.tYPComboBox.Size = new System.Drawing.Size(126, 21); 
    614             this.tYPComboBox.TabIndex = 5; 
    615             this.tYPComboBox.TabStop = false; 
     620            this.tYPComboBox.TabIndex = 3; 
    616621            this.tYPComboBox.ValueMember = "SYMB"; 
    617622            //  
     
    629634            this.iD_REKLAMYTextBox.BackColor = System.Drawing.SystemColors.Window; 
    630635            this.iD_REKLAMYTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "ID REKLAMY", true)); 
    631             this.iD_REKLAMYTextBox.Location = new System.Drawing.Point(151, 30); 
     636            this.iD_REKLAMYTextBox.Location = new System.Drawing.Point(151, 26); 
    632637            this.iD_REKLAMYTextBox.MaxLength = 10; 
    633638            this.iD_REKLAMYTextBox.Name = "iD_REKLAMYTextBox"; 
    634639            this.iD_REKLAMYTextBox.Size = new System.Drawing.Size(126, 20); 
    635             this.iD_REKLAMYTextBox.TabIndex = 2; 
     640            this.iD_REKLAMYTextBox.TabIndex = 0; 
    636641            //  
    637642            // nICK_NAMETextBox 
     
    639644            this.nICK_NAMETextBox.BackColor = System.Drawing.SystemColors.Window; 
    640645            this.nICK_NAMETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "NICK NAME", true)); 
    641             this.nICK_NAMETextBox.Location = new System.Drawing.Point(150, 75); 
     646            this.nICK_NAMETextBox.Location = new System.Drawing.Point(150, 66); 
    642647            this.nICK_NAMETextBox.MaxLength = 50; 
    643648            this.nICK_NAMETextBox.Name = "nICK_NAMETextBox"; 
    644649            this.nICK_NAMETextBox.Size = new System.Drawing.Size(240, 20); 
    645             this.nICK_NAMETextBox.TabIndex = 4; 
     650            this.nICK_NAMETextBox.TabIndex = 2; 
    646651            //  
    647652            // dATA_ZAMOWIENIADateTimePicker 
     
    650655            this.dATA_ZAMOWIENIADateTimePicker.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right; 
    651656            this.dATA_ZAMOWIENIADateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; 
    652             this.dATA_ZAMOWIENIADateTimePicker.Location = new System.Drawing.Point(10, 75); 
     657            this.dATA_ZAMOWIENIADateTimePicker.Location = new System.Drawing.Point(6, 66); 
    653658            this.dATA_ZAMOWIENIADateTimePicker.Name = "dATA_ZAMOWIENIADateTimePicker"; 
    654659            this.dATA_ZAMOWIENIADateTimePicker.Size = new System.Drawing.Size(126, 20); 
    655             this.dATA_ZAMOWIENIADateTimePicker.TabIndex = 3; 
     660            this.dATA_ZAMOWIENIADateTimePicker.TabIndex = 1; 
    656661            //  
    657662            // sZERTextBox 
     
    659664            this.sZERTextBox.BackColor = System.Drawing.SystemColors.Window; 
    660665            this.sZERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "SZER", true)); 
    661             this.sZERTextBox.Location = new System.Drawing.Point(144, 75); 
     666            this.sZERTextBox.Location = new System.Drawing.Point(146, 66); 
    662667            this.sZERTextBox.Name = "sZERTextBox"; 
    663             this.sZERTextBox.Size = new System.Drawing.Size(41, 20); 
    664             this.sZERTextBox.TabIndex = 10; 
     668            this.sZERTextBox.Size = new System.Drawing.Size(54, 20); 
     669            this.sZERTextBox.TabIndex = 9; 
    665670            this.sZERTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    666671            this.sZERTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.sZERTextBox_Validating); 
     
    670675            this.wYSTextBox.BackColor = System.Drawing.SystemColors.Window; 
    671676            this.wYSTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "WYS", true)); 
    672             this.wYSTextBox.Location = new System.Drawing.Point(212, 75); 
     677            this.wYSTextBox.Location = new System.Drawing.Point(216, 66); 
    673678            this.wYSTextBox.Name = "wYSTextBox"; 
    674             this.wYSTextBox.Size = new System.Drawing.Size(39, 20); 
    675             this.wYSTextBox.TabIndex = 11; 
     679            this.wYSTextBox.Size = new System.Drawing.Size(54, 20); 
     680            this.wYSTextBox.TabIndex = 10; 
    676681            this.wYSTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    677682            this.wYSTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.wYSTextBox_Validating); 
     
    681686            this.kROTNOSCTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    682687            this.kROTNOSCTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "KROTNOŒÆ", true)); 
    683             this.kROTNOSCTextBox.Location = new System.Drawing.Point(283, 75); 
     688            this.kROTNOSCTextBox.Location = new System.Drawing.Point(510, 571); 
    684689            this.kROTNOSCTextBox.Name = "kROTNOSCTextBox"; 
    685690            this.kROTNOSCTextBox.ReadOnly = true; 
    686691            this.kROTNOSCTextBox.Size = new System.Drawing.Size(36, 20); 
    687             this.kROTNOSCTextBox.TabIndex = 12; 
     692            this.kROTNOSCTextBox.TabIndex = 39; 
    688693            this.kROTNOSCTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    689694            //  
     
    692697            this.oDSTEPTextBox.BackColor = System.Drawing.SystemColors.Window; 
    693698            this.oDSTEPTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "ODSTÊP", true)); 
    694             this.oDSTEPTextBox.Location = new System.Drawing.Point(341, 75); 
     699            this.oDSTEPTextBox.Location = new System.Drawing.Point(730, 581); 
    695700            this.oDSTEPTextBox.Name = "oDSTEPTextBox"; 
    696701            this.oDSTEPTextBox.Size = new System.Drawing.Size(43, 20); 
    697702            this.oDSTEPTextBox.TabIndex = 13; 
    698703            this.oDSTEPTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     704            this.oDSTEPTextBox.Visible = false; 
    699705            //  
    700706            // rABATTextBox 
     
    702708            this.rABATTextBox.BackColor = System.Drawing.SystemColors.Window; 
    703709            this.rABATTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "RABAT", true)); 
    704             this.rABATTextBox.Location = new System.Drawing.Point(91, 42); 
     710            this.rABATTextBox.Location = new System.Drawing.Point(91, 50); 
    705711            this.rABATTextBox.Name = "rABATTextBox"; 
    706712            this.rABATTextBox.Size = new System.Drawing.Size(46, 20); 
    707             this.rABATTextBox.TabIndex = 24; 
     713            this.rABATTextBox.TabIndex = 18; 
    708714            this.rABATTextBox.Text = "0"; 
    709715            this.rABATTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    714720            this.rABAT_WARTOSCTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    715721            this.rABAT_WARTOSCTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "RABAT WARTOŒÆ", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    716             this.rABAT_WARTOSCTextBox.Location = new System.Drawing.Point(144, 42); 
     722            this.rABAT_WARTOSCTextBox.Location = new System.Drawing.Point(144, 50); 
    717723            this.rABAT_WARTOSCTextBox.Name = "rABAT_WARTOSCTextBox"; 
    718724            this.rABAT_WARTOSCTextBox.ReadOnly = true; 
    719725            this.rABAT_WARTOSCTextBox.Size = new System.Drawing.Size(89, 20); 
    720             this.rABAT_WARTOSCTextBox.TabIndex = 26; 
     726            this.rABAT_WARTOSCTextBox.TabIndex = 19; 
    721727            this.rABAT_WARTOSCTextBox.Text = "0"; 
    722728            this.rABAT_WARTOSCTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    724730            // zATWIERDZONO_DO_DRUKUCheckBox 
    725731            //  
     732            this.zATWIERDZONO_DO_DRUKUCheckBox.AutoSize = true; 
    726733            this.zATWIERDZONO_DO_DRUKUCheckBox.BackColor = System.Drawing.Color.Transparent; 
    727734            this.zATWIERDZONO_DO_DRUKUCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "ZATWIERDZONO DO DRUKU", true)); 
    728             this.zATWIERDZONO_DO_DRUKUCheckBox.Location = new System.Drawing.Point(166, 0); 
     735            this.zATWIERDZONO_DO_DRUKUCheckBox.Location = new System.Drawing.Point(124, 4); 
    729736            this.zATWIERDZONO_DO_DRUKUCheckBox.Name = "zATWIERDZONO_DO_DRUKUCheckBox"; 
    730             this.zATWIERDZONO_DO_DRUKUCheckBox.Size = new System.Drawing.Size(26, 24); 
    731             this.zATWIERDZONO_DO_DRUKUCheckBox.TabIndex = 28; 
     737            this.zATWIERDZONO_DO_DRUKUCheckBox.Size = new System.Drawing.Size(15, 14); 
     738            this.zATWIERDZONO_DO_DRUKUCheckBox.TabIndex = 41; 
    732739            this.zATWIERDZONO_DO_DRUKUCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
    733740            this.zATWIERDZONO_DO_DRUKUCheckBox.UseVisualStyleBackColor = false; 
     
    738745            this.cENA_JEDNTextBox.BackColor = System.Drawing.SystemColors.Window; 
    739746            this.cENA_JEDNTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "CENA JEDN", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    740             this.cENA_JEDNTextBox.Location = new System.Drawing.Point(91, 17); 
     747            this.cENA_JEDNTextBox.Location = new System.Drawing.Point(91, 25); 
    741748            this.cENA_JEDNTextBox.Name = "cENA_JEDNTextBox"; 
    742749            this.cENA_JEDNTextBox.Size = new System.Drawing.Size(142, 20); 
    743             this.cENA_JEDNTextBox.TabIndex = 30; 
     750            this.cENA_JEDNTextBox.TabIndex = 17; 
    744751            this.cENA_JEDNTextBox.Text = "0"; 
    745752            this.cENA_JEDNTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    750757            this.nETTOTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    751758            this.nETTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "NETTO", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    752             this.nETTOTextBox.Location = new System.Drawing.Point(91, 120); 
     759            this.nETTOTextBox.Location = new System.Drawing.Point(91, 128); 
    753760            this.nETTOTextBox.Name = "nETTOTextBox"; 
    754761            this.nETTOTextBox.ReadOnly = true; 
    755762            this.nETTOTextBox.Size = new System.Drawing.Size(142, 20); 
    756             this.nETTOTextBox.TabIndex = 32; 
     763            this.nETTOTextBox.TabIndex = 23; 
    757764            this.nETTOTextBox.Text = "0"; 
    758765            this.nETTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    762769            this.vATTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    763770            this.vATTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "PVAT", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    764             this.vATTextBox.Location = new System.Drawing.Point(91, 172); 
     771            this.vATTextBox.Location = new System.Drawing.Point(91, 180); 
    765772            this.vATTextBox.Name = "vATTextBox"; 
    766773            this.vATTextBox.ReadOnly = true; 
    767774            this.vATTextBox.Size = new System.Drawing.Size(142, 20); 
    768             this.vATTextBox.TabIndex = 34; 
     775            this.vATTextBox.TabIndex = 25; 
    769776            this.vATTextBox.Text = "0"; 
    770777            this.vATTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    778785            "22%", 
    779786            "0%"}); 
    780             this.pVATComboBox.Location = new System.Drawing.Point(91, 198); 
     787            this.pVATComboBox.Location = new System.Drawing.Point(91, 206); 
    781788            this.pVATComboBox.Name = "pVATComboBox"; 
    782789            this.pVATComboBox.Size = new System.Drawing.Size(142, 21); 
    783             this.pVATComboBox.TabIndex = 36; 
     790            this.pVATComboBox.TabIndex = 26; 
    784791            this.pVATComboBox.SelectedIndexChanged += new System.EventHandler(this.pVATComboBox_SelectedIndexChanged); 
    785792            //  
     
    788795            this.bRUTTOTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    789796            this.bRUTTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "BRUTTO", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    790             this.bRUTTOTextBox.Location = new System.Drawing.Point(91, 146); 
     797            this.bRUTTOTextBox.Location = new System.Drawing.Point(91, 154); 
    791798            this.bRUTTOTextBox.Name = "bRUTTOTextBox"; 
    792799            this.bRUTTOTextBox.ReadOnly = true; 
    793800            this.bRUTTOTextBox.Size = new System.Drawing.Size(142, 20); 
    794             this.bRUTTOTextBox.TabIndex = 37; 
     801            this.bRUTTOTextBox.TabIndex = 24; 
    795802            this.bRUTTOTextBox.Text = "0"; 
    796803            this.bRUTTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    800807            this.pROCENT_PROWIZJITextBox.BackColor = System.Drawing.SystemColors.Window; 
    801808            this.pROCENT_PROWIZJITextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "PROCENT PROWIZJI", true)); 
    802             this.pROCENT_PROWIZJITextBox.Location = new System.Drawing.Point(91, 225); 
     809            this.pROCENT_PROWIZJITextBox.Location = new System.Drawing.Point(91, 233); 
    803810            this.pROCENT_PROWIZJITextBox.Name = "pROCENT_PROWIZJITextBox"; 
    804811            this.pROCENT_PROWIZJITextBox.Size = new System.Drawing.Size(47, 20); 
    805             this.pROCENT_PROWIZJITextBox.TabIndex = 38; 
     812            this.pROCENT_PROWIZJITextBox.TabIndex = 27; 
    806813            this.pROCENT_PROWIZJITextBox.Text = "0"; 
    807814            this.pROCENT_PROWIZJITextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    812819            this.pROWIZJATextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    813820            this.pROWIZJATextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "PROWIZJA", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    814             this.pROWIZJATextBox.Location = new System.Drawing.Point(144, 225); 
     821            this.pROWIZJATextBox.Location = new System.Drawing.Point(144, 233); 
    815822            this.pROWIZJATextBox.Name = "pROWIZJATextBox"; 
    816823            this.pROWIZJATextBox.ReadOnly = true; 
    817824            this.pROWIZJATextBox.Size = new System.Drawing.Size(89, 20); 
    818             this.pROWIZJATextBox.TabIndex = 40; 
     825            this.pROWIZJATextBox.TabIndex = 28; 
    819826            this.pROWIZJATextBox.Text = "0"; 
    820827            this.pROWIZJATextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    828835            this.iNFOTextBox.Name = "iNFOTextBox"; 
    829836            this.iNFOTextBox.Size = new System.Drawing.Size(240, 252); 
    830             this.iNFOTextBox.TabIndex = 42; 
     837            this.iNFOTextBox.TabIndex = 52; 
    831838            //  
    832839            // pROMOCJEBindingSource 
     
    857864            this.kier_notatkaTextBox.Name = "kier_notatkaTextBox"; 
    858865            this.kier_notatkaTextBox.Size = new System.Drawing.Size(240, 104); 
    859             this.kier_notatkaTextBox.TabIndex = 48; 
     866            this.kier_notatkaTextBox.TabIndex = 54; 
    860867            //  
    861868            // kier_zatwierdzilCheckBox 
    862869            //  
     870            this.kier_zatwierdzilCheckBox.AutoSize = true; 
    863871            this.kier_zatwierdzilCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "kier_zatwierdzil", true)); 
    864             this.kier_zatwierdzilCheckBox.Location = new System.Drawing.Point(9, 398); 
     872            this.kier_zatwierdzilCheckBox.Location = new System.Drawing.Point(9, 404); 
    865873            this.kier_zatwierdzilCheckBox.Name = "kier_zatwierdzilCheckBox"; 
    866             this.kier_zatwierdzilCheckBox.Size = new System.Drawing.Size(20, 19); 
    867             this.kier_zatwierdzilCheckBox.TabIndex = 50; 
     874            this.kier_zatwierdzilCheckBox.Size = new System.Drawing.Size(15, 14); 
     875            this.kier_zatwierdzilCheckBox.TabIndex = 53; 
    868876            //  
    869877            // zam_notatkaTextBox 
     
    876884            this.zam_notatkaTextBox.Name = "zam_notatkaTextBox"; 
    877885            this.zam_notatkaTextBox.Size = new System.Drawing.Size(240, 105); 
    878             this.zam_notatkaTextBox.TabIndex = 52; 
     886            this.zam_notatkaTextBox.TabIndex = 51; 
    879887            //  
    880888            // zablokuj_prowizjeCheckBox 
    881889            //  
     890            this.zablokuj_prowizjeCheckBox.AutoSize = true; 
    882891            this.zablokuj_prowizjeCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "zablokuj_prowizje", true)); 
    883             this.zablokuj_prowizjeCheckBox.Location = new System.Drawing.Point(216, 246); 
     892            this.zablokuj_prowizjeCheckBox.Location = new System.Drawing.Point(218, 258); 
    884893            this.zablokuj_prowizjeCheckBox.Name = "zablokuj_prowizjeCheckBox"; 
    885             this.zablokuj_prowizjeCheckBox.Size = new System.Drawing.Size(18, 24); 
    886             this.zablokuj_prowizjeCheckBox.TabIndex = 54; 
     894            this.zablokuj_prowizjeCheckBox.Size = new System.Drawing.Size(15, 14); 
     895            this.zablokuj_prowizjeCheckBox.TabIndex = 29; 
    887896            this.zablokuj_prowizjeCheckBox.CheckedChanged += new System.EventHandler(this.zablokuj_prowizjeCheckBox_CheckedChanged); 
    888897            //  
     
    894903            this.ukazeSieDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 
    895904            this.ukazeSieDataGridView.BackgroundColor = System.Drawing.Color.White; 
    896             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    897             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; 
    898             dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    899             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; 
    900             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    901             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    902             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    903             this.ukazeSieDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; 
     905            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     906            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; 
     907            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     908            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; 
     909            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     910            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     911            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     912            this.ukazeSieDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; 
    904913            this.ukazeSieDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
    905914            this.ukazeSieDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
     
    915924            this.ukazeSieDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 
    916925            this.ukazeSieDataGridView.Size = new System.Drawing.Size(204, 556); 
    917             this.ukazeSieDataGridView.TabIndex = 16; 
     926            this.ukazeSieDataGridView.TabIndex = 46; 
    918927            this.ukazeSieDataGridView.Leave += new System.EventHandler(this.ukazeSieDataGridView_Leave); 
    919928            this.ukazeSieDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ukazeSieDataGridView_CellContextMenuStripNeeded); 
     
    926935            //  
    927936            this.nrWydaniaDataGridViewTextBoxColumn.DataPropertyName = "Nr Wydania"; 
    928             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    929             this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2; 
     937            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     938            this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 
    930939            this.nrWydaniaDataGridViewTextBoxColumn.FillWeight = 149.2386F; 
    931940            this.nrWydaniaDataGridViewTextBoxColumn.HeaderText = "Nr wyd."; 
     
    948957            this.netto.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    949958            this.netto.DataPropertyName = "netto"; 
    950             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
    951             dataGridViewCellStyle3.Format = "C"; 
    952             this.netto.DefaultCellStyle = dataGridViewCellStyle3; 
     959            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
     960            dataGridViewCellStyle9.Format = "C"; 
     961            this.netto.DefaultCellStyle = dataGridViewCellStyle9; 
    953962            this.netto.HeaderText = "Wartoœæ"; 
    954963            this.netto.Name = "netto"; 
     
    974983            "SPOT", 
    975984            "FULL"}); 
    976             this.kOLORComboBox.Location = new System.Drawing.Point(7, 115); 
     985            this.kOLORComboBox.Location = new System.Drawing.Point(6, 66); 
    977986            this.kOLORComboBox.Name = "kOLORComboBox"; 
    978             this.kOLORComboBox.Size = new System.Drawing.Size(123, 21); 
    979             this.kOLORComboBox.TabIndex = 14; 
     987            this.kOLORComboBox.Size = new System.Drawing.Size(124, 21); 
     988            this.kOLORComboBox.TabIndex = 8; 
    980989            //  
    981990            // mOD_TYPComboBox 
     
    985994            this.mOD_TYPComboBox.DataSource = this.nAZWYMODULOWBindingSource; 
    986995            this.mOD_TYPComboBox.DisplayMember = "MOD_TYP"; 
    987             this.mOD_TYPComboBox.Location = new System.Drawing.Point(144, 31); 
     996            this.mOD_TYPComboBox.Location = new System.Drawing.Point(286, 26); 
    988997            this.mOD_TYPComboBox.Name = "mOD_TYPComboBox"; 
    989             this.mOD_TYPComboBox.Size = new System.Drawing.Size(121, 21); 
     998            this.mOD_TYPComboBox.Size = new System.Drawing.Size(124, 21); 
    990999            this.mOD_TYPComboBox.TabIndex = 7; 
    9911000            this.mOD_TYPComboBox.ValueMember = "MOD_TYP"; 
     
    10021011            // groupBox1 
    10031012            //  
     1013            this.groupBox1.Controls.Add(label1); 
    10041014            this.groupBox1.Controls.Add(this.sYMBOL_AKWIZYTORAComboBox); 
    10051015            this.groupBox1.Controls.Add(this.label2); 
    1006             this.groupBox1.Controls.Add(this.label1); 
    10071016            this.groupBox1.Controls.Add(sYMBOL_AKWIZYTORALabel); 
    10081017            this.groupBox1.Controls.Add(iD_REKLAMYLabel); 
     
    10141023            this.groupBox1.Controls.Add(tYPLabel); 
    10151024            this.groupBox1.Controls.Add(this.tYPComboBox); 
    1016             this.groupBox1.Location = new System.Drawing.Point(12, 2); 
     1025            this.groupBox1.Location = new System.Drawing.Point(5, 2); 
    10171026            this.groupBox1.Name = "groupBox1"; 
    1018             this.groupBox1.Size = new System.Drawing.Size(414, 139); 
    1019             this.groupBox1.TabIndex = 58; 
     1027            this.groupBox1.Size = new System.Drawing.Size(424, 139); 
     1028            this.groupBox1.TabIndex = 0; 
    10201029            this.groupBox1.TabStop = false; 
    10211030            //  
     
    10271036            this.sYMBOL_AKWIZYTORAComboBox.DisplayMember = "Symbol"; 
    10281037            this.sYMBOL_AKWIZYTORAComboBox.FormattingEnabled = true; 
    1029             this.sYMBOL_AKWIZYTORAComboBox.Location = new System.Drawing.Point(9, 30); 
     1038            this.sYMBOL_AKWIZYTORAComboBox.Location = new System.Drawing.Point(6, 26); 
    10301039            this.sYMBOL_AKWIZYTORAComboBox.Name = "sYMBOL_AKWIZYTORAComboBox"; 
    10311040            this.sYMBOL_AKWIZYTORAComboBox.Size = new System.Drawing.Size(128, 21); 
    1032             this.sYMBOL_AKWIZYTORAComboBox.TabIndex = 15; 
     1041            this.sYMBOL_AKWIZYTORAComboBox.TabIndex = 0; 
    10331042            this.sYMBOL_AKWIZYTORAComboBox.ValueMember = "Symbol"; 
    10341043            //  
     
    10421051            this.label2.AutoSize = true; 
    10431052            this.label2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "ReklamaID", true)); 
    1044             this.label2.Location = new System.Drawing.Point(152, 117); 
     1053            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     1054            this.label2.Location = new System.Drawing.Point(288, 29); 
    10451055            this.label2.Name = "label2"; 
    1046             this.label2.Size = new System.Drawing.Size(35, 13); 
     1056            this.label2.Size = new System.Drawing.Size(47, 15); 
    10471057            this.label2.TabIndex = 14; 
    10481058            this.label2.Text = "label2"; 
    10491059            //  
    1050             // label1 
    1051             //  
    1052             this.label1.AutoSize = true; 
    1053             this.label1.Location = new System.Drawing.Point(321, 14); 
    1054             this.label1.Name = "label1"; 
    1055             this.label1.Size = new System.Drawing.Size(46, 13); 
    1056             this.label1.TabIndex = 13; 
    1057             this.label1.Text = "Agencja"; 
    1058             //  
    10591060            // groupBox2 
    10601061            //  
    1061             this.groupBox2.Controls.Add(this.button3); 
     1062            this.groupBox2.Controls.Add(this.cbLocation); 
     1063            this.groupBox2.Controls.Add(this.label9); 
    10621064            this.groupBox2.Controls.Add(ogl_rozdzialLabel); 
    10631065            this.groupBox2.Controls.Add(this.ogl_rozdzialComboBox); 
    10641066            this.groupBox2.Controls.Add(ogl_dzialLabel); 
    10651067            this.groupBox2.Controls.Add(this.ogl_dzialComboBox); 
     1068            this.groupBox2.Controls.Add(this.promocjaComboBox); 
    10661069            this.groupBox2.Controls.Add(this.grzbietComboBox); 
    1067             this.groupBox2.Controls.Add(this.promocjaComboBox); 
    10681070            this.groupBox2.Controls.Add(sTRONALabel); 
     1071            this.groupBox2.Controls.Add(pROMOCJALabel); 
     1072            this.groupBox2.Controls.Add(tYTULLabel); 
    10691073            this.groupBox2.Controls.Add(this.sTRONATextBox); 
    1070             this.groupBox2.Controls.Add(tYTULLabel); 
    10711074            this.groupBox2.Controls.Add(this.tYTULComboBox); 
    10721075            this.groupBox2.Controls.Add(mOD_TYPLabel); 
     
    10751078            this.groupBox2.Controls.Add(kOLORLabel); 
    10761079            this.groupBox2.Controls.Add(this.kOLORComboBox); 
    1077             this.groupBox2.Controls.Add(pROMOCJALabel); 
    10781080            this.groupBox2.Controls.Add(sZERLabel); 
    10791081            this.groupBox2.Controls.Add(this.sZERTextBox); 
    10801082            this.groupBox2.Controls.Add(wYSLabel); 
    10811083            this.groupBox2.Controls.Add(this.wYSTextBox); 
    1082             this.groupBox2.Controls.Add(this.kROTNOSCTextBox); 
    1083             this.groupBox2.Controls.Add(kROTNOSCLabel); 
    1084             this.groupBox2.Controls.Add(this.oDSTEPTextBox); 
    1085             this.groupBox2.Controls.Add(oDSTÊPLabel); 
    1086             this.groupBox2.Location = new System.Drawing.Point(11, 143); 
     1084            this.groupBox2.Location = new System.Drawing.Point(5, 143); 
    10871085            this.groupBox2.Name = "groupBox2"; 
    1088             this.groupBox2.Size = new System.Drawing.Size(415, 180); 
    1089             this.groupBox2.TabIndex = 59; 
     1086            this.groupBox2.Size = new System.Drawing.Size(424, 180); 
     1087            this.groupBox2.TabIndex = 4; 
    10901088            this.groupBox2.TabStop = false; 
    10911089            //  
    10921090            // button3 
    10931091            //  
    1094             this.button3.Location = new System.Drawing.Point(325, 153); 
     1092            this.button3.Location = new System.Drawing.Point(792, 576); 
    10951093            this.button3.Name = "button3"; 
    10961094            this.button3.Size = new System.Drawing.Size(68, 23); 
     
    10981096            this.button3.Text = "Dowolny"; 
    10991097            this.button3.UseVisualStyleBackColor = true; 
     1098            this.button3.Visible = false; 
    11001099            this.button3.Click += new System.EventHandler(this.button3_Click); 
    11011100            //  
     
    11061105            this.ogl_rozdzialComboBox.DisplayMember = "ROZDZIA£_TXT"; 
    11071106            this.ogl_rozdzialComboBox.FormattingEnabled = true; 
    1108             this.ogl_rozdzialComboBox.Location = new System.Drawing.Point(144, 155); 
     1107            this.ogl_rozdzialComboBox.Location = new System.Drawing.Point(146, 106); 
    11091108            this.ogl_rozdzialComboBox.Name = "ogl_rozdzialComboBox"; 
    1110             this.ogl_rozdzialComboBox.Size = new System.Drawing.Size(168, 21); 
    1111             this.ogl_rozdzialComboBox.TabIndex = 59; 
     1109            this.ogl_rozdzialComboBox.Size = new System.Drawing.Size(124, 21); 
     1110            this.ogl_rozdzialComboBox.TabIndex = 13; 
    11121111            this.ogl_rozdzialComboBox.ValueMember = "id"; 
    11131112            //  
     
    11231122            this.ogl_dzialComboBox.DisplayMember = "DZIA£_TXT"; 
    11241123            this.ogl_dzialComboBox.FormattingEnabled = true; 
    1125             this.ogl_dzialComboBox.Location = new System.Drawing.Point(7, 155); 
     1124            this.ogl_dzialComboBox.Location = new System.Drawing.Point(6, 106); 
    11261125            this.ogl_dzialComboBox.Name = "ogl_dzialComboBox"; 
    11271126            this.ogl_dzialComboBox.Size = new System.Drawing.Size(124, 21); 
    1128             this.ogl_dzialComboBox.TabIndex = 58; 
     1127            this.ogl_dzialComboBox.TabIndex = 12; 
    11291128            this.ogl_dzialComboBox.ValueMember = "DZIA£_NR"; 
    11301129            this.ogl_dzialComboBox.SelectedValueChanged += new System.EventHandler(this.ogl_dzialComboBox_SelectedValueChanged); 
     
    11421141            this.grzbietComboBox.DisplayMember = "Nazwa"; 
    11431142            this.grzbietComboBox.FormattingEnabled = true; 
    1144             this.grzbietComboBox.Location = new System.Drawing.Point(7, 75); 
     1143            this.grzbietComboBox.Location = new System.Drawing.Point(146, 26); 
    11451144            this.grzbietComboBox.Name = "grzbietComboBox"; 
    11461145            this.grzbietComboBox.Size = new System.Drawing.Size(124, 21); 
    1147             this.grzbietComboBox.TabIndex = 9; 
     1146            this.grzbietComboBox.TabIndex = 6; 
    11481147            this.grzbietComboBox.ValueMember = "ID"; 
    11491148            this.grzbietComboBox.SelectedIndexChanged += new System.EventHandler(this.grzbietComboBox_SelectedIndexChanged); 
     
    11541153            this.promocjaComboBox.DataSource = this.pROMOCJEBindingSource; 
    11551154            this.promocjaComboBox.DisplayMember = "Nazwa"; 
    1156             this.promocjaComboBox.Location = new System.Drawing.Point(283, 31); 
     1155            this.promocjaComboBox.Location = new System.Drawing.Point(286, 106); 
    11571156            this.promocjaComboBox.Name = "promocjaComboBox"; 
    1158             this.promocjaComboBox.Size = new System.Drawing.Size(101, 21); 
    1159             this.promocjaComboBox.TabIndex = 8; 
     1157            this.promocjaComboBox.Size = new System.Drawing.Size(124, 21); 
     1158            this.promocjaComboBox.TabIndex = 14; 
    11601159            this.promocjaComboBox.ValueMember = "id"; 
    11611160            this.promocjaComboBox.TextChanged += new System.EventHandler(this.promocjaComboBox_TextChanged); 
     
    11651164            this.sTRONATextBox.BackColor = System.Drawing.SystemColors.Window; 
    11661165            this.sTRONATextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "STRONA", true)); 
    1167             this.sTRONATextBox.Location = new System.Drawing.Point(144, 115); 
     1166            this.sTRONATextBox.Location = new System.Drawing.Point(6, 146); 
    11681167            this.sTRONATextBox.MaxLength = 25; 
    11691168            this.sTRONATextBox.Name = "sTRONATextBox"; 
    1170             this.sTRONATextBox.Size = new System.Drawing.Size(253, 20); 
     1169            this.sTRONATextBox.Size = new System.Drawing.Size(404, 20); 
    11711170            this.sTRONATextBox.TabIndex = 15; 
    11721171            //  
     
    11981197            this.groupBox3.Controls.Add(this.pROCENT_PROWIZJITextBox); 
    11991198            this.groupBox3.Controls.Add(this.pROWIZJATextBox); 
    1200             this.groupBox3.Location = new System.Drawing.Point(11, 324); 
     1199            this.groupBox3.Location = new System.Drawing.Point(5, 324); 
    12011200            this.groupBox3.Name = "groupBox3"; 
    12021201            this.groupBox3.Size = new System.Drawing.Size(244, 303); 
    1203             this.groupBox3.TabIndex = 60; 
     1202            this.groupBox3.TabIndex = 16; 
    12041203            this.groupBox3.TabStop = false; 
    12051204            //  
     
    12071206            //  
    12081207            this.label8.AutoSize = true; 
    1209             this.label8.Location = new System.Drawing.Point(5, 72); 
     1208            this.label8.Location = new System.Drawing.Point(5, 81); 
    12101209            this.label8.Name = "label8"; 
    12111210            this.label8.Size = new System.Drawing.Size(85, 13); 
     
    12161215            //  
    12171216            this.nettoBezBOTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    1218             this.nettoBezBOTextBox.Location = new System.Drawing.Point(91, 69); 
     1217            this.nettoBezBOTextBox.Location = new System.Drawing.Point(91, 77); 
    12191218            this.nettoBezBOTextBox.Name = "nettoBezBOTextBox"; 
    12201219            this.nettoBezBOTextBox.ReadOnly = true; 
    12211220            this.nettoBezBOTextBox.Size = new System.Drawing.Size(142, 20); 
    1222             this.nettoBezBOTextBox.TabIndex = 78; 
     1221            this.nettoBezBOTextBox.TabIndex = 20; 
    12231222            this.nettoBezBOTextBox.Text = "0"; 
    12241223            this.nettoBezBOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    12281227            this.wyroznienie_kwotaTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    12291228            this.wyroznienie_kwotaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "wyroznienie_kwota", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2")); 
    1230             this.wyroznienie_kwotaTextBox.Location = new System.Drawing.Point(144, 94); 
     1229            this.wyroznienie_kwotaTextBox.Location = new System.Drawing.Point(144, 102); 
    12311230            this.wyroznienie_kwotaTextBox.Name = "wyroznienie_kwotaTextBox"; 
    12321231            this.wyroznienie_kwotaTextBox.ReadOnly = true; 
    12331232            this.wyroznienie_kwotaTextBox.Size = new System.Drawing.Size(89, 20); 
    1234             this.wyroznienie_kwotaTextBox.TabIndex = 77; 
     1233            this.wyroznienie_kwotaTextBox.TabIndex = 22; 
    12351234            this.wyroznienie_kwotaTextBox.Text = "0"; 
    12361235            this.wyroznienie_kwotaTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    12391238            //  
    12401239            this.cenaModuluLabel.AutoSize = true; 
    1241             this.cenaModuluLabel.Location = new System.Drawing.Point(6, 274); 
     1240            this.cenaModuluLabel.Location = new System.Drawing.Point(6, 282); 
    12421241            this.cenaModuluLabel.Name = "cenaModuluLabel"; 
    12431242            this.cenaModuluLabel.Size = new System.Drawing.Size(16, 13); 
     
    12481247            //  
    12491248            this.label3.AutoSize = true; 
    1250             this.label3.Location = new System.Drawing.Point(5, 257); 
     1249            this.label3.Location = new System.Drawing.Point(5, 265); 
    12511250            this.label3.Name = "label3"; 
    12521251            this.label3.Size = new System.Drawing.Size(74, 13); 
     
    12581257            this.wyroznienie_procentTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 
    12591258            this.wyroznienie_procentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "wyroznienie_procent", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "P")); 
    1260             this.wyroznienie_procentTextBox.Location = new System.Drawing.Point(91, 94); 
     1259            this.wyroznienie_procentTextBox.Location = new System.Drawing.Point(91, 102); 
    12611260            this.wyroznienie_procentTextBox.Name = "wyroznienie_procentTextBox"; 
    12621261            this.wyroznienie_procentTextBox.ReadOnly = true; 
    12631262            this.wyroznienie_procentTextBox.Size = new System.Drawing.Size(47, 20); 
    1264             this.wyroznienie_procentTextBox.TabIndex = 76; 
     1263            this.wyroznienie_procentTextBox.TabIndex = 21; 
    12651264            this.wyroznienie_procentTextBox.Text = "0"; 
    12661265            this.wyroznienie_procentTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     
    12681267            // cenaEmisjiButton 
    12691268            //  
    1270             this.cenaEmisjiButton.Location = new System.Drawing.Point(548, 604); 
     1269            this.cenaEmisjiButton.Location = new System.Drawing.Point(645, 571); 
    12711270            this.cenaEmisjiButton.Name = "cenaEmisjiButton"; 
    12721271            this.cenaEmisjiButton.Size = new System.Drawing.Size(75, 23); 
     
    12741273            this.cenaEmisjiButton.Text = "Cena em."; 
    12751274            this.cenaEmisjiButton.UseVisualStyleBackColor = true; 
     1275            this.cenaEmisjiButton.Visible = false; 
    12761276            this.cenaEmisjiButton.Click += new System.EventHandler(this.cenaEmisjiButton_Click); 
    12771277            //  
     
    12801280            this.brutto_EuroTextBox.BackColor = System.Drawing.SystemColors.Window; 
    12811281            this.brutto_EuroTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "Brutto_Euro", true)); 
    1282             this.brutto_EuroTextBox.Location = new System.Drawing.Point(29, 65); 
     1282            this.brutto_EuroTextBox.Location = new System.Drawing.Point(6, 25); 
    12831283            this.brutto_EuroTextBox.Name = "brutto_EuroTextBox"; 
    12841284            this.brutto_EuroTextBox.Size = new System.Drawing.Size(111, 20); 
    1285             this.brutto_EuroTextBox.TabIndex = 62; 
     1285            this.brutto_EuroTextBox.TabIndex = 6231; 
    12861286            this.brutto_EuroTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    12871287            this.brutto_EuroTextBox.Leave += new System.EventHandler(this.brutto_EuroTextBox_Leave); 
     
    12961296            "USD", 
    12971297            "GBP"}); 
    1298             this.walutyComboBox.Location = new System.Drawing.Point(29, 16); 
     1298            this.walutyComboBox.Location = new System.Drawing.Point(6, 50); 
    12991299            this.walutyComboBox.Name = "walutyComboBox"; 
    13001300            this.walutyComboBox.Size = new System.Drawing.Size(111, 21); 
    1301             this.walutyComboBox.TabIndex = 59; 
     1301            this.walutyComboBox.TabIndex = 32; 
    13021302            this.walutyComboBox.SelectedIndexChanged += new System.EventHandler(this.walutyComboBox_SelectedIndexChanged); 
    13031303            //  
     
    13081308            this.dodajButton.Name = "dodajButton"; 
    13091309            this.dodajButton.Size = new System.Drawing.Size(76, 36); 
    1310             this.dodajButton.TabIndex = 61; 
     1310            this.dodajButton.TabIndex = 60; 
    13111311            this.dodajButton.Text = "Zapisz"; 
    13121312            this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    13201320            this.anulujButton.Name = "anulujButton"; 
    13211321            this.anulujButton.Size = new System.Drawing.Size(74, 36); 
    1322             this.anulujButton.TabIndex = 62; 
     1322            this.anulujButton.TabIndex = 61; 
    13231323            this.anulujButton.Text = "Anuluj"; 
    13241324            this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    13381338            //  
    13391339            this.label4.AutoSize = true; 
    1340             this.label4.Location = new System.Drawing.Point(432, 581); 
     1340            this.label4.Location = new System.Drawing.Point(435, 599); 
    13411341            this.label4.Name = "label4"; 
    13421342            this.label4.Size = new System.Drawing.Size(69, 13); 
    13431343            this.label4.TabIndex = 67; 
    13441344            this.label4.Text = "Liczba emisji:"; 
     1345            this.label4.Visible = false; 
    13451346            //  
    13461347            // liczbaEmisjiLabel 
    13471348            //  
    13481349            this.liczbaEmisjiLabel.AutoSize = true; 
    1349             this.liczbaEmisjiLabel.Location = new System.Drawing.Point(507, 581); 
     1350            this.liczbaEmisjiLabel.Location = new System.Drawing.Point(510, 599); 
    13501351            this.liczbaEmisjiLabel.Name = "liczbaEmisjiLabel"; 
    13511352            this.liczbaEmisjiLabel.Size = new System.Drawing.Size(10, 13); 
    13521353            this.liczbaEmisjiLabel.TabIndex = 68; 
    13531354            this.liczbaEmisjiLabel.Text = "-"; 
     1355            this.liczbaEmisjiLabel.Visible = false; 
    13541356            //  
    13551357            // kursy_WalutTableAdapter 
     
    13741376            this.groupBox4.Location = new System.Drawing.Point(262, 325); 
    13751377            this.groupBox4.Name = "groupBox4"; 
    1376             this.groupBox4.Size = new System.Drawing.Size(164, 247); 
    1377             this.groupBox4.TabIndex = 66; 
     1378            this.groupBox4.Size = new System.Drawing.Size(167, 247); 
     1379            this.groupBox4.TabIndex = 30; 
    13781380            this.groupBox4.TabStop = false; 
    13791381            //  
     
    13811383            //  
    13821384            this.label5.AutoSize = true; 
    1383             this.label5.Location = new System.Drawing.Point(7, 173); 
     1385            this.label5.Location = new System.Drawing.Point(7, 178); 
    13841386            this.label5.Name = "label5"; 
    1385             this.label5.Size = new System.Drawing.Size(62, 13); 
     1387            this.label5.Size = new System.Drawing.Size(56, 13); 
    13861388            this.label5.TabIndex = 74; 
    1387             this.label5.Text = "KURS NBP"; 
     1389            this.label5.Text = "Kurs NBP:"; 
    13881390            //  
    13891391            // brutto_Euro_MianoTextBox 
     
    13911393            this.brutto_Euro_MianoTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 
    13921394            this.brutto_Euro_MianoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "Brutto_Euro_Miano", true)); 
    1393             this.brutto_Euro_MianoTextBox.Location = new System.Drawing.Point(98, 193); 
     1395            this.brutto_Euro_MianoTextBox.Location = new System.Drawing.Point(91, 193); 
    13941396            this.brutto_Euro_MianoTextBox.Name = "brutto_Euro_MianoTextBox"; 
    13951397            this.brutto_Euro_MianoTextBox.ReadOnly = true; 
    13961398            this.brutto_Euro_MianoTextBox.Size = new System.Drawing.Size(60, 20); 
    1397             this.brutto_Euro_MianoTextBox.TabIndex = 73; 
     1399            this.brutto_Euro_MianoTextBox.TabIndex = 34; 
    13981400            //  
    13991401            // waluta_kursTextBox 
     
    14011403            this.waluta_kursTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 
    14021404            this.waluta_kursTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "waluta_kurs", true)); 
    1403             this.waluta_kursTextBox.Location = new System.Drawing.Point(48, 220); 
     1405            this.waluta_kursTextBox.Location = new System.Drawing.Point(41, 220); 
    14041406            this.waluta_kursTextBox.Name = "waluta_kursTextBox"; 
    14051407            this.waluta_kursTextBox.ReadOnly = true; 
    14061408            this.waluta_kursTextBox.Size = new System.Drawing.Size(110, 20); 
    1407             this.waluta_kursTextBox.TabIndex = 71; 
     1409            this.waluta_kursTextBox.TabIndex = 36; 
    14081410            //  
    14091411            // waluta_PrzelicznikTextBox 
     
    14111413            this.waluta_PrzelicznikTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 
    14121414            this.waluta_PrzelicznikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "waluta_Przelicznik", true)); 
    1413             this.waluta_PrzelicznikTextBox.Location = new System.Drawing.Point(9, 220); 
     1415            this.waluta_PrzelicznikTextBox.Location = new System.Drawing.Point(6, 220); 
    14141416            this.waluta_PrzelicznikTextBox.Name = "waluta_PrzelicznikTextBox"; 
    14151417            this.waluta_PrzelicznikTextBox.ReadOnly = true; 
    14161418            this.waluta_PrzelicznikTextBox.Size = new System.Drawing.Size(29, 20); 
    1417             this.waluta_PrzelicznikTextBox.TabIndex = 70; 
     1419            this.waluta_PrzelicznikTextBox.TabIndex = 35; 
    14181420            //  
    14191421            // waluta_kurs_z_dniaTextBox 
     
    14211423            this.waluta_kurs_z_dniaTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 
    14221424            this.waluta_kurs_z_dniaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "waluta_kurs_z_dnia", true)); 
    1423             this.waluta_kurs_z_dniaTextBox.Location = new System.Drawing.Point(9, 193); 
     1425            this.waluta_kurs_z_dniaTextBox.Location = new System.Drawing.Point(6, 193); 
    14241426            this.waluta_kurs_z_dniaTextBox.Name = "waluta_kurs_z_dniaTextBox"; 
    14251427            this.waluta_kurs_z_dniaTextBox.ReadOnly = true; 
    14261428            this.waluta_kurs_z_dniaTextBox.Size = new System.Drawing.Size(79, 20); 
    1427             this.waluta_kurs_z_dniaTextBox.TabIndex = 72; 
     1429            this.waluta_kurs_z_dniaTextBox.TabIndex = 33; 
    14281430            //  
    14291431            // label6 
    14301432            //  
    14311433            this.label6.AutoSize = true; 
    1432             this.label6.Location = new System.Drawing.Point(29, 45); 
     1434            this.label6.Location = new System.Drawing.Point(6, 10); 
    14331435            this.label6.Name = "label6"; 
    1434             this.label6.Size = new System.Drawing.Size(72, 13); 
     1436            this.label6.Size = new System.Drawing.Size(130, 13); 
    14351437            this.label6.TabIndex = 69; 
    1436             this.label6.Text = "Brutto waluta:"; 
     1438            this.label6.Text = "Wartoœæ brutto w walucie:"; 
    14371439            //  
    14381440            // fAKTURA_WYSTAWIONOCheckBox 
    14391441            //  
     1442            this.fAKTURA_WYSTAWIONOCheckBox.AutoSize = true; 
    14401443            this.fAKTURA_WYSTAWIONOCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "FAKTURA WYSTAWIONO", true)); 
    14411444            this.fAKTURA_WYSTAWIONOCheckBox.Enabled = false; 
    14421445            this.fAKTURA_WYSTAWIONOCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    1443             this.fAKTURA_WYSTAWIONOCheckBox.Location = new System.Drawing.Point(415, 633); 
     1446            this.fAKTURA_WYSTAWIONOCheckBox.Location = new System.Drawing.Point(316, 637); 
    14441447            this.fAKTURA_WYSTAWIONOCheckBox.Name = "fAKTURA_WYSTAWIONOCheckBox"; 
    1445             this.fAKTURA_WYSTAWIONOCheckBox.Size = new System.Drawing.Size(20, 24); 
    1446             this.fAKTURA_WYSTAWIONOCheckBox.TabIndex = 71; 
     1448            this.fAKTURA_WYSTAWIONOCheckBox.Size = new System.Drawing.Size(15, 14); 
     1449            this.fAKTURA_WYSTAWIONOCheckBox.TabIndex = 43; 
    14471450            //  
    14481451            // zAP£ACONOCheckBox 
    14491452            //  
     1453            this.zAP£ACONOCheckBox.AutoSize = true; 
    14501454            this.zAP£ACONOCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "ZAP£ACONO", true)); 
    14511455            this.zAP£ACONOCheckBox.Enabled = false; 
    14521456            this.zAP£ACONOCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    1453             this.zAP£ACONOCheckBox.Location = new System.Drawing.Point(533, 633); 
     1457            this.zAP£ACONOCheckBox.Location = new System.Drawing.Point(412, 637); 
    14541458            this.zAP£ACONOCheckBox.Name = "zAP£ACONOCheckBox"; 
    1455             this.zAP£ACONOCheckBox.Size = new System.Drawing.Size(16, 24); 
    1456             this.zAP£ACONOCheckBox.TabIndex = 72; 
     1459            this.zAP£ACONOCheckBox.Size = new System.Drawing.Size(15, 14); 
     1460            this.zAP£ACONOCheckBox.TabIndex = 44; 
    14571461            //  
    14581462            // tabControl1 
     
    14651469            this.tabControl1.SelectedIndex = 0; 
    14661470            this.tabControl1.Size = new System.Drawing.Size(263, 556); 
    1467             this.tabControl1.TabIndex = 73; 
     1471            this.tabControl1.TabIndex = 50; 
    14681472            //  
    14691473            // notatkiTabPage 
     
    15151519            this.ukazaloSieDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 
    15161520            this.ukazaloSieDataGridView.Size = new System.Drawing.Size(141, 524); 
    1517             this.ukazaloSieDataGridView.TabIndex = 65; 
     1521            this.ukazaloSieDataGridView.TabIndex = 55; 
    15181522            this.ukazaloSieDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ukazaloSieDataGridView_CellContextMenuStripNeeded); 
    15191523            this.ukazaloSieDataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ukazaloSieDataGridView_CellEndEdit); 
     
    15701574            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 
    15711575            this.dataGridView1.Size = new System.Drawing.Size(249, 524); 
    1572             this.dataGridView1.TabIndex = 1; 
     1576            this.dataGridView1.TabIndex = 56; 
    15731577            this.dataGridView1.Leave += new System.EventHandler(this.dataGridView1_Leave); 
    15741578            this.dataGridView1.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowLeave); 
     
    16191623            this.ZDpanel.Controls.Add(zATWIERDZONO_DO_DRUKULabel); 
    16201624            this.ZDpanel.Controls.Add(this.zATWIERDZONO_DO_DRUKUCheckBox); 
    1621             this.ZDpanel.Location = new System.Drawing.Point(11, 633); 
     1625            this.ZDpanel.Location = new System.Drawing.Point(5, 633); 
    16221626            this.ZDpanel.Name = "ZDpanel"; 
    1623             this.ZDpanel.Size = new System.Drawing.Size(195, 24); 
    1624             this.ZDpanel.TabIndex = 74; 
     1627            this.ZDpanel.Size = new System.Drawing.Size(150, 24); 
     1628            this.ZDpanel.TabIndex = 40; 
    16251629            //  
    16261630            // groupBox5 
     
    16281632            this.groupBox5.Controls.Add(this.wyroznienieCheckBox); 
    16291633            this.groupBox5.Controls.Add(wyroznienieLabel); 
    1630             this.groupBox5.Location = new System.Drawing.Point(263, 578); 
     1634            this.groupBox5.Location = new System.Drawing.Point(262, 578); 
    16311635            this.groupBox5.Name = "groupBox5"; 
    1632             this.groupBox5.Size = new System.Drawing.Size(163, 49); 
    1633             this.groupBox5.TabIndex = 75; 
     1636            this.groupBox5.Size = new System.Drawing.Size(167, 49); 
     1637            this.groupBox5.TabIndex = 37; 
    16341638            this.groupBox5.TabStop = false; 
    16351639            //  
    16361640            // wyroznienieCheckBox 
    16371641            //  
     1642            this.wyroznienieCheckBox.AutoSize = true; 
    16381643            this.wyroznienieCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "wyroznienie", true)); 
    1639             this.wyroznienieCheckBox.Location = new System.Drawing.Point(122, 15); 
     1644            this.wyroznienieCheckBox.Location = new System.Drawing.Point(122, 19); 
    16401645            this.wyroznienieCheckBox.Name = "wyroznienieCheckBox"; 
    1641             this.wyroznienieCheckBox.Size = new System.Drawing.Size(21, 24); 
    1642             this.wyroznienieCheckBox.TabIndex = 76; 
     1646            this.wyroznienieCheckBox.Size = new System.Drawing.Size(15, 14); 
     1647            this.wyroznienieCheckBox.TabIndex = 38; 
    16431648            this.wyroznienieCheckBox.Click += new System.EventHandler(this.wyroznienieCheckBox_Click); 
    16441649            //  
    16451650            // wyroznienie_exportedCheckBox 
    16461651            //  
     1652            this.wyroznienie_exportedCheckBox.AutoSize = true; 
    16471653            this.wyroznienie_exportedCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "wyroznienie_exported", true)); 
    1648             this.wyroznienie_exportedCheckBox.Location = new System.Drawing.Point(689, 633); 
     1654            this.wyroznienie_exportedCheckBox.Location = new System.Drawing.Point(565, 637); 
    16491655            this.wyroznienie_exportedCheckBox.Name = "wyroznienie_exportedCheckBox"; 
    1650             this.wyroznienie_exportedCheckBox.Size = new System.Drawing.Size(18, 24); 
    1651             this.wyroznienie_exportedCheckBox.TabIndex = 76; 
     1656            this.wyroznienie_exportedCheckBox.Size = new System.Drawing.Size(15, 14); 
     1657            this.wyroznienie_exportedCheckBox.TabIndex = 45; 
    16521658            //  
    16531659            // ogl_dzialyTableAdapter 
     
    16621668            //  
    16631669            this.EmailButton.Image = ((System.Drawing.Image)(resources.GetObject("EmailButton.Image"))); 
    1664             this.EmailButton.Location = new System.Drawing.Point(213, 633); 
     1670            this.EmailButton.Location = new System.Drawing.Point(211, 633); 
    16651671            this.EmailButton.Name = "EmailButton"; 
    16661672            this.EmailButton.Size = new System.Drawing.Size(38, 30); 
    1667             this.EmailButton.TabIndex = 77; 
     1673            this.EmailButton.TabIndex = 42; 
    16681674            this.EmailButton.UseVisualStyleBackColor = true; 
    16691675            this.EmailButton.Click += new System.EventHandler(this.EmailButton_Click); 
     
    16711677            // kalendarzButton 
    16721678            //  
    1673             this.kalendarzButton.Location = new System.Drawing.Point(548, 576); 
     1679            this.kalendarzButton.Location = new System.Drawing.Point(564, 571); 
    16741680            this.kalendarzButton.Name = "kalendarzButton"; 
    16751681            this.kalendarzButton.Size = new System.Drawing.Size(75, 23); 
    1676             this.kalendarzButton.TabIndex = 78; 
     1682            this.kalendarzButton.TabIndex = 47; 
    16771683            this.kalendarzButton.Text = "Kalendarz"; 
    16781684            this.kalendarzButton.UseVisualStyleBackColor = true; 
     
    17281734            this.editItem.Click += new System.EventHandler(this.editItem_Click); 
    17291735            //  
     1736            // label9 
     1737            //  
     1738            this.label9.AutoSize = true; 
     1739            this.label9.Location = new System.Drawing.Point(286, 51); 
     1740            this.label9.Name = "label9"; 
     1741            this.label9.Size = new System.Drawing.Size(63, 13); 
     1742            this.label9.TabIndex = 60; 
     1743            this.label9.Text = "Lokalizacja:"; 
     1744            //  
     1745            // cbLocation 
     1746            //  
     1747            this.cbLocation.FormattingEnabled = true; 
     1748            this.cbLocation.Items.AddRange(new object[] { 
     1749            "[proszê wybraæ]", 
     1750            "prawa-góra", 
     1751            "prawa-dó³", 
     1752            "lewa-góra", 
     1753            "lewa-dól"}); 
     1754            this.cbLocation.Location = new System.Drawing.Point(286, 66); 
     1755            this.cbLocation.Name = "cbLocation"; 
     1756            this.cbLocation.Size = new System.Drawing.Size(124, 21); 
     1757            this.cbLocation.TabIndex = 11; 
     1758            this.cbLocation.Validating += new System.ComponentModel.CancelEventHandler(this.cbLocation_Validating); 
     1759            //  
     1760            // label1 
     1761            //  
     1762            label1.AutoSize = true; 
     1763            label1.Location = new System.Drawing.Point(288, 11); 
     1764            label1.Name = "label1"; 
     1765            label1.Size = new System.Drawing.Size(58, 13); 
     1766            label1.TabIndex = 16; 
     1767            label1.Text = "Id reklamy:"; 
     1768            //  
     1769            // errorProvider 
     1770            //  
     1771            this.errorProvider.ContainerControl = this; 
     1772            //  
    17301773            // OrderDetails 
    17311774            //  
     
    17331776            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    17341777            this.ClientSize = new System.Drawing.Size(920, 669); 
     1778            this.Controls.Add(this.button3); 
     1779            this.Controls.Add(this.EmailButton); 
    17351780            this.Controls.Add(this.cenaEmisjiButton); 
    17361781            this.Controls.Add(this.kalendarzButton); 
    1737             this.Controls.Add(this.EmailButton); 
    1738             this.Controls.Add(wyroznienie_exportedLabel); 
    1739             this.Controls.Add(this.wyroznienie_exportedCheckBox); 
    17401782            this.Controls.Add(this.ZDpanel); 
    17411783            this.Controls.Add(this.groupBox5); 
     1784            this.Controls.Add(this.tabControl1); 
     1785            this.Controls.Add(wyroznienie_exportedLabel); 
    17421786            this.Controls.Add(zAP£ACONOLabel); 
    1743             this.Controls.Add(this.tabControl1); 
    1744             this.Controls.Add(this.zAP£ACONOCheckBox); 
     1787            this.Controls.Add(this.wyroznienie_exportedCheckBox); 
    17451788            this.Controls.Add(fAKTURA_WYSTAWIONOLabel); 
    1746             this.Controls.Add(this.fAKTURA_WYSTAWIONOCheckBox); 
    17471789            this.Controls.Add(this.liczbaEmisjiLabel); 
    17481790            this.Controls.Add(this.groupBox4); 
     1791            this.Controls.Add(this.fAKTURA_WYSTAWIONOCheckBox); 
     1792            this.Controls.Add(this.zAP£ACONOCheckBox); 
    17491793            this.Controls.Add(this.label4); 
    17501794            this.Controls.Add(this.anulujButton); 
     
    17541798            this.Controls.Add(this.groupBox1); 
    17551799            this.Controls.Add(this.ukazeSieDataGridView); 
     1800            this.Controls.Add(this.oDSTEPTextBox); 
     1801            this.Controls.Add(oDSTÊPLabel); 
     1802            this.Controls.Add(this.kROTNOSCTextBox); 
     1803            this.Controls.Add(kROTNOSCLabel); 
    17561804            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 
    17571805            this.KeyPreview = true; 
     
    18001848            this.emisjeContextMenuStrip.ResumeLayout(false); 
    18011849            this.advertSiteContext.ResumeLayout(false); 
     1850            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 
    18021851            this.ResumeLayout(false); 
    18031852            this.PerformLayout(); 
     
    18581907        private System.Windows.Forms.BindingSource rEKLAMAREKLAMASTRONABindingSource; 
    18591908        private Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMA_STRONATableAdapter rEKLAMA_STRONATableAdapter; 
    1860         private System.Windows.Forms.Label label1; 
    18611909        private System.Windows.Forms.Label label2; 
    18621910        private System.Windows.Forms.ComboBox grzbietComboBox; 
     
    19241972        private System.Windows.Forms.DataGridViewTextBoxColumn NR_WYDANIA; 
    19251973        private System.Windows.Forms.DataGridViewTextBoxColumn sTRONADataGridViewTextBoxColumn; 
     1974        private System.Windows.Forms.Label label9; 
     1975        private System.Windows.Forms.ComboBox cbLocation; 
     1976        private System.Windows.Forms.ErrorProvider errorProvider; 
    19261977 
    19271978 
  • branches/ReklamaReorganizacja/BazaReklam/OrderDetails.cs

    r565 r570  
    88using System.Text.RegularExpressions; 
    99using Baza_Reklam.Classes; 
     10using Baza_Reklam.Classes.Helpers; 
    1011 
    1112namespace Baza_Reklam 
     
    124125        { 
    125126            wyroznienie_exportedCheckBox.Enabled = User.getUser().St_produkcja; 
     127            cbLocation.SelectedIndex = 0; 
    126128        } 
    127129 
     
    211213        private void dodajButton_Click(object sender, EventArgs e) 
    212214        { 
     215            if (!ValidateChildren()) 
     216            { 
     217                MessageBox.Show("Proszê uzupe³niæ wymagane pola."); 
     218                return; 
     219            } 
     220 
    213221            Cursor = Cursors.WaitCursor; 
    214222 
     
    238246            reklama_Info_DodTableAdapter.Update(rEKLAMADataSet.Reklama_Info_Dod); 
    239247            zmianyEmisjiTableAdapter.Update(rEKLAMADataSet.zmianyEmisji); 
    240              
     248 
    241249 
    242250            zmiany(); 
     
    409417            rEKLAMAUKAZESIEWNRBindingSource.EndEdit(); 
    410418 
     419            if (rEKLAMABindingSource.Current == null) return; 
     420 
    411421            liczbaEmisjiLabel.Text = rEKLAMAUKAZESIEWNRBindingSource.List.Count.ToString(); 
    412  
    413             if (rEKLAMABindingSource.Current != null) 
    414             { 
    415                 DataRowView row = (DataRowView)rEKLAMABindingSource.Current; 
    416  
    417                 if (row["ID_FAKTURY"] == DBNull.Value) 
    418                 { 
    419                     kROTNOSCTextBox.Text = rEKLAMAUKAZESIEWNRBindingSource.List.Count.ToString(); 
    420                 } 
    421             } 
     422            kROTNOSCTextBox.Text = rEKLAMAUKAZESIEWNRBindingSource.List.Count.ToString(); 
     423 
     424            //if (rEKLAMABindingSource.Current != null) 
     425            //{ 
     426            //    DataRowView row = (DataRowView)rEKLAMABindingSource.Current; 
     427            //    if (row["ID_FAKTURY"] == DBNull.Value) 
     428            //    { 
     429                     
     430            //    } 
     431            //} 
    422432        } 
    423433 
     
    16591669            } 
    16601670        } 
     1671 
     1672        private void cbLocation_Validating(object sender, CancelEventArgs e) 
     1673        { 
     1674            ValidationHelper.IsComboValueSelected(cbLocation, 0, "Proszê wybraæ lokalizacjê reklamy.", e, errProvider); 
     1675        } 
    16611676    } 
    16621677} 
  • branches/ReklamaReorganizacja/BazaReklam/OrderDetails.resx

    r337 r570  
    230230  </metadata> 
    231231  <metadata name="lISTATYTULOWBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    232     <value>409, 91</value> 
     232    <value>195, 91</value> 
     233  </metadata> 
     234  <metadata name="lISTATYTULOWBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     235    <value>195, 91</value> 
    233236  </metadata> 
    234237  <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    235238    <value>804, 54</value> 
    236239  </metadata> 
     240  <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     241    <value>804, 54</value> 
     242  </metadata> 
    237243  <metadata name="lISTA_TYTULOWTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    238     <value>17, 128</value> 
     244    <value>953, 91</value> 
    239245  </metadata> 
    240246  <metadata name="lISTATYPOWREKLAMYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    241247    <value>17, 54</value> 
    242248  </metadata> 
     249  <metadata name="lISTATYPOWREKLAMYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     250    <value>17, 54</value> 
     251  </metadata> 
    243252  <metadata name="lISTA_TYPOW_REKLAMYTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    244     <value>218, 128</value> 
     253    <value>17, 128</value> 
    245254  </metadata> 
    246255  <metadata name="pROMOCJEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    247     <value>231, 91</value> 
     256    <value>17, 91</value> 
    248257  </metadata> 
    249258  <metadata name="gRZBIETYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     
    251260  </metadata> 
    252261  <metadata name="pROMOCJETableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    253     <value>993, 91</value> 
     262    <value>779, 91</value> 
    254263  </metadata> 
    255264  <metadata name="gRZBIETYTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    256     <value>609, 91</value> 
     265    <value>395, 91</value> 
    257266  </metadata> 
    258267  <metadata name="zafakturowana.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
     
    266275  </metadata> 
    267276  <metadata name="uKAZE_SIE_W_NRTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    268     <value>644, 128</value> 
     277    <value>443, 128</value> 
    269278  </metadata> 
    270279  <metadata name="nAZWYMODULOWBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    271     <value>17, 91</value> 
     280    <value>1114, 54</value> 
     281  </metadata> 
     282  <metadata name="nAZWYMODULOWBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     283    <value>1114, 54</value> 
    272284  </metadata> 
    273285  <metadata name="nAZWY_MODULOWTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    274     <value>777, 91</value> 
     286    <value>563, 91</value> 
     287  </metadata> 
     288  <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
     289    <value>False</value> 
    275290  </metadata> 
    276291  <metadata name="aGENCIBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    277     <value>267, 165</value> 
     292    <value>1113, 128</value> 
     293  </metadata> 
     294  <metadata name="aGENCIBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     295    <value>1113, 128</value> 
    278296  </metadata> 
    279297  <metadata name="oglrozdzialyBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    280     <value>922, 165</value> 
     298    <value>511, 165</value> 
     299  </metadata> 
     300  <metadata name="oglrozdzialyBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     301    <value>511, 165</value> 
    281302  </metadata> 
    282303  <metadata name="ogl_dzialyBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    283     <value>584, 165</value> 
     304    <value>173, 165</value> 
     305  </metadata> 
     306  <metadata name="ogl_dzialyBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     307    <value>173, 165</value> 
    284308  </metadata> 
    285309  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 
     
    346370  </metadata> 
    347371  <metadata name="kursy_WalutBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    348     <value>460, 128</value> 
     372    <value>259, 128</value> 
    349373  </metadata> 
    350374  <metadata name="NR_WYDANIA.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    351375    <value>True</value> 
    352376  </metadata> 
     377  <metadata name="NR_WYDANIA.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
     378    <value>True</value> 
     379  </metadata> 
    353380  <metadata name="rEKLAMAReklamaInfoDodBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     381    <value>863, 128</value> 
     382  </metadata> 
     383  <metadata name="rEKLAMAReklamaInfoDodBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     384    <value>863, 128</value> 
     385  </metadata> 
     386  <metadata name="reklama_Info_DodTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     387    <value>653, 128</value> 
     388  </metadata> 
     389  <metadata name="aGENCITableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    354390    <value>17, 165</value> 
    355391  </metadata> 
    356   <metadata name="reklama_Info_DodTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    357     <value>854, 128</value> 
    358   </metadata> 
    359   <metadata name="aGENCITableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    360     <value>428, 165</value> 
    361   </metadata> 
    362392  <metadata name="ogl_dzialyTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    363     <value>755, 165</value> 
     393    <value>344, 165</value> 
    364394  </metadata> 
    365395  <metadata name="ogl_rozdzialyTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    366     <value>17, 202</value> 
     396    <value>692, 165</value> 
    367397  </metadata> 
    368398  <data name="EmailButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 
     
    394424    <value>17, 17</value> 
    395425  </metadata> 
     426  <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
     427    <value>False</value> 
     428  </metadata> 
     429  <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     430    <value>1133, 17</value> 
     431  </metadata> 
    396432  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    397     <value>136</value> 
     433    <value>155</value> 
    398434  </metadata> 
    399435</root>