Zbiór zmian 25 dla Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
- Data:
- 2008-12-28 18:28:08 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs (zmodyfikowane) (9 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r24 r25 100 100 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 101 101 this.KlientLabel = new System.Windows.Forms.Label(); 102 this.proformaButton = new System.Windows.Forms.Button(); 102 103 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 103 104 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 387 388 this.dodajButton.Location = new System.Drawing.Point(6, 291); 388 389 this.dodajButton.Name = "dodajButton"; 389 this.dodajButton.Size = new System.Drawing.Size( 52, 38);390 this.dodajButton.Size = new System.Drawing.Size(40, 38); 390 391 this.dodajButton.TabIndex = 3; 391 392 this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 421 422 // 422 423 this.fakturujButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturujButton.Image"))); 423 this.fakturujButton.Location = new System.Drawing.Point(2 11, 290);424 this.fakturujButton.Location = new System.Drawing.Point(222, 292); 424 425 this.fakturujButton.Name = "fakturujButton"; 425 426 this.fakturujButton.Size = new System.Drawing.Size(77, 38); … … 561 562 // 562 563 this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 563 this.WydrukButton.Location = new System.Drawing.Point(1 71, 290);564 this.WydrukButton.Location = new System.Drawing.Point(139, 291); 564 565 this.WydrukButton.Name = "WydrukButton"; 565 566 this.WydrukButton.Size = new System.Drawing.Size(34, 38); … … 584 585 // 585 586 this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 586 this.edytujButton.Location = new System.Drawing.Point( 64, 291);587 this.edytujButton.Location = new System.Drawing.Point(52, 291); 587 588 this.edytujButton.Name = "edytujButton"; 588 this.edytujButton.Size = new System.Drawing.Size( 50, 38);589 this.edytujButton.Size = new System.Drawing.Size(40, 38); 589 590 this.edytujButton.TabIndex = 10; 590 591 this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 596 597 // 597 598 this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 598 this.button3.Location = new System.Drawing.Point( 120, 291);599 this.button3.Location = new System.Drawing.Point(98, 291); 599 600 this.button3.Name = "button3"; 600 this.button3.Size = new System.Drawing.Size( 45, 38);601 this.button3.Size = new System.Drawing.Size(35, 38); 601 602 this.button3.TabIndex = 11; 602 603 this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 664 665 // groupBox2 665 666 // 667 this.groupBox2.Controls.Add(this.proformaButton); 666 668 this.groupBox2.Controls.Add(this.dtpZmianaDaty); 667 669 this.groupBox2.Controls.Add(this.zamowieniaDataGridView); … … 755 757 this.KlientLabel.TabIndex = 15; 756 758 this.KlientLabel.Text = "----"; 759 // 760 // proformaButton 761 // 762 this.proformaButton.Location = new System.Drawing.Point(180, 292); 763 this.proformaButton.Name = "proformaButton"; 764 this.proformaButton.Size = new System.Drawing.Size(36, 37); 765 this.proformaButton.TabIndex = 13; 766 this.proformaButton.Text = "P"; 767 this.proformaButton.UseVisualStyleBackColor = true; 768 this.proformaButton.Click += new System.EventHandler(this.proformaButton_Click); 757 769 // 758 770 // ZamowieniaForm … … 853 865 private System.Windows.Forms.DataGridViewTextBoxColumn rokZamowienia; 854 866 private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 867 private System.Windows.Forms.Button proformaButton; 855 868 } 856 869 }
