Zbiór zmian 570
- Data:
- 2009-04-10 14:47:28 (17 years ago)
- Lokalizacja:
- branches/ReklamaReorganizacja/BazaReklam
- Pliki:
-
- 4 zmodyfikowane
-
Classes/Helpers/ValidationHelper.cs (zmodyfikowane) (1 diff)
-
OrderDetails.Designer.cs (zmodyfikowane) (102 diffs)
-
OrderDetails.cs (zmodyfikowane) (6 diffs)
-
OrderDetails.resx (zmodyfikowane) (5 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/ReklamaReorganizacja/BazaReklam/Classes/Helpers/ValidationHelper.cs
r539 r570 78 78 return cancelEventArgs.Cancel; 79 79 } 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 } 80 95 } 81 96 } -
branches/ReklamaReorganizacja/BazaReklam/OrderDetails.Designer.cs
r337 r570 64 64 System.Windows.Forms.Label ogl_dzialLabel; 65 65 System.Windows.Forms.Label ogl_rozdzialLabel; 66 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 1= new System.Windows.Forms.DataGridViewCellStyle();67 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 2= new System.Windows.Forms.DataGridViewCellStyle();68 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 3= 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(); 69 69 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDetails)); 70 System.Windows.Forms.Label label1; 70 71 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 71 72 this.rEKLAMABindingSource = new System.Windows.Forms.BindingSource(this.components); … … 118 119 this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); 119 120 this.label2 = new System.Windows.Forms.Label(); 120 this.label1 = new System.Windows.Forms.Label();121 121 this.groupBox2 = new System.Windows.Forms.GroupBox(); 122 122 this.button3 = new System.Windows.Forms.Button(); … … 185 185 this.deleteItem = new System.Windows.Forms.ToolStripMenuItem(); 186 186 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); 187 190 sYMBOL_AKWIZYTORALabel = new System.Windows.Forms.Label(); 188 191 tYTULLabel = new System.Windows.Forms.Label(); … … 219 222 ogl_dzialLabel = new System.Windows.Forms.Label(); 220 223 ogl_rozdzialLabel = new System.Windows.Forms.Label(); 224 label1 = new System.Windows.Forms.Label(); 221 225 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); 222 226 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMABindingSource)).BeginInit(); … … 250 254 this.emisjeContextMenuStrip.SuspendLayout(); 251 255 this.advertSiteContext.SuspendLayout(); 256 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 252 257 this.SuspendLayout(); 253 258 // … … 264 269 // 265 270 tYTULLabel.AutoSize = true; 266 tYTULLabel.Location = new System.Drawing.Point(6, 1 6);271 tYTULLabel.Location = new System.Drawing.Point(6, 11); 267 272 tYTULLabel.Name = "tYTULLabel"; 268 273 tYTULLabel.Size = new System.Drawing.Size(35, 13); … … 273 278 // 274 279 tYPLabel.AutoSize = true; 275 tYPLabel.Location = new System.Drawing.Point( 8, 98);280 tYPLabel.Location = new System.Drawing.Point(6, 90); 276 281 tYPLabel.Name = "tYPLabel"; 277 282 tYPLabel.Size = new System.Drawing.Size(28, 13); … … 282 287 // 283 288 iD_REKLAMYLabel.AutoSize = true; 284 iD_REKLAMYLabel.Location = new System.Drawing.Point(148, 1 4);289 iD_REKLAMYLabel.Location = new System.Drawing.Point(148, 11); 285 290 iD_REKLAMYLabel.Name = "iD_REKLAMYLabel"; 286 291 iD_REKLAMYLabel.Size = new System.Drawing.Size(83, 13); … … 291 296 // 292 297 nICK_NAMELabel.AutoSize = true; 293 nICK_NAMELabel.Location = new System.Drawing.Point(147, 5 9);298 nICK_NAMELabel.Location = new System.Drawing.Point(147, 51); 294 299 nICK_NAMELabel.Name = "nICK_NAMELabel"; 295 300 nICK_NAMELabel.Size = new System.Drawing.Size(92, 13); … … 300 305 // 301 306 dATA_ZAMOWIENIALabel.AutoSize = true; 302 dATA_ZAMOWIENIALabel.Location = new System.Drawing.Point( 9, 59);307 dATA_ZAMOWIENIALabel.Location = new System.Drawing.Point(6, 51); 303 308 dATA_ZAMOWIENIALabel.Name = "dATA_ZAMOWIENIALabel"; 304 309 dATA_ZAMOWIENIALabel.Size = new System.Drawing.Size(91, 13); … … 309 314 // 310 315 sZERLabel.AutoSize = true; 311 sZERLabel.Location = new System.Drawing.Point(14 5, 59);316 sZERLabel.Location = new System.Drawing.Point(146, 51); 312 317 sZERLabel.Name = "sZERLabel"; 313 318 sZERLabel.Size = new System.Drawing.Size(31, 13); … … 318 323 // 319 324 wYSLabel.AutoSize = true; 320 wYSLabel.Location = new System.Drawing.Point(2 09, 60);325 wYSLabel.Location = new System.Drawing.Point(216, 51); 321 326 wYSLabel.Name = "wYSLabel"; 322 327 wYSLabel.Size = new System.Drawing.Size(31, 13); … … 327 332 // 328 333 kROTNOSCLabel.AutoSize = true; 329 kROTNOSCLabel.Location = new System.Drawing.Point( 280, 59);334 kROTNOSCLabel.Location = new System.Drawing.Point(435, 575); 330 335 kROTNOSCLabel.Name = "kROTNOSCLabel"; 331 kROTNOSCLabel.Size = new System.Drawing.Size( 32, 13);336 kROTNOSCLabel.Size = new System.Drawing.Size(69, 13); 332 337 kROTNOSCLabel.TabIndex = 19; 333 kROTNOSCLabel.Text = " Iloæ:";338 kROTNOSCLabel.Text = "Liczba emisji:"; 334 339 // 335 340 // oDSTÊPLabel 336 341 // 337 342 oDSTÊPLabel.AutoSize = true; 338 oDSTÊPLabel.Location = new System.Drawing.Point( 347, 59);343 oDSTÊPLabel.Location = new System.Drawing.Point(736, 565); 339 344 oDSTÊPLabel.Name = "oDSTÊPLabel"; 340 345 oDSTÊPLabel.Size = new System.Drawing.Size(23, 13); 341 346 oDSTÊPLabel.TabIndex = 21; 342 347 oDSTÊPLabel.Text = "Co:"; 348 oDSTÊPLabel.Visible = false; 343 349 // 344 350 // rABATLabel 345 351 // 346 352 rABATLabel.AutoSize = true; 347 rABATLabel.Location = new System.Drawing.Point(5, 42);353 rABATLabel.Location = new System.Drawing.Point(5, 54); 348 354 rABATLabel.Name = "rABATLabel"; 349 355 rABATLabel.Size = new System.Drawing.Size(39, 13); … … 356 362 zATWIERDZONO_DO_DRUKULabel.Location = new System.Drawing.Point(3, 5); 357 363 zATWIERDZONO_DO_DRUKULabel.Name = "zATWIERDZONO_DO_DRUKULabel"; 358 zATWIERDZONO_DO_DRUKULabel.Size = new System.Drawing.Size(1 60, 13);364 zATWIERDZONO_DO_DRUKULabel.Size = new System.Drawing.Size(119, 13); 359 365 zATWIERDZONO_DO_DRUKULabel.TabIndex = 27; 360 zATWIERDZONO_DO_DRUKULabel.Text = "Z ATWIERDZONO DO DRUKU:";366 zATWIERDZONO_DO_DRUKULabel.Text = "Zatwierdzono do druku:"; 361 367 // 362 368 // cENA_JEDNLabel 363 369 // 364 370 cENA_JEDNLabel.AutoSize = true; 365 cENA_JEDNLabel.Location = new System.Drawing.Point(5, 2 0);371 cENA_JEDNLabel.Location = new System.Drawing.Point(5, 29); 366 372 cENA_JEDNLabel.Name = "cENA_JEDNLabel"; 367 373 cENA_JEDNLabel.Size = new System.Drawing.Size(58, 13); … … 372 378 // 373 379 nETTOLabel.AutoSize = true; 374 nETTOLabel.Location = new System.Drawing.Point(5, 1 24);380 nETTOLabel.Location = new System.Drawing.Point(5, 132); 375 381 nETTOLabel.Name = "nETTOLabel"; 376 382 nETTOLabel.Size = new System.Drawing.Size(36, 13); … … 381 387 // 382 388 vATLabel.AutoSize = true; 383 vATLabel.Location = new System.Drawing.Point( 6, 175);389 vATLabel.Location = new System.Drawing.Point(5, 184); 384 390 vATLabel.Name = "vATLabel"; 385 391 vATLabel.Size = new System.Drawing.Size(31, 13); … … 390 396 // 391 397 pVATLabel.AutoSize = true; 392 pVATLabel.Location = new System.Drawing.Point(5, 2 01);398 pVATLabel.Location = new System.Drawing.Point(5, 210); 393 399 pVATLabel.Name = "pVATLabel"; 394 400 pVATLabel.Size = new System.Drawing.Size(39, 13); … … 399 405 // 400 406 bRUTTOLabel.AutoSize = true; 401 bRUTTOLabel.Location = new System.Drawing.Point( 6, 149);407 bRUTTOLabel.Location = new System.Drawing.Point(5, 158); 402 408 bRUTTOLabel.Name = "bRUTTOLabel"; 403 409 bRUTTOLabel.Size = new System.Drawing.Size(38, 13); … … 408 414 // 409 415 pROWIZJALabel.AutoSize = true; 410 pROWIZJALabel.Location = new System.Drawing.Point(5, 2 28);416 pROWIZJALabel.Location = new System.Drawing.Point(5, 237); 411 417 pROWIZJALabel.Name = "pROWIZJALabel"; 412 418 pROWIZJALabel.Size = new System.Drawing.Size(49, 13); … … 426 432 // 427 433 pROMOCJALabel.AutoSize = true; 428 pROMOCJALabel.Location = new System.Drawing.Point(28 0, 16);434 pROMOCJALabel.Location = new System.Drawing.Point(286, 91); 429 435 pROMOCJALabel.Name = "pROMOCJALabel"; 430 436 pROMOCJALabel.Size = new System.Drawing.Size(54, 13); … … 435 441 // 436 442 gRZBIETLabel.AutoSize = true; 437 gRZBIETLabel.Location = new System.Drawing.Point( 6, 59);443 gRZBIETLabel.Location = new System.Drawing.Point(146, 11); 438 444 gRZBIETLabel.Name = "gRZBIETLabel"; 439 445 gRZBIETLabel.Size = new System.Drawing.Size(43, 13); … … 444 450 // 445 451 kier_notatkaLabel.AutoSize = true; 446 kier_notatkaLabel.Location = new System.Drawing.Point( 39, 400);452 kier_notatkaLabel.Location = new System.Drawing.Point(29, 405); 447 453 kier_notatkaLabel.Name = "kier_notatkaLabel"; 448 454 kier_notatkaLabel.Size = new System.Drawing.Size(102, 13); … … 462 468 // 463 469 zablokuj_prowizjeLabel.AutoSize = true; 464 zablokuj_prowizjeLabel.Location = new System.Drawing.Point(1 17, 251);470 zablokuj_prowizjeLabel.Location = new System.Drawing.Point(141, 259); 465 471 zablokuj_prowizjeLabel.Name = "zablokuj_prowizjeLabel"; 466 zablokuj_prowizjeLabel.Size = new System.Drawing.Size( 93, 13);467 zablokuj_prowizjeLabel.TabIndex = 53;468 zablokuj_prowizjeLabel.Text = "Z ABLOKOWANA:";472 zablokuj_prowizjeLabel.Size = new System.Drawing.Size(75, 13); 473 zablokuj_prowizjeLabel.TabIndex = 29; 474 zablokuj_prowizjeLabel.Text = "Zablokowana:"; 469 475 // 470 476 // kOLORLabel 471 477 // 472 478 kOLORLabel.AutoSize = true; 473 kOLORLabel.Location = new System.Drawing.Point( 8, 99);479 kOLORLabel.Location = new System.Drawing.Point(6, 51); 474 480 kOLORLabel.Name = "kOLORLabel"; 475 481 kOLORLabel.Size = new System.Drawing.Size(34, 13); … … 480 486 // 481 487 mOD_TYPLabel.AutoSize = true; 482 mOD_TYPLabel.Location = new System.Drawing.Point( 141, 16);488 mOD_TYPLabel.Location = new System.Drawing.Point(286, 11); 483 489 mOD_TYPLabel.Name = "mOD_TYPLabel"; 484 490 mOD_TYPLabel.Size = new System.Drawing.Size(67, 13); … … 489 495 // 490 496 sTRONALabel.AutoSize = true; 491 sTRONALabel.Location = new System.Drawing.Point( 145, 99);497 sTRONALabel.Location = new System.Drawing.Point(6, 131); 492 498 sTRONALabel.Name = "sTRONALabel"; 493 sTRONALabel.Size = new System.Drawing.Size( 63, 13);499 sTRONALabel.Size = new System.Drawing.Size(103, 13); 494 500 sTRONALabel.TabIndex = 57; 495 sTRONALabel.Text = " Lokalizacja:";501 sTRONALabel.Text = "Uwagi do lokalizacji:"; 496 502 // 497 503 // fAKTURA_WYSTAWIONOLabel … … 500 506 fAKTURA_WYSTAWIONOLabel.Location = new System.Drawing.Point(268, 638); 501 507 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); 503 509 fAKTURA_WYSTAWIONOLabel.TabIndex = 70; 504 fAKTURA_WYSTAWIONOLabel.Text = "F AKTURA WYSTAWIONO:";510 fAKTURA_WYSTAWIONOLabel.Text = "Faktura:"; 505 511 // 506 512 // zAP£ACONOLabel 507 513 // 508 514 zAP£ACONOLabel.AutoSize = true; 509 zAP£ACONOLabel.Location = new System.Drawing.Point( 451, 638);515 zAP£ACONOLabel.Location = new System.Drawing.Point(346, 638); 510 516 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); 512 518 zAP£ACONOLabel.TabIndex = 71; 513 zAP£ACONOLabel.Text = "Z AP£ACONO:";519 zAP£ACONOLabel.Text = "Zap³acono:"; 514 520 // 515 521 // wyroznienieLabel … … 525 531 // 526 532 wyroznienie_exportedLabel.AutoSize = true; 527 wyroznienie_exportedLabel.Location = new System.Drawing.Point( 558, 638);533 wyroznienie_exportedLabel.Location = new System.Drawing.Point(437, 638); 528 534 wyroznienie_exportedLabel.Name = "wyroznienie_exportedLabel"; 529 535 wyroznienie_exportedLabel.Size = new System.Drawing.Size(126, 13); … … 534 540 // 535 541 label7.AutoSize = true; 536 label7.Location = new System.Drawing.Point( 6, 97);542 label7.Location = new System.Drawing.Point(5, 106); 537 543 label7.Name = "label7"; 538 544 label7.Size = new System.Drawing.Size(61, 13); … … 543 549 // 544 550 ogl_dzialLabel.AutoSize = true; 545 ogl_dzialLabel.Location = new System.Drawing.Point(6, 139);551 ogl_dzialLabel.Location = new System.Drawing.Point(6, 91); 546 552 ogl_dzialLabel.Name = "ogl_dzialLabel"; 547 553 ogl_dzialLabel.Size = new System.Drawing.Size(35, 13); … … 552 558 // 553 559 ogl_rozdzialLabel.AutoSize = true; 554 ogl_rozdzialLabel.Location = new System.Drawing.Point(14 5, 139);560 ogl_rozdzialLabel.Location = new System.Drawing.Point(146, 91); 555 561 ogl_rozdzialLabel.Name = "ogl_rozdzialLabel"; 556 562 ogl_rozdzialLabel.Size = new System.Drawing.Size(52, 13); … … 579 585 this.tYTULComboBox.DataSource = this.lISTATYTULOWBindingSource; 580 586 this.tYTULComboBox.DisplayMember = "SYMB"; 581 this.tYTULComboBox.Location = new System.Drawing.Point( 7, 31);587 this.tYTULComboBox.Location = new System.Drawing.Point(6, 26); 582 588 this.tYTULComboBox.Name = "tYTULComboBox"; 583 589 this.tYTULComboBox.RightToLeft = System.Windows.Forms.RightToLeft.No; 584 590 this.tYTULComboBox.Size = new System.Drawing.Size(124, 21); 585 this.tYTULComboBox.TabIndex = 6;591 this.tYTULComboBox.TabIndex = 5; 586 592 this.tYTULComboBox.ValueMember = "SYMB"; 587 593 this.tYTULComboBox.SelectedIndexChanged += new System.EventHandler(this.tYTULComboBox_SelectedIndexChanged); … … 609 615 this.tYPComboBox.DisplayMember = "SYMB"; 610 616 this.tYPComboBox.FormattingEnabled = true; 611 this.tYPComboBox.Location = new System.Drawing.Point( 9, 114);617 this.tYPComboBox.Location = new System.Drawing.Point(6, 105); 612 618 this.tYPComboBox.Name = "tYPComboBox"; 613 619 this.tYPComboBox.Size = new System.Drawing.Size(126, 21); 614 this.tYPComboBox.TabIndex = 5; 615 this.tYPComboBox.TabStop = false; 620 this.tYPComboBox.TabIndex = 3; 616 621 this.tYPComboBox.ValueMember = "SYMB"; 617 622 // … … 629 634 this.iD_REKLAMYTextBox.BackColor = System.Drawing.SystemColors.Window; 630 635 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); 632 637 this.iD_REKLAMYTextBox.MaxLength = 10; 633 638 this.iD_REKLAMYTextBox.Name = "iD_REKLAMYTextBox"; 634 639 this.iD_REKLAMYTextBox.Size = new System.Drawing.Size(126, 20); 635 this.iD_REKLAMYTextBox.TabIndex = 2;640 this.iD_REKLAMYTextBox.TabIndex = 0; 636 641 // 637 642 // nICK_NAMETextBox … … 639 644 this.nICK_NAMETextBox.BackColor = System.Drawing.SystemColors.Window; 640 645 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); 642 647 this.nICK_NAMETextBox.MaxLength = 50; 643 648 this.nICK_NAMETextBox.Name = "nICK_NAMETextBox"; 644 649 this.nICK_NAMETextBox.Size = new System.Drawing.Size(240, 20); 645 this.nICK_NAMETextBox.TabIndex = 4;650 this.nICK_NAMETextBox.TabIndex = 2; 646 651 // 647 652 // dATA_ZAMOWIENIADateTimePicker … … 650 655 this.dATA_ZAMOWIENIADateTimePicker.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right; 651 656 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); 653 658 this.dATA_ZAMOWIENIADateTimePicker.Name = "dATA_ZAMOWIENIADateTimePicker"; 654 659 this.dATA_ZAMOWIENIADateTimePicker.Size = new System.Drawing.Size(126, 20); 655 this.dATA_ZAMOWIENIADateTimePicker.TabIndex = 3;660 this.dATA_ZAMOWIENIADateTimePicker.TabIndex = 1; 656 661 // 657 662 // sZERTextBox … … 659 664 this.sZERTextBox.BackColor = System.Drawing.SystemColors.Window; 660 665 this.sZERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "SZER", true)); 661 this.sZERTextBox.Location = new System.Drawing.Point(14 4, 75);666 this.sZERTextBox.Location = new System.Drawing.Point(146, 66); 662 667 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; 665 670 this.sZERTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 666 671 this.sZERTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.sZERTextBox_Validating); … … 670 675 this.wYSTextBox.BackColor = System.Drawing.SystemColors.Window; 671 676 this.wYSTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "WYS", true)); 672 this.wYSTextBox.Location = new System.Drawing.Point(21 2, 75);677 this.wYSTextBox.Location = new System.Drawing.Point(216, 66); 673 678 this.wYSTextBox.Name = "wYSTextBox"; 674 this.wYSTextBox.Size = new System.Drawing.Size( 39, 20);675 this.wYSTextBox.TabIndex = 1 1;679 this.wYSTextBox.Size = new System.Drawing.Size(54, 20); 680 this.wYSTextBox.TabIndex = 10; 676 681 this.wYSTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 677 682 this.wYSTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.wYSTextBox_Validating); … … 681 686 this.kROTNOSCTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 682 687 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); 684 689 this.kROTNOSCTextBox.Name = "kROTNOSCTextBox"; 685 690 this.kROTNOSCTextBox.ReadOnly = true; 686 691 this.kROTNOSCTextBox.Size = new System.Drawing.Size(36, 20); 687 this.kROTNOSCTextBox.TabIndex = 12;692 this.kROTNOSCTextBox.TabIndex = 39; 688 693 this.kROTNOSCTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 689 694 // … … 692 697 this.oDSTEPTextBox.BackColor = System.Drawing.SystemColors.Window; 693 698 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); 695 700 this.oDSTEPTextBox.Name = "oDSTEPTextBox"; 696 701 this.oDSTEPTextBox.Size = new System.Drawing.Size(43, 20); 697 702 this.oDSTEPTextBox.TabIndex = 13; 698 703 this.oDSTEPTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 704 this.oDSTEPTextBox.Visible = false; 699 705 // 700 706 // rABATTextBox … … 702 708 this.rABATTextBox.BackColor = System.Drawing.SystemColors.Window; 703 709 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); 705 711 this.rABATTextBox.Name = "rABATTextBox"; 706 712 this.rABATTextBox.Size = new System.Drawing.Size(46, 20); 707 this.rABATTextBox.TabIndex = 24;713 this.rABATTextBox.TabIndex = 18; 708 714 this.rABATTextBox.Text = "0"; 709 715 this.rABATTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 714 720 this.rABAT_WARTOSCTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 715 721 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); 717 723 this.rABAT_WARTOSCTextBox.Name = "rABAT_WARTOSCTextBox"; 718 724 this.rABAT_WARTOSCTextBox.ReadOnly = true; 719 725 this.rABAT_WARTOSCTextBox.Size = new System.Drawing.Size(89, 20); 720 this.rABAT_WARTOSCTextBox.TabIndex = 26;726 this.rABAT_WARTOSCTextBox.TabIndex = 19; 721 727 this.rABAT_WARTOSCTextBox.Text = "0"; 722 728 this.rABAT_WARTOSCTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 724 730 // zATWIERDZONO_DO_DRUKUCheckBox 725 731 // 732 this.zATWIERDZONO_DO_DRUKUCheckBox.AutoSize = true; 726 733 this.zATWIERDZONO_DO_DRUKUCheckBox.BackColor = System.Drawing.Color.Transparent; 727 734 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(1 66, 0);735 this.zATWIERDZONO_DO_DRUKUCheckBox.Location = new System.Drawing.Point(124, 4); 729 736 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; 732 739 this.zATWIERDZONO_DO_DRUKUCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 733 740 this.zATWIERDZONO_DO_DRUKUCheckBox.UseVisualStyleBackColor = false; … … 738 745 this.cENA_JEDNTextBox.BackColor = System.Drawing.SystemColors.Window; 739 746 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); 741 748 this.cENA_JEDNTextBox.Name = "cENA_JEDNTextBox"; 742 749 this.cENA_JEDNTextBox.Size = new System.Drawing.Size(142, 20); 743 this.cENA_JEDNTextBox.TabIndex = 30;750 this.cENA_JEDNTextBox.TabIndex = 17; 744 751 this.cENA_JEDNTextBox.Text = "0"; 745 752 this.cENA_JEDNTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 750 757 this.nETTOTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 751 758 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, 12 0);759 this.nETTOTextBox.Location = new System.Drawing.Point(91, 128); 753 760 this.nETTOTextBox.Name = "nETTOTextBox"; 754 761 this.nETTOTextBox.ReadOnly = true; 755 762 this.nETTOTextBox.Size = new System.Drawing.Size(142, 20); 756 this.nETTOTextBox.TabIndex = 32;763 this.nETTOTextBox.TabIndex = 23; 757 764 this.nETTOTextBox.Text = "0"; 758 765 this.nETTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 762 769 this.vATTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 763 770 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, 1 72);771 this.vATTextBox.Location = new System.Drawing.Point(91, 180); 765 772 this.vATTextBox.Name = "vATTextBox"; 766 773 this.vATTextBox.ReadOnly = true; 767 774 this.vATTextBox.Size = new System.Drawing.Size(142, 20); 768 this.vATTextBox.TabIndex = 34;775 this.vATTextBox.TabIndex = 25; 769 776 this.vATTextBox.Text = "0"; 770 777 this.vATTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 778 785 "22%", 779 786 "0%"}); 780 this.pVATComboBox.Location = new System.Drawing.Point(91, 198);787 this.pVATComboBox.Location = new System.Drawing.Point(91, 206); 781 788 this.pVATComboBox.Name = "pVATComboBox"; 782 789 this.pVATComboBox.Size = new System.Drawing.Size(142, 21); 783 this.pVATComboBox.TabIndex = 36;790 this.pVATComboBox.TabIndex = 26; 784 791 this.pVATComboBox.SelectedIndexChanged += new System.EventHandler(this.pVATComboBox_SelectedIndexChanged); 785 792 // … … 788 795 this.bRUTTOTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 789 796 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, 1 46);797 this.bRUTTOTextBox.Location = new System.Drawing.Point(91, 154); 791 798 this.bRUTTOTextBox.Name = "bRUTTOTextBox"; 792 799 this.bRUTTOTextBox.ReadOnly = true; 793 800 this.bRUTTOTextBox.Size = new System.Drawing.Size(142, 20); 794 this.bRUTTOTextBox.TabIndex = 37;801 this.bRUTTOTextBox.TabIndex = 24; 795 802 this.bRUTTOTextBox.Text = "0"; 796 803 this.bRUTTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 800 807 this.pROCENT_PROWIZJITextBox.BackColor = System.Drawing.SystemColors.Window; 801 808 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, 2 25);809 this.pROCENT_PROWIZJITextBox.Location = new System.Drawing.Point(91, 233); 803 810 this.pROCENT_PROWIZJITextBox.Name = "pROCENT_PROWIZJITextBox"; 804 811 this.pROCENT_PROWIZJITextBox.Size = new System.Drawing.Size(47, 20); 805 this.pROCENT_PROWIZJITextBox.TabIndex = 38;812 this.pROCENT_PROWIZJITextBox.TabIndex = 27; 806 813 this.pROCENT_PROWIZJITextBox.Text = "0"; 807 814 this.pROCENT_PROWIZJITextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 812 819 this.pROWIZJATextBox.BackColor = System.Drawing.Color.WhiteSmoke; 813 820 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, 2 25);821 this.pROWIZJATextBox.Location = new System.Drawing.Point(144, 233); 815 822 this.pROWIZJATextBox.Name = "pROWIZJATextBox"; 816 823 this.pROWIZJATextBox.ReadOnly = true; 817 824 this.pROWIZJATextBox.Size = new System.Drawing.Size(89, 20); 818 this.pROWIZJATextBox.TabIndex = 40;825 this.pROWIZJATextBox.TabIndex = 28; 819 826 this.pROWIZJATextBox.Text = "0"; 820 827 this.pROWIZJATextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 828 835 this.iNFOTextBox.Name = "iNFOTextBox"; 829 836 this.iNFOTextBox.Size = new System.Drawing.Size(240, 252); 830 this.iNFOTextBox.TabIndex = 42;837 this.iNFOTextBox.TabIndex = 52; 831 838 // 832 839 // pROMOCJEBindingSource … … 857 864 this.kier_notatkaTextBox.Name = "kier_notatkaTextBox"; 858 865 this.kier_notatkaTextBox.Size = new System.Drawing.Size(240, 104); 859 this.kier_notatkaTextBox.TabIndex = 48;866 this.kier_notatkaTextBox.TabIndex = 54; 860 867 // 861 868 // kier_zatwierdzilCheckBox 862 869 // 870 this.kier_zatwierdzilCheckBox.AutoSize = true; 863 871 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); 865 873 this.kier_zatwierdzilCheckBox.Name = "kier_zatwierdzilCheckBox"; 866 this.kier_zatwierdzilCheckBox.Size = new System.Drawing.Size( 20, 19);867 this.kier_zatwierdzilCheckBox.TabIndex = 5 0;874 this.kier_zatwierdzilCheckBox.Size = new System.Drawing.Size(15, 14); 875 this.kier_zatwierdzilCheckBox.TabIndex = 53; 868 876 // 869 877 // zam_notatkaTextBox … … 876 884 this.zam_notatkaTextBox.Name = "zam_notatkaTextBox"; 877 885 this.zam_notatkaTextBox.Size = new System.Drawing.Size(240, 105); 878 this.zam_notatkaTextBox.TabIndex = 5 2;886 this.zam_notatkaTextBox.TabIndex = 51; 879 887 // 880 888 // zablokuj_prowizjeCheckBox 881 889 // 890 this.zablokuj_prowizjeCheckBox.AutoSize = true; 882 891 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(21 6, 246);892 this.zablokuj_prowizjeCheckBox.Location = new System.Drawing.Point(218, 258); 884 893 this.zablokuj_prowizjeCheckBox.Name = "zablokuj_prowizjeCheckBox"; 885 this.zablokuj_prowizjeCheckBox.Size = new System.Drawing.Size(1 8, 24);886 this.zablokuj_prowizjeCheckBox.TabIndex = 54;894 this.zablokuj_prowizjeCheckBox.Size = new System.Drawing.Size(15, 14); 895 this.zablokuj_prowizjeCheckBox.TabIndex = 29; 887 896 this.zablokuj_prowizjeCheckBox.CheckedChanged += new System.EventHandler(this.zablokuj_prowizjeCheckBox_CheckedChanged); 888 897 // … … 894 903 this.ukazeSieDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 895 904 this.ukazeSieDataGridView.BackgroundColor = System.Drawing.Color.White; 896 dataGridViewCellStyle 1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;897 dataGridViewCellStyle 1.BackColor = System.Drawing.SystemColors.Control;898 dataGridViewCellStyle 1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));899 dataGridViewCellStyle 1.ForeColor = System.Drawing.SystemColors.WindowText;900 dataGridViewCellStyle 1.SelectionBackColor = System.Drawing.SystemColors.Highlight;901 dataGridViewCellStyle 1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;902 dataGridViewCellStyle 1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;903 this.ukazeSieDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 1;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; 904 913 this.ukazeSieDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 905 914 this.ukazeSieDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 915 924 this.ukazeSieDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 916 925 this.ukazeSieDataGridView.Size = new System.Drawing.Size(204, 556); 917 this.ukazeSieDataGridView.TabIndex = 16;926 this.ukazeSieDataGridView.TabIndex = 46; 918 927 this.ukazeSieDataGridView.Leave += new System.EventHandler(this.ukazeSieDataGridView_Leave); 919 928 this.ukazeSieDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ukazeSieDataGridView_CellContextMenuStripNeeded); … … 926 935 // 927 936 this.nrWydaniaDataGridViewTextBoxColumn.DataPropertyName = "Nr Wydania"; 928 dataGridViewCellStyle 2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;929 this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 2;937 dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 938 this.nrWydaniaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 930 939 this.nrWydaniaDataGridViewTextBoxColumn.FillWeight = 149.2386F; 931 940 this.nrWydaniaDataGridViewTextBoxColumn.HeaderText = "Nr wyd."; … … 948 957 this.netto.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 949 958 this.netto.DataPropertyName = "netto"; 950 dataGridViewCellStyle 3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;951 dataGridViewCellStyle 3.Format = "C";952 this.netto.DefaultCellStyle = dataGridViewCellStyle 3;959 dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 960 dataGridViewCellStyle9.Format = "C"; 961 this.netto.DefaultCellStyle = dataGridViewCellStyle9; 953 962 this.netto.HeaderText = "Wartoæ"; 954 963 this.netto.Name = "netto"; … … 974 983 "SPOT", 975 984 "FULL"}); 976 this.kOLORComboBox.Location = new System.Drawing.Point( 7, 115);985 this.kOLORComboBox.Location = new System.Drawing.Point(6, 66); 977 986 this.kOLORComboBox.Name = "kOLORComboBox"; 978 this.kOLORComboBox.Size = new System.Drawing.Size(12 3, 21);979 this.kOLORComboBox.TabIndex = 14;987 this.kOLORComboBox.Size = new System.Drawing.Size(124, 21); 988 this.kOLORComboBox.TabIndex = 8; 980 989 // 981 990 // mOD_TYPComboBox … … 985 994 this.mOD_TYPComboBox.DataSource = this.nAZWYMODULOWBindingSource; 986 995 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); 988 997 this.mOD_TYPComboBox.Name = "mOD_TYPComboBox"; 989 this.mOD_TYPComboBox.Size = new System.Drawing.Size(12 1, 21);998 this.mOD_TYPComboBox.Size = new System.Drawing.Size(124, 21); 990 999 this.mOD_TYPComboBox.TabIndex = 7; 991 1000 this.mOD_TYPComboBox.ValueMember = "MOD_TYP"; … … 1002 1011 // groupBox1 1003 1012 // 1013 this.groupBox1.Controls.Add(label1); 1004 1014 this.groupBox1.Controls.Add(this.sYMBOL_AKWIZYTORAComboBox); 1005 1015 this.groupBox1.Controls.Add(this.label2); 1006 this.groupBox1.Controls.Add(this.label1);1007 1016 this.groupBox1.Controls.Add(sYMBOL_AKWIZYTORALabel); 1008 1017 this.groupBox1.Controls.Add(iD_REKLAMYLabel); … … 1014 1023 this.groupBox1.Controls.Add(tYPLabel); 1015 1024 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); 1017 1026 this.groupBox1.Name = "groupBox1"; 1018 this.groupBox1.Size = new System.Drawing.Size(4 14, 139);1019 this.groupBox1.TabIndex = 58;1027 this.groupBox1.Size = new System.Drawing.Size(424, 139); 1028 this.groupBox1.TabIndex = 0; 1020 1029 this.groupBox1.TabStop = false; 1021 1030 // … … 1027 1036 this.sYMBOL_AKWIZYTORAComboBox.DisplayMember = "Symbol"; 1028 1037 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); 1030 1039 this.sYMBOL_AKWIZYTORAComboBox.Name = "sYMBOL_AKWIZYTORAComboBox"; 1031 1040 this.sYMBOL_AKWIZYTORAComboBox.Size = new System.Drawing.Size(128, 21); 1032 this.sYMBOL_AKWIZYTORAComboBox.TabIndex = 15;1041 this.sYMBOL_AKWIZYTORAComboBox.TabIndex = 0; 1033 1042 this.sYMBOL_AKWIZYTORAComboBox.ValueMember = "Symbol"; 1034 1043 // … … 1042 1051 this.label2.AutoSize = true; 1043 1052 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); 1045 1055 this.label2.Name = "label2"; 1046 this.label2.Size = new System.Drawing.Size( 35, 13);1056 this.label2.Size = new System.Drawing.Size(47, 15); 1047 1057 this.label2.TabIndex = 14; 1048 1058 this.label2.Text = "label2"; 1049 1059 // 1050 // label11051 //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 //1059 1060 // groupBox2 1060 1061 // 1061 this.groupBox2.Controls.Add(this.button3); 1062 this.groupBox2.Controls.Add(this.cbLocation); 1063 this.groupBox2.Controls.Add(this.label9); 1062 1064 this.groupBox2.Controls.Add(ogl_rozdzialLabel); 1063 1065 this.groupBox2.Controls.Add(this.ogl_rozdzialComboBox); 1064 1066 this.groupBox2.Controls.Add(ogl_dzialLabel); 1065 1067 this.groupBox2.Controls.Add(this.ogl_dzialComboBox); 1068 this.groupBox2.Controls.Add(this.promocjaComboBox); 1066 1069 this.groupBox2.Controls.Add(this.grzbietComboBox); 1067 this.groupBox2.Controls.Add(this.promocjaComboBox);1068 1070 this.groupBox2.Controls.Add(sTRONALabel); 1071 this.groupBox2.Controls.Add(pROMOCJALabel); 1072 this.groupBox2.Controls.Add(tYTULLabel); 1069 1073 this.groupBox2.Controls.Add(this.sTRONATextBox); 1070 this.groupBox2.Controls.Add(tYTULLabel);1071 1074 this.groupBox2.Controls.Add(this.tYTULComboBox); 1072 1075 this.groupBox2.Controls.Add(mOD_TYPLabel); … … 1075 1078 this.groupBox2.Controls.Add(kOLORLabel); 1076 1079 this.groupBox2.Controls.Add(this.kOLORComboBox); 1077 this.groupBox2.Controls.Add(pROMOCJALabel);1078 1080 this.groupBox2.Controls.Add(sZERLabel); 1079 1081 this.groupBox2.Controls.Add(this.sZERTextBox); 1080 1082 this.groupBox2.Controls.Add(wYSLabel); 1081 1083 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); 1087 1085 this.groupBox2.Name = "groupBox2"; 1088 this.groupBox2.Size = new System.Drawing.Size(4 15, 180);1089 this.groupBox2.TabIndex = 59;1086 this.groupBox2.Size = new System.Drawing.Size(424, 180); 1087 this.groupBox2.TabIndex = 4; 1090 1088 this.groupBox2.TabStop = false; 1091 1089 // 1092 1090 // button3 1093 1091 // 1094 this.button3.Location = new System.Drawing.Point( 325, 153);1092 this.button3.Location = new System.Drawing.Point(792, 576); 1095 1093 this.button3.Name = "button3"; 1096 1094 this.button3.Size = new System.Drawing.Size(68, 23); … … 1098 1096 this.button3.Text = "Dowolny"; 1099 1097 this.button3.UseVisualStyleBackColor = true; 1098 this.button3.Visible = false; 1100 1099 this.button3.Click += new System.EventHandler(this.button3_Click); 1101 1100 // … … 1106 1105 this.ogl_rozdzialComboBox.DisplayMember = "ROZDZIA£_TXT"; 1107 1106 this.ogl_rozdzialComboBox.FormattingEnabled = true; 1108 this.ogl_rozdzialComboBox.Location = new System.Drawing.Point(14 4, 155);1107 this.ogl_rozdzialComboBox.Location = new System.Drawing.Point(146, 106); 1109 1108 this.ogl_rozdzialComboBox.Name = "ogl_rozdzialComboBox"; 1110 this.ogl_rozdzialComboBox.Size = new System.Drawing.Size(1 68, 21);1111 this.ogl_rozdzialComboBox.TabIndex = 59;1109 this.ogl_rozdzialComboBox.Size = new System.Drawing.Size(124, 21); 1110 this.ogl_rozdzialComboBox.TabIndex = 13; 1112 1111 this.ogl_rozdzialComboBox.ValueMember = "id"; 1113 1112 // … … 1123 1122 this.ogl_dzialComboBox.DisplayMember = "DZIA£_TXT"; 1124 1123 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); 1126 1125 this.ogl_dzialComboBox.Name = "ogl_dzialComboBox"; 1127 1126 this.ogl_dzialComboBox.Size = new System.Drawing.Size(124, 21); 1128 this.ogl_dzialComboBox.TabIndex = 58;1127 this.ogl_dzialComboBox.TabIndex = 12; 1129 1128 this.ogl_dzialComboBox.ValueMember = "DZIA£_NR"; 1130 1129 this.ogl_dzialComboBox.SelectedValueChanged += new System.EventHandler(this.ogl_dzialComboBox_SelectedValueChanged); … … 1142 1141 this.grzbietComboBox.DisplayMember = "Nazwa"; 1143 1142 this.grzbietComboBox.FormattingEnabled = true; 1144 this.grzbietComboBox.Location = new System.Drawing.Point( 7, 75);1143 this.grzbietComboBox.Location = new System.Drawing.Point(146, 26); 1145 1144 this.grzbietComboBox.Name = "grzbietComboBox"; 1146 1145 this.grzbietComboBox.Size = new System.Drawing.Size(124, 21); 1147 this.grzbietComboBox.TabIndex = 9;1146 this.grzbietComboBox.TabIndex = 6; 1148 1147 this.grzbietComboBox.ValueMember = "ID"; 1149 1148 this.grzbietComboBox.SelectedIndexChanged += new System.EventHandler(this.grzbietComboBox_SelectedIndexChanged); … … 1154 1153 this.promocjaComboBox.DataSource = this.pROMOCJEBindingSource; 1155 1154 this.promocjaComboBox.DisplayMember = "Nazwa"; 1156 this.promocjaComboBox.Location = new System.Drawing.Point(28 3, 31);1155 this.promocjaComboBox.Location = new System.Drawing.Point(286, 106); 1157 1156 this.promocjaComboBox.Name = "promocjaComboBox"; 1158 this.promocjaComboBox.Size = new System.Drawing.Size(1 01, 21);1159 this.promocjaComboBox.TabIndex = 8;1157 this.promocjaComboBox.Size = new System.Drawing.Size(124, 21); 1158 this.promocjaComboBox.TabIndex = 14; 1160 1159 this.promocjaComboBox.ValueMember = "id"; 1161 1160 this.promocjaComboBox.TextChanged += new System.EventHandler(this.promocjaComboBox_TextChanged); … … 1165 1164 this.sTRONATextBox.BackColor = System.Drawing.SystemColors.Window; 1166 1165 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); 1168 1167 this.sTRONATextBox.MaxLength = 25; 1169 1168 this.sTRONATextBox.Name = "sTRONATextBox"; 1170 this.sTRONATextBox.Size = new System.Drawing.Size( 253, 20);1169 this.sTRONATextBox.Size = new System.Drawing.Size(404, 20); 1171 1170 this.sTRONATextBox.TabIndex = 15; 1172 1171 // … … 1198 1197 this.groupBox3.Controls.Add(this.pROCENT_PROWIZJITextBox); 1199 1198 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); 1201 1200 this.groupBox3.Name = "groupBox3"; 1202 1201 this.groupBox3.Size = new System.Drawing.Size(244, 303); 1203 this.groupBox3.TabIndex = 60;1202 this.groupBox3.TabIndex = 16; 1204 1203 this.groupBox3.TabStop = false; 1205 1204 // … … 1207 1206 // 1208 1207 this.label8.AutoSize = true; 1209 this.label8.Location = new System.Drawing.Point(5, 72);1208 this.label8.Location = new System.Drawing.Point(5, 81); 1210 1209 this.label8.Name = "label8"; 1211 1210 this.label8.Size = new System.Drawing.Size(85, 13); … … 1216 1215 // 1217 1216 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); 1219 1218 this.nettoBezBOTextBox.Name = "nettoBezBOTextBox"; 1220 1219 this.nettoBezBOTextBox.ReadOnly = true; 1221 1220 this.nettoBezBOTextBox.Size = new System.Drawing.Size(142, 20); 1222 this.nettoBezBOTextBox.TabIndex = 78;1221 this.nettoBezBOTextBox.TabIndex = 20; 1223 1222 this.nettoBezBOTextBox.Text = "0"; 1224 1223 this.nettoBezBOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 1228 1227 this.wyroznienie_kwotaTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 1229 1228 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); 1231 1230 this.wyroznienie_kwotaTextBox.Name = "wyroznienie_kwotaTextBox"; 1232 1231 this.wyroznienie_kwotaTextBox.ReadOnly = true; 1233 1232 this.wyroznienie_kwotaTextBox.Size = new System.Drawing.Size(89, 20); 1234 this.wyroznienie_kwotaTextBox.TabIndex = 77;1233 this.wyroznienie_kwotaTextBox.TabIndex = 22; 1235 1234 this.wyroznienie_kwotaTextBox.Text = "0"; 1236 1235 this.wyroznienie_kwotaTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 1239 1238 // 1240 1239 this.cenaModuluLabel.AutoSize = true; 1241 this.cenaModuluLabel.Location = new System.Drawing.Point(6, 2 74);1240 this.cenaModuluLabel.Location = new System.Drawing.Point(6, 282); 1242 1241 this.cenaModuluLabel.Name = "cenaModuluLabel"; 1243 1242 this.cenaModuluLabel.Size = new System.Drawing.Size(16, 13); … … 1248 1247 // 1249 1248 this.label3.AutoSize = true; 1250 this.label3.Location = new System.Drawing.Point(5, 2 57);1249 this.label3.Location = new System.Drawing.Point(5, 265); 1251 1250 this.label3.Name = "label3"; 1252 1251 this.label3.Size = new System.Drawing.Size(74, 13); … … 1258 1257 this.wyroznienie_procentTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 1259 1258 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); 1261 1260 this.wyroznienie_procentTextBox.Name = "wyroznienie_procentTextBox"; 1262 1261 this.wyroznienie_procentTextBox.ReadOnly = true; 1263 1262 this.wyroznienie_procentTextBox.Size = new System.Drawing.Size(47, 20); 1264 this.wyroznienie_procentTextBox.TabIndex = 76;1263 this.wyroznienie_procentTextBox.TabIndex = 21; 1265 1264 this.wyroznienie_procentTextBox.Text = "0"; 1266 1265 this.wyroznienie_procentTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; … … 1268 1267 // cenaEmisjiButton 1269 1268 // 1270 this.cenaEmisjiButton.Location = new System.Drawing.Point( 548, 604);1269 this.cenaEmisjiButton.Location = new System.Drawing.Point(645, 571); 1271 1270 this.cenaEmisjiButton.Name = "cenaEmisjiButton"; 1272 1271 this.cenaEmisjiButton.Size = new System.Drawing.Size(75, 23); … … 1274 1273 this.cenaEmisjiButton.Text = "Cena em."; 1275 1274 this.cenaEmisjiButton.UseVisualStyleBackColor = true; 1275 this.cenaEmisjiButton.Visible = false; 1276 1276 this.cenaEmisjiButton.Click += new System.EventHandler(this.cenaEmisjiButton_Click); 1277 1277 // … … 1280 1280 this.brutto_EuroTextBox.BackColor = System.Drawing.SystemColors.Window; 1281 1281 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); 1283 1283 this.brutto_EuroTextBox.Name = "brutto_EuroTextBox"; 1284 1284 this.brutto_EuroTextBox.Size = new System.Drawing.Size(111, 20); 1285 this.brutto_EuroTextBox.TabIndex = 62 ;1285 this.brutto_EuroTextBox.TabIndex = 6231; 1286 1286 this.brutto_EuroTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 1287 1287 this.brutto_EuroTextBox.Leave += new System.EventHandler(this.brutto_EuroTextBox_Leave); … … 1296 1296 "USD", 1297 1297 "GBP"}); 1298 this.walutyComboBox.Location = new System.Drawing.Point( 29, 16);1298 this.walutyComboBox.Location = new System.Drawing.Point(6, 50); 1299 1299 this.walutyComboBox.Name = "walutyComboBox"; 1300 1300 this.walutyComboBox.Size = new System.Drawing.Size(111, 21); 1301 this.walutyComboBox.TabIndex = 59;1301 this.walutyComboBox.TabIndex = 32; 1302 1302 this.walutyComboBox.SelectedIndexChanged += new System.EventHandler(this.walutyComboBox_SelectedIndexChanged); 1303 1303 // … … 1308 1308 this.dodajButton.Name = "dodajButton"; 1309 1309 this.dodajButton.Size = new System.Drawing.Size(76, 36); 1310 this.dodajButton.TabIndex = 6 1;1310 this.dodajButton.TabIndex = 60; 1311 1311 this.dodajButton.Text = "Zapisz"; 1312 1312 this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 1320 1320 this.anulujButton.Name = "anulujButton"; 1321 1321 this.anulujButton.Size = new System.Drawing.Size(74, 36); 1322 this.anulujButton.TabIndex = 6 2;1322 this.anulujButton.TabIndex = 61; 1323 1323 this.anulujButton.Text = "Anuluj"; 1324 1324 this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 1338 1338 // 1339 1339 this.label4.AutoSize = true; 1340 this.label4.Location = new System.Drawing.Point(43 2, 581);1340 this.label4.Location = new System.Drawing.Point(435, 599); 1341 1341 this.label4.Name = "label4"; 1342 1342 this.label4.Size = new System.Drawing.Size(69, 13); 1343 1343 this.label4.TabIndex = 67; 1344 1344 this.label4.Text = "Liczba emisji:"; 1345 this.label4.Visible = false; 1345 1346 // 1346 1347 // liczbaEmisjiLabel 1347 1348 // 1348 1349 this.liczbaEmisjiLabel.AutoSize = true; 1349 this.liczbaEmisjiLabel.Location = new System.Drawing.Point(5 07, 581);1350 this.liczbaEmisjiLabel.Location = new System.Drawing.Point(510, 599); 1350 1351 this.liczbaEmisjiLabel.Name = "liczbaEmisjiLabel"; 1351 1352 this.liczbaEmisjiLabel.Size = new System.Drawing.Size(10, 13); 1352 1353 this.liczbaEmisjiLabel.TabIndex = 68; 1353 1354 this.liczbaEmisjiLabel.Text = "-"; 1355 this.liczbaEmisjiLabel.Visible = false; 1354 1356 // 1355 1357 // kursy_WalutTableAdapter … … 1374 1376 this.groupBox4.Location = new System.Drawing.Point(262, 325); 1375 1377 this.groupBox4.Name = "groupBox4"; 1376 this.groupBox4.Size = new System.Drawing.Size(16 4, 247);1377 this.groupBox4.TabIndex = 66;1378 this.groupBox4.Size = new System.Drawing.Size(167, 247); 1379 this.groupBox4.TabIndex = 30; 1378 1380 this.groupBox4.TabStop = false; 1379 1381 // … … 1381 1383 // 1382 1384 this.label5.AutoSize = true; 1383 this.label5.Location = new System.Drawing.Point(7, 17 3);1385 this.label5.Location = new System.Drawing.Point(7, 178); 1384 1386 this.label5.Name = "label5"; 1385 this.label5.Size = new System.Drawing.Size( 62, 13);1387 this.label5.Size = new System.Drawing.Size(56, 13); 1386 1388 this.label5.TabIndex = 74; 1387 this.label5.Text = "K URS NBP";1389 this.label5.Text = "Kurs NBP:"; 1388 1390 // 1389 1391 // brutto_Euro_MianoTextBox … … 1391 1393 this.brutto_Euro_MianoTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 1392 1394 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(9 8, 193);1395 this.brutto_Euro_MianoTextBox.Location = new System.Drawing.Point(91, 193); 1394 1396 this.brutto_Euro_MianoTextBox.Name = "brutto_Euro_MianoTextBox"; 1395 1397 this.brutto_Euro_MianoTextBox.ReadOnly = true; 1396 1398 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; 1398 1400 // 1399 1401 // waluta_kursTextBox … … 1401 1403 this.waluta_kursTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 1402 1404 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(4 8, 220);1405 this.waluta_kursTextBox.Location = new System.Drawing.Point(41, 220); 1404 1406 this.waluta_kursTextBox.Name = "waluta_kursTextBox"; 1405 1407 this.waluta_kursTextBox.ReadOnly = true; 1406 1408 this.waluta_kursTextBox.Size = new System.Drawing.Size(110, 20); 1407 this.waluta_kursTextBox.TabIndex = 71;1409 this.waluta_kursTextBox.TabIndex = 36; 1408 1410 // 1409 1411 // waluta_PrzelicznikTextBox … … 1411 1413 this.waluta_PrzelicznikTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 1412 1414 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); 1414 1416 this.waluta_PrzelicznikTextBox.Name = "waluta_PrzelicznikTextBox"; 1415 1417 this.waluta_PrzelicznikTextBox.ReadOnly = true; 1416 1418 this.waluta_PrzelicznikTextBox.Size = new System.Drawing.Size(29, 20); 1417 this.waluta_PrzelicznikTextBox.TabIndex = 70;1419 this.waluta_PrzelicznikTextBox.TabIndex = 35; 1418 1420 // 1419 1421 // waluta_kurs_z_dniaTextBox … … 1421 1423 this.waluta_kurs_z_dniaTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 1422 1424 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); 1424 1426 this.waluta_kurs_z_dniaTextBox.Name = "waluta_kurs_z_dniaTextBox"; 1425 1427 this.waluta_kurs_z_dniaTextBox.ReadOnly = true; 1426 1428 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; 1428 1430 // 1429 1431 // label6 1430 1432 // 1431 1433 this.label6.AutoSize = true; 1432 this.label6.Location = new System.Drawing.Point( 29, 45);1434 this.label6.Location = new System.Drawing.Point(6, 10); 1433 1435 this.label6.Name = "label6"; 1434 this.label6.Size = new System.Drawing.Size( 72, 13);1436 this.label6.Size = new System.Drawing.Size(130, 13); 1435 1437 this.label6.TabIndex = 69; 1436 this.label6.Text = " Brutto waluta:";1438 this.label6.Text = "Wartoæ brutto w walucie:"; 1437 1439 // 1438 1440 // fAKTURA_WYSTAWIONOCheckBox 1439 1441 // 1442 this.fAKTURA_WYSTAWIONOCheckBox.AutoSize = true; 1440 1443 this.fAKTURA_WYSTAWIONOCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "FAKTURA WYSTAWIONO", true)); 1441 1444 this.fAKTURA_WYSTAWIONOCheckBox.Enabled = false; 1442 1445 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); 1444 1447 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; 1447 1450 // 1448 1451 // zAP£ACONOCheckBox 1449 1452 // 1453 this.zAP£ACONOCheckBox.AutoSize = true; 1450 1454 this.zAP£ACONOCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "ZAP£ACONO", true)); 1451 1455 this.zAP£ACONOCheckBox.Enabled = false; 1452 1456 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); 1454 1458 this.zAP£ACONOCheckBox.Name = "zAP£ACONOCheckBox"; 1455 this.zAP£ACONOCheckBox.Size = new System.Drawing.Size(1 6, 24);1456 this.zAP£ACONOCheckBox.TabIndex = 72;1459 this.zAP£ACONOCheckBox.Size = new System.Drawing.Size(15, 14); 1460 this.zAP£ACONOCheckBox.TabIndex = 44; 1457 1461 // 1458 1462 // tabControl1 … … 1465 1469 this.tabControl1.SelectedIndex = 0; 1466 1470 this.tabControl1.Size = new System.Drawing.Size(263, 556); 1467 this.tabControl1.TabIndex = 73;1471 this.tabControl1.TabIndex = 50; 1468 1472 // 1469 1473 // notatkiTabPage … … 1515 1519 this.ukazaloSieDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 1516 1520 this.ukazaloSieDataGridView.Size = new System.Drawing.Size(141, 524); 1517 this.ukazaloSieDataGridView.TabIndex = 65;1521 this.ukazaloSieDataGridView.TabIndex = 55; 1518 1522 this.ukazaloSieDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ukazaloSieDataGridView_CellContextMenuStripNeeded); 1519 1523 this.ukazaloSieDataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ukazaloSieDataGridView_CellEndEdit); … … 1570 1574 this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 1571 1575 this.dataGridView1.Size = new System.Drawing.Size(249, 524); 1572 this.dataGridView1.TabIndex = 1;1576 this.dataGridView1.TabIndex = 56; 1573 1577 this.dataGridView1.Leave += new System.EventHandler(this.dataGridView1_Leave); 1574 1578 this.dataGridView1.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowLeave); … … 1619 1623 this.ZDpanel.Controls.Add(zATWIERDZONO_DO_DRUKULabel); 1620 1624 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); 1622 1626 this.ZDpanel.Name = "ZDpanel"; 1623 this.ZDpanel.Size = new System.Drawing.Size(1 95, 24);1624 this.ZDpanel.TabIndex = 74;1627 this.ZDpanel.Size = new System.Drawing.Size(150, 24); 1628 this.ZDpanel.TabIndex = 40; 1625 1629 // 1626 1630 // groupBox5 … … 1628 1632 this.groupBox5.Controls.Add(this.wyroznienieCheckBox); 1629 1633 this.groupBox5.Controls.Add(wyroznienieLabel); 1630 this.groupBox5.Location = new System.Drawing.Point(26 3, 578);1634 this.groupBox5.Location = new System.Drawing.Point(262, 578); 1631 1635 this.groupBox5.Name = "groupBox5"; 1632 this.groupBox5.Size = new System.Drawing.Size(16 3, 49);1633 this.groupBox5.TabIndex = 75;1636 this.groupBox5.Size = new System.Drawing.Size(167, 49); 1637 this.groupBox5.TabIndex = 37; 1634 1638 this.groupBox5.TabStop = false; 1635 1639 // 1636 1640 // wyroznienieCheckBox 1637 1641 // 1642 this.wyroznienieCheckBox.AutoSize = true; 1638 1643 this.wyroznienieCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "wyroznienie", true)); 1639 this.wyroznienieCheckBox.Location = new System.Drawing.Point(122, 1 5);1644 this.wyroznienieCheckBox.Location = new System.Drawing.Point(122, 19); 1640 1645 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; 1643 1648 this.wyroznienieCheckBox.Click += new System.EventHandler(this.wyroznienieCheckBox_Click); 1644 1649 // 1645 1650 // wyroznienie_exportedCheckBox 1646 1651 // 1652 this.wyroznienie_exportedCheckBox.AutoSize = true; 1647 1653 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); 1649 1655 this.wyroznienie_exportedCheckBox.Name = "wyroznienie_exportedCheckBox"; 1650 this.wyroznienie_exportedCheckBox.Size = new System.Drawing.Size(1 8, 24);1651 this.wyroznienie_exportedCheckBox.TabIndex = 76;1656 this.wyroznienie_exportedCheckBox.Size = new System.Drawing.Size(15, 14); 1657 this.wyroznienie_exportedCheckBox.TabIndex = 45; 1652 1658 // 1653 1659 // ogl_dzialyTableAdapter … … 1662 1668 // 1663 1669 this.EmailButton.Image = ((System.Drawing.Image)(resources.GetObject("EmailButton.Image"))); 1664 this.EmailButton.Location = new System.Drawing.Point(21 3, 633);1670 this.EmailButton.Location = new System.Drawing.Point(211, 633); 1665 1671 this.EmailButton.Name = "EmailButton"; 1666 1672 this.EmailButton.Size = new System.Drawing.Size(38, 30); 1667 this.EmailButton.TabIndex = 77;1673 this.EmailButton.TabIndex = 42; 1668 1674 this.EmailButton.UseVisualStyleBackColor = true; 1669 1675 this.EmailButton.Click += new System.EventHandler(this.EmailButton_Click); … … 1671 1677 // kalendarzButton 1672 1678 // 1673 this.kalendarzButton.Location = new System.Drawing.Point(5 48, 576);1679 this.kalendarzButton.Location = new System.Drawing.Point(564, 571); 1674 1680 this.kalendarzButton.Name = "kalendarzButton"; 1675 1681 this.kalendarzButton.Size = new System.Drawing.Size(75, 23); 1676 this.kalendarzButton.TabIndex = 78;1682 this.kalendarzButton.TabIndex = 47; 1677 1683 this.kalendarzButton.Text = "Kalendarz"; 1678 1684 this.kalendarzButton.UseVisualStyleBackColor = true; … … 1728 1734 this.editItem.Click += new System.EventHandler(this.editItem_Click); 1729 1735 // 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 // 1730 1773 // OrderDetails 1731 1774 // … … 1733 1776 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 1734 1777 this.ClientSize = new System.Drawing.Size(920, 669); 1778 this.Controls.Add(this.button3); 1779 this.Controls.Add(this.EmailButton); 1735 1780 this.Controls.Add(this.cenaEmisjiButton); 1736 1781 this.Controls.Add(this.kalendarzButton); 1737 this.Controls.Add(this.EmailButton);1738 this.Controls.Add(wyroznienie_exportedLabel);1739 this.Controls.Add(this.wyroznienie_exportedCheckBox);1740 1782 this.Controls.Add(this.ZDpanel); 1741 1783 this.Controls.Add(this.groupBox5); 1784 this.Controls.Add(this.tabControl1); 1785 this.Controls.Add(wyroznienie_exportedLabel); 1742 1786 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); 1745 1788 this.Controls.Add(fAKTURA_WYSTAWIONOLabel); 1746 this.Controls.Add(this.fAKTURA_WYSTAWIONOCheckBox);1747 1789 this.Controls.Add(this.liczbaEmisjiLabel); 1748 1790 this.Controls.Add(this.groupBox4); 1791 this.Controls.Add(this.fAKTURA_WYSTAWIONOCheckBox); 1792 this.Controls.Add(this.zAP£ACONOCheckBox); 1749 1793 this.Controls.Add(this.label4); 1750 1794 this.Controls.Add(this.anulujButton); … … 1754 1798 this.Controls.Add(this.groupBox1); 1755 1799 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); 1756 1804 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 1757 1805 this.KeyPreview = true; … … 1800 1848 this.emisjeContextMenuStrip.ResumeLayout(false); 1801 1849 this.advertSiteContext.ResumeLayout(false); 1850 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 1802 1851 this.ResumeLayout(false); 1803 1852 this.PerformLayout(); … … 1858 1907 private System.Windows.Forms.BindingSource rEKLAMAREKLAMASTRONABindingSource; 1859 1908 private Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMA_STRONATableAdapter rEKLAMA_STRONATableAdapter; 1860 private System.Windows.Forms.Label label1;1861 1909 private System.Windows.Forms.Label label2; 1862 1910 private System.Windows.Forms.ComboBox grzbietComboBox; … … 1924 1972 private System.Windows.Forms.DataGridViewTextBoxColumn NR_WYDANIA; 1925 1973 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; 1926 1977 1927 1978 -
branches/ReklamaReorganizacja/BazaReklam/OrderDetails.cs
r565 r570 8 8 using System.Text.RegularExpressions; 9 9 using Baza_Reklam.Classes; 10 using Baza_Reklam.Classes.Helpers; 10 11 11 12 namespace Baza_Reklam … … 124 125 { 125 126 wyroznienie_exportedCheckBox.Enabled = User.getUser().St_produkcja; 127 cbLocation.SelectedIndex = 0; 126 128 } 127 129 … … 211 213 private void dodajButton_Click(object sender, EventArgs e) 212 214 { 215 if (!ValidateChildren()) 216 { 217 MessageBox.Show("Proszê uzupe³niæ wymagane pola."); 218 return; 219 } 220 213 221 Cursor = Cursors.WaitCursor; 214 222 … … 238 246 reklama_Info_DodTableAdapter.Update(rEKLAMADataSet.Reklama_Info_Dod); 239 247 zmianyEmisjiTableAdapter.Update(rEKLAMADataSet.zmianyEmisji); 240 248 241 249 242 250 zmiany(); … … 409 417 rEKLAMAUKAZESIEWNRBindingSource.EndEdit(); 410 418 419 if (rEKLAMABindingSource.Current == null) return; 420 411 421 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 //} 422 432 } 423 433 … … 1659 1669 } 1660 1670 } 1671 1672 private void cbLocation_Validating(object sender, CancelEventArgs e) 1673 { 1674 ValidationHelper.IsComboValueSelected(cbLocation, 0, "Proszê wybraæ lokalizacjê reklamy.", e, errProvider); 1675 } 1661 1676 } 1662 1677 } -
branches/ReklamaReorganizacja/BazaReklam/OrderDetails.resx
r337 r570 230 230 </metadata> 231 231 <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> 233 236 </metadata> 234 237 <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 235 238 <value>804, 54</value> 236 239 </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> 237 243 <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> 239 245 </metadata> 240 246 <metadata name="lISTATYPOWREKLAMYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 241 247 <value>17, 54</value> 242 248 </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> 243 252 <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> 245 254 </metadata> 246 255 <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> 248 257 </metadata> 249 258 <metadata name="gRZBIETYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> … … 251 260 </metadata> 252 261 <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> 254 263 </metadata> 255 264 <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> 257 266 </metadata> 258 267 <metadata name="zafakturowana.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> … … 266 275 </metadata> 267 276 <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> 269 278 </metadata> 270 279 <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> 272 284 </metadata> 273 285 <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> 275 290 </metadata> 276 291 <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> 278 296 </metadata> 279 297 <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> 281 302 </metadata> 282 303 <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> 284 308 </metadata> 285 309 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> … … 346 370 </metadata> 347 371 <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> 349 373 </metadata> 350 374 <metadata name="NR_WYDANIA.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 351 375 <value>True</value> 352 376 </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> 353 380 <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"> 354 390 <value>17, 165</value> 355 391 </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>362 392 <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> 364 394 </metadata> 365 395 <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> 367 397 </metadata> 368 398 <data name="EmailButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 394 424 <value>17, 17</value> 395 425 </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> 396 432 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 397 <value>1 36</value>433 <value>155</value> 398 434 </metadata> 399 435 </root>
