Zbiór zmian 69 dla Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
- Data:
- 2008-12-13 23:32:27 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs (zmodyfikowane) (25 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r68 r69 33 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 34 34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 35 36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 36 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 39 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZamowieniaForm)); 37 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();40 41 this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 41 42 this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); … … 46 47 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 47 48 this.rEKLAMADataGridView = new System.Windows.Forms.DataGridView(); 49 this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 50 this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 52 this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn(); 53 this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 54 this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 48 55 this.rEKLAMABindingSource = new System.Windows.Forms.BindingSource(this.components); 49 56 this.rEKLAMADataGridView1 = new System.Windows.Forms.DataGridView(); 57 this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 58 this.DATA_ZAMOWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 59 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 60 this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 61 this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 62 this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 63 this.ZATWIERDZONO_DO_DRUKU2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 50 64 this.rEKLAMABindingSource1 = new System.Windows.Forms.BindingSource(this.components); 51 65 this.dodajButton = new System.Windows.Forms.Button(); … … 78 92 this.groupBox2 = new System.Windows.Forms.GroupBox(); 79 93 this.groupBox3 = new System.Windows.Forms.GroupBox(); 94 this.usunFaktureButton = new System.Windows.Forms.Button(); 80 95 this.wplataButton = new System.Windows.Forms.Button(); 81 96 this.korektaButton = new System.Windows.Forms.Button(); 82 97 this.korektaDoExportButton = new System.Windows.Forms.Button(); 83 this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();84 this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn();85 this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();86 this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn();87 this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn();88 this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn();89 this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn();90 this.DATA_ZAMOWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();91 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();92 this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn();93 this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();94 this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();95 this.ZATWIERDZONO_DO_DRUKU2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();96 98 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 97 99 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 138 140 this.zamowieniaDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 139 141 this.zamowieniaDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 140 this.zamowieniaDataGridView.Size = new System.Drawing.Size(3 56, 253);142 this.zamowieniaDataGridView.Size = new System.Drawing.Size(368, 266); 141 143 this.zamowieniaDataGridView.TabIndex = 1; 142 144 // … … 212 214 this.rEKLAMADataGridView.Size = new System.Drawing.Size(379, 167); 213 215 this.rEKLAMADataGridView.TabIndex = 1; 216 // 217 // dataGridViewTextBoxColumn9 218 // 219 this.dataGridViewTextBoxColumn9.DataPropertyName = "ID REKLAMY"; 220 this.dataGridViewTextBoxColumn9.HeaderText = "Symbol"; 221 this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; 222 this.dataGridViewTextBoxColumn9.ReadOnly = true; 223 // 224 // TYP 225 // 226 this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 227 this.TYP.DataPropertyName = "TYP"; 228 this.TYP.HeaderText = "TYP"; 229 this.TYP.Name = "TYP"; 230 this.TYP.ReadOnly = true; 231 this.TYP.Width = 50; 232 // 233 // dataGridViewTextBoxColumn27 234 // 235 this.dataGridViewTextBoxColumn27.DataPropertyName = "NETTO"; 236 this.dataGridViewTextBoxColumn27.HeaderText = "NETTO"; 237 this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; 238 this.dataGridViewTextBoxColumn27.ReadOnly = true; 239 // 240 // VAT 241 // 242 this.VAT.DataPropertyName = "VAT"; 243 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 244 dataGridViewCellStyle4.Format = "P"; 245 this.VAT.DefaultCellStyle = dataGridViewCellStyle4; 246 this.VAT.HeaderText = "VAT"; 247 this.VAT.Name = "VAT"; 248 this.VAT.ReadOnly = true; 249 // 250 // Brutto_Euro_Miano 251 // 252 this.Brutto_Euro_Miano.DataPropertyName = "Brutto_Euro_Miano"; 253 this.Brutto_Euro_Miano.HeaderText = "Waluta"; 254 this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; 255 this.Brutto_Euro_Miano.ReadOnly = true; 256 // 257 // ZATWIERDZONO_DO_DRUKU 258 // 259 this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 260 this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "ZATWIERDZONO DO DRUKU"; 261 this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; 262 this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; 263 this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; 264 this.ZATWIERDZONO_DO_DRUKU.Width = 25; 214 265 // 215 266 // rEKLAMABindingSource … … 253 304 this.rEKLAMADataGridView1.TabIndex = 2; 254 305 // 306 // dataGridViewTextBoxColumn72 307 // 308 this.dataGridViewTextBoxColumn72.DataPropertyName = "ID REKLAMY"; 309 this.dataGridViewTextBoxColumn72.HeaderText = "Symbol"; 310 this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72"; 311 this.dataGridViewTextBoxColumn72.ReadOnly = true; 312 // 313 // DATA_ZAMOWIENIA 314 // 315 this.DATA_ZAMOWIENIA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 316 this.DATA_ZAMOWIENIA.DataPropertyName = "DATA ZAMÓWIENIA"; 317 this.DATA_ZAMOWIENIA.HeaderText = "Data zam."; 318 this.DATA_ZAMOWIENIA.Name = "DATA_ZAMOWIENIA"; 319 this.DATA_ZAMOWIENIA.ReadOnly = true; 320 this.DATA_ZAMOWIENIA.Width = 75; 321 // 322 // dataGridViewTextBoxColumn1 323 // 324 this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 325 this.dataGridViewTextBoxColumn1.DataPropertyName = "TYP"; 326 this.dataGridViewTextBoxColumn1.HeaderText = "TYP"; 327 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; 328 this.dataGridViewTextBoxColumn1.ReadOnly = true; 329 this.dataGridViewTextBoxColumn1.Width = 50; 330 // 331 // dataGridViewTextBoxColumn90 332 // 333 this.dataGridViewTextBoxColumn90.DataPropertyName = "NETTO"; 334 this.dataGridViewTextBoxColumn90.HeaderText = "NETTO"; 335 this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90"; 336 this.dataGridViewTextBoxColumn90.ReadOnly = true; 337 // 338 // dataGridViewTextBoxColumn43 339 // 340 this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT"; 341 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 342 dataGridViewCellStyle7.Format = "P"; 343 this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle7; 344 this.dataGridViewTextBoxColumn43.HeaderText = "VAT"; 345 this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; 346 this.dataGridViewTextBoxColumn43.ReadOnly = true; 347 // 348 // dataGridViewTextBoxColumn44 349 // 350 this.dataGridViewTextBoxColumn44.DataPropertyName = "Brutto_Euro_Miano"; 351 this.dataGridViewTextBoxColumn44.HeaderText = "Waluta"; 352 this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44"; 353 this.dataGridViewTextBoxColumn44.ReadOnly = true; 354 // 355 // ZATWIERDZONO_DO_DRUKU2 356 // 357 this.ZATWIERDZONO_DO_DRUKU2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 358 this.ZATWIERDZONO_DO_DRUKU2.DataPropertyName = "ZATWIERDZONO DO DRUKU"; 359 this.ZATWIERDZONO_DO_DRUKU2.HeaderText = "ZD"; 360 this.ZATWIERDZONO_DO_DRUKU2.Name = "ZATWIERDZONO_DO_DRUKU2"; 361 this.ZATWIERDZONO_DO_DRUKU2.ReadOnly = true; 362 this.ZATWIERDZONO_DO_DRUKU2.Width = 25; 363 // 255 364 // rEKLAMABindingSource1 256 365 // … … 260 369 // dodajButton 261 370 // 262 this.dodajButton.Location = new System.Drawing.Point(21, 292); 371 this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image"))); 372 this.dodajButton.Location = new System.Drawing.Point(9, 291); 263 373 this.dodajButton.Name = "dodajButton"; 264 this.dodajButton.Size = new System.Drawing.Size( 63, 23);374 this.dodajButton.Size = new System.Drawing.Size(78, 38); 265 375 this.dodajButton.TabIndex = 3; 266 376 this.dodajButton.Text = "Dodaj"; 377 this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 267 378 this.dodajButton.UseVisualStyleBackColor = true; 268 379 this.dodajButton.Click += new System.EventHandler(this.dodajButton_Click); … … 270 381 // dodajDoZamButton 271 382 // 272 this.dodajDoZamButton.Location = new System.Drawing.Point(400, 99); 383 this.dodajDoZamButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajDoZamButton.Image"))); 384 this.dodajDoZamButton.Location = new System.Drawing.Point(391, 95); 273 385 this.dodajDoZamButton.Name = "dodajDoZamButton"; 274 this.dodajDoZamButton.Size = new System.Drawing.Size( 43, 23);386 this.dodajDoZamButton.Size = new System.Drawing.Size(68, 34); 275 387 this.dodajDoZamButton.TabIndex = 4; 276 388 this.dodajDoZamButton.Text = "Dodaj"; 389 this.dodajDoZamButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 277 390 this.dodajDoZamButton.UseVisualStyleBackColor = true; 278 391 this.dodajDoZamButton.Click += new System.EventHandler(this.dodajDoZamButton_Click); … … 280 393 // usunZZamButton 281 394 // 282 this.usunZZamButton.Location = new System.Drawing.Point(400, 128); 395 this.usunZZamButton.Image = ((System.Drawing.Image)(resources.GetObject("usunZZamButton.Image"))); 396 this.usunZZamButton.Location = new System.Drawing.Point(391, 135); 283 397 this.usunZZamButton.Name = "usunZZamButton"; 284 this.usunZZamButton.Size = new System.Drawing.Size( 43, 22);398 this.usunZZamButton.Size = new System.Drawing.Size(68, 33); 285 399 this.usunZZamButton.TabIndex = 5; 286 400 this.usunZZamButton.Text = "Usuñ"; 401 this.usunZZamButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; 287 402 this.usunZZamButton.UseVisualStyleBackColor = true; 288 403 this.usunZZamButton.Click += new System.EventHandler(this.usunZZamButton_Click); … … 290 405 // button1 291 406 // 292 this.button1.Location = new System.Drawing.Point(297, 292); 407 this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); 408 this.button1.Location = new System.Drawing.Point(297, 291); 293 409 this.button1.Name = "button1"; 294 this.button1.Size = new System.Drawing.Size( 56, 23);410 this.button1.Size = new System.Drawing.Size(77, 38); 295 411 this.button1.TabIndex = 6; 296 412 this.button1.Text = "Fakturuj"; 413 this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 297 414 this.button1.UseVisualStyleBackColor = true; 298 415 this.button1.Click += new System.EventHandler(this.button1_Click); … … 300 417 // button2 301 418 // 302 this.button2.Location = new System.Drawing.Point(413, 292); 419 this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); 420 this.button2.Location = new System.Drawing.Point(259, 291); 303 421 this.button2.Name = "button2"; 304 this.button2.Size = new System.Drawing.Size( 53, 23);422 this.button2.Size = new System.Drawing.Size(39, 36); 305 423 this.button2.TabIndex = 7; 306 this.button2.Text = "Wydruk";307 424 this.button2.UseVisualStyleBackColor = true; 308 425 this.button2.Click += new System.EventHandler(this.button2_Click); … … 335 452 this.fAKTURYDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 336 453 this.fAKTURYDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 337 this.fAKTURYDataGridView.Size = new System.Drawing.Size(451, 2 53);454 this.fAKTURYDataGridView.Size = new System.Drawing.Size(451, 266); 338 455 this.fAKTURYDataGridView.TabIndex = 8; 339 456 this.fAKTURYDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.fAKTURYDataGridView_DataBindingComplete); … … 422 539 // WydrukButton 423 540 // 424 this.WydrukButton.Location = new System.Drawing.Point(237, 292); 541 this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 542 this.WydrukButton.Location = new System.Drawing.Point(257, 291); 425 543 this.WydrukButton.Name = "WydrukButton"; 426 this.WydrukButton.Size = new System.Drawing.Size( 54, 23);544 this.WydrukButton.Size = new System.Drawing.Size(34, 38); 427 545 this.WydrukButton.TabIndex = 9; 428 this.WydrukButton.Text = "Wydruk";429 546 this.WydrukButton.UseVisualStyleBackColor = true; 430 547 this.WydrukButton.Click += new System.EventHandler(this.WydrukButton_Click); … … 444 561 // edytujButton 445 562 // 446 this.edytujButton.Location = new System.Drawing.Point(90, 292); 563 this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 564 this.edytujButton.Location = new System.Drawing.Point(90, 291); 447 565 this.edytujButton.Name = "edytujButton"; 448 this.edytujButton.Size = new System.Drawing.Size( 50, 23);566 this.edytujButton.Size = new System.Drawing.Size(79, 38); 449 567 this.edytujButton.TabIndex = 10; 450 568 this.edytujButton.Text = "Edytuj"; 569 this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 451 570 this.edytujButton.UseVisualStyleBackColor = true; 452 571 this.edytujButton.Click += new System.EventHandler(this.edytujButton_Click); … … 454 573 // button3 455 574 // 456 this.button3.Location = new System.Drawing.Point(146, 292); 575 this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 576 this.button3.Location = new System.Drawing.Point(175, 291); 457 577 this.button3.Name = "button3"; 458 this.button3.Size = new System.Drawing.Size( 52, 23);578 this.button3.Size = new System.Drawing.Size(76, 38); 459 579 this.button3.TabIndex = 11; 460 580 this.button3.Text = "Usuñ"; 581 this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 461 582 this.button3.UseVisualStyleBackColor = true; 462 583 this.button3.Click += new System.EventHandler(this.button3_Click); … … 472 593 this.groupBox1.Controls.Add(this.usunZZamButton); 473 594 this.groupBox1.Controls.Add(this.rEKLAMADataGridView1); 474 this.groupBox1.Location = new System.Drawing.Point(12, 3 76);595 this.groupBox1.Location = new System.Drawing.Point(12, 366); 475 596 this.groupBox1.Name = "groupBox1"; 476 this.groupBox1.Size = new System.Drawing.Size(879, 2 44);597 this.groupBox1.Size = new System.Drawing.Size(879, 256); 477 598 this.groupBox1.TabIndex = 12; 478 599 this.groupBox1.TabStop = false; … … 481 602 // reklama2Button 482 603 // 604 this.reklama2Button.Image = ((System.Drawing.Image)(resources.GetObject("reklama2Button.Image"))); 483 605 this.reklama2Button.Location = new System.Drawing.Point(465, 212); 484 606 this.reklama2Button.Name = "reklama2Button"; 485 this.reklama2Button.Size = new System.Drawing.Size( 75, 23);607 this.reklama2Button.Size = new System.Drawing.Size(35, 38); 486 608 this.reklama2Button.TabIndex = 9; 487 this.reklama2Button.Text = "Reklama";488 609 this.reklama2Button.UseVisualStyleBackColor = true; 489 610 this.reklama2Button.Click += new System.EventHandler(this.reklama2Button_Click); … … 491 612 // reklama1Button 492 613 // 614 this.reklama1Button.Image = ((System.Drawing.Image)(resources.GetObject("reklama1Button.Image"))); 493 615 this.reklama1Button.Location = new System.Drawing.Point(9, 212); 494 616 this.reklama1Button.Name = "reklama1Button"; 495 this.reklama1Button.Size = new System.Drawing.Size( 75, 23);617 this.reklama1Button.Size = new System.Drawing.Size(37, 38); 496 618 this.reklama1Button.TabIndex = 8; 497 this.reklama1Button.Text = "Reklama";498 619 this.reklama1Button.UseVisualStyleBackColor = true; 499 620 this.reklama1Button.Click += new System.EventHandler(this.reklama1Button_Click); … … 527 648 this.groupBox2.Location = new System.Drawing.Point(12, 22); 528 649 this.groupBox2.Name = "groupBox2"; 529 this.groupBox2.Size = new System.Drawing.Size(380, 33 7);650 this.groupBox2.Size = new System.Drawing.Size(380, 338); 530 651 this.groupBox2.TabIndex = 13; 531 652 this.groupBox2.TabStop = false; … … 534 655 // groupBox3 535 656 // 657 this.groupBox3.Controls.Add(this.usunFaktureButton); 536 658 this.groupBox3.Controls.Add(this.wplataButton); 537 659 this.groupBox3.Controls.Add(this.korektaButton); … … 546 668 this.groupBox3.Text = "Faktury"; 547 669 // 670 // usunFaktureButton 671 // 672 this.usunFaktureButton.Image = ((System.Drawing.Image)(resources.GetObject("usunFaktureButton.Image"))); 673 this.usunFaktureButton.Location = new System.Drawing.Point(122, 291); 674 this.usunFaktureButton.Name = "usunFaktureButton"; 675 this.usunFaktureButton.Size = new System.Drawing.Size(44, 37); 676 this.usunFaktureButton.TabIndex = 12; 677 this.usunFaktureButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 678 this.usunFaktureButton.UseVisualStyleBackColor = true; 679 this.usunFaktureButton.Click += new System.EventHandler(this.usunFaktureButton_Click); 680 // 548 681 // wplataButton 549 682 // 550 this.wplataButton.Location = new System.Drawing.Point(241, 291); 683 this.wplataButton.Image = ((System.Drawing.Image)(resources.GetObject("wplataButton.Image"))); 684 this.wplataButton.Location = new System.Drawing.Point(172, 291); 551 685 this.wplataButton.Name = "wplataButton"; 552 this.wplataButton.Size = new System.Drawing.Size( 75, 23);686 this.wplataButton.Size = new System.Drawing.Size(81, 36); 553 687 this.wplataButton.TabIndex = 11; 554 688 this.wplataButton.Text = "Wp³ata"; 689 this.wplataButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 555 690 this.wplataButton.UseVisualStyleBackColor = true; 556 691 this.wplataButton.Click += new System.EventHandler(this.button6_Click); … … 560 695 this.korektaButton.Location = new System.Drawing.Point(15, 291); 561 696 this.korektaButton.Name = "korektaButton"; 562 this.korektaButton.Size = new System.Drawing.Size(101, 23);697 this.korektaButton.Size = new System.Drawing.Size(101, 37); 563 698 this.korektaButton.TabIndex = 10; 564 699 this.korektaButton.Text = "Wystaw korekte"; … … 569 704 // 570 705 this.korektaDoExportButton.Enabled = false; 571 this.korektaDoExportButton.Location = new System.Drawing.Point( 122, 291);706 this.korektaDoExportButton.Location = new System.Drawing.Point(353, 291); 572 707 this.korektaDoExportButton.Name = "korektaDoExportButton"; 573 this.korektaDoExportButton.Size = new System.Drawing.Size(113, 23);708 this.korektaDoExportButton.Size = new System.Drawing.Size(113, 36); 574 709 this.korektaDoExportButton.TabIndex = 9; 575 710 this.korektaDoExportButton.Text = "Korekta do eksportu"; … … 577 712 this.korektaDoExportButton.Click += new System.EventHandler(this.korektaDoExportButton_Click); 578 713 // 579 // dataGridViewTextBoxColumn9580 //581 this.dataGridViewTextBoxColumn9.DataPropertyName = "ID REKLAMY";582 this.dataGridViewTextBoxColumn9.HeaderText = "Symbol";583 this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";584 this.dataGridViewTextBoxColumn9.ReadOnly = true;585 //586 // TYP587 //588 this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;589 this.TYP.DataPropertyName = "TYP";590 this.TYP.HeaderText = "TYP";591 this.TYP.Name = "TYP";592 this.TYP.ReadOnly = true;593 this.TYP.Width = 50;594 //595 // dataGridViewTextBoxColumn27596 //597 this.dataGridViewTextBoxColumn27.DataPropertyName = "NETTO";598 this.dataGridViewTextBoxColumn27.HeaderText = "NETTO";599 this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";600 this.dataGridViewTextBoxColumn27.ReadOnly = true;601 //602 // VAT603 //604 this.VAT.DataPropertyName = "VAT";605 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;606 dataGridViewCellStyle4.Format = "P";607 this.VAT.DefaultCellStyle = dataGridViewCellStyle4;608 this.VAT.HeaderText = "VAT";609 this.VAT.Name = "VAT";610 this.VAT.ReadOnly = true;611 //612 // Brutto_Euro_Miano613 //614 this.Brutto_Euro_Miano.DataPropertyName = "Brutto_Euro_Miano";615 this.Brutto_Euro_Miano.HeaderText = "Waluta";616 this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano";617 this.Brutto_Euro_Miano.ReadOnly = true;618 //619 // ZATWIERDZONO_DO_DRUKU620 //621 this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;622 this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "ZATWIERDZONO DO DRUKU";623 this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD";624 this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU";625 this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true;626 this.ZATWIERDZONO_DO_DRUKU.Width = 25;627 //628 // dataGridViewTextBoxColumn72629 //630 this.dataGridViewTextBoxColumn72.DataPropertyName = "ID REKLAMY";631 this.dataGridViewTextBoxColumn72.HeaderText = "Symbol";632 this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72";633 this.dataGridViewTextBoxColumn72.ReadOnly = true;634 //635 // DATA_ZAMOWIENIA636 //637 this.DATA_ZAMOWIENIA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;638 this.DATA_ZAMOWIENIA.DataPropertyName = "DATA ZAMÓWIENIA";639 this.DATA_ZAMOWIENIA.HeaderText = "Data zam.";640 this.DATA_ZAMOWIENIA.Name = "DATA_ZAMOWIENIA";641 this.DATA_ZAMOWIENIA.ReadOnly = true;642 this.DATA_ZAMOWIENIA.Width = 75;643 //644 // dataGridViewTextBoxColumn1645 //646 this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;647 this.dataGridViewTextBoxColumn1.DataPropertyName = "TYP";648 this.dataGridViewTextBoxColumn1.HeaderText = "TYP";649 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";650 this.dataGridViewTextBoxColumn1.ReadOnly = true;651 this.dataGridViewTextBoxColumn1.Width = 50;652 //653 // dataGridViewTextBoxColumn90654 //655 this.dataGridViewTextBoxColumn90.DataPropertyName = "NETTO";656 this.dataGridViewTextBoxColumn90.HeaderText = "NETTO";657 this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90";658 this.dataGridViewTextBoxColumn90.ReadOnly = true;659 //660 // dataGridViewTextBoxColumn43661 //662 this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT";663 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;664 dataGridViewCellStyle7.Format = "P";665 this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle7;666 this.dataGridViewTextBoxColumn43.HeaderText = "VAT";667 this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43";668 this.dataGridViewTextBoxColumn43.ReadOnly = true;669 //670 // dataGridViewTextBoxColumn44671 //672 this.dataGridViewTextBoxColumn44.DataPropertyName = "Brutto_Euro_Miano";673 this.dataGridViewTextBoxColumn44.HeaderText = "Waluta";674 this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44";675 this.dataGridViewTextBoxColumn44.ReadOnly = true;676 //677 // ZATWIERDZONO_DO_DRUKU2678 //679 this.ZATWIERDZONO_DO_DRUKU2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;680 this.ZATWIERDZONO_DO_DRUKU2.DataPropertyName = "ZATWIERDZONO DO DRUKU";681 this.ZATWIERDZONO_DO_DRUKU2.HeaderText = "ZD";682 this.ZATWIERDZONO_DO_DRUKU2.Name = "ZATWIERDZONO_DO_DRUKU2";683 this.ZATWIERDZONO_DO_DRUKU2.ReadOnly = true;684 this.ZATWIERDZONO_DO_DRUKU2.Width = 25;685 //686 714 // ZamowieniaForm 687 715 // 688 716 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 689 717 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 690 this.ClientSize = new System.Drawing.Size(915, 63 2);718 this.ClientSize = new System.Drawing.Size(915, 634); 691 719 this.Controls.Add(this.groupBox3); 692 720 this.Controls.Add(this.groupBox2); … … 774 802 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn44; 775 803 private System.Windows.Forms.DataGridViewCheckBoxColumn ZATWIERDZONO_DO_DRUKU2; 804 private System.Windows.Forms.Button usunFaktureButton; 776 805 } 777 806 }
