Zbiór zmian 115
- Data:
- 2009-01-05 20:53:38 (17 years ago)
- Lokalizacja:
- Baza Reklam 2 - Faktury
- Pliki:
-
- 3 zmodyfikowane
-
Baza Reklam.suo (zmodyfikowane) (poprzedni)
-
Facturer.Designer.cs (zmodyfikowane) (4 diffs)
-
Facturer.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/Facturer.Designer.cs
r68 r115 76 76 this.kLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); 77 77 this.zamknijButton = new System.Windows.Forms.Button(); 78 this.usunButton = new System.Windows.Forms.Button();79 78 this.poznanKatowiceButton = new System.Windows.Forms.Button(); 80 79 this.zATWIERDZONO_DO_DRUKUCheckBox = new System.Windows.Forms.CheckBox(); … … 480 479 this.zamknijButton.Click += new System.EventHandler(this.zamknijButton_Click); 481 480 // 482 // usunButton483 //484 this.usunButton.Location = new System.Drawing.Point(311, 331);485 this.usunButton.Name = "usunButton";486 this.usunButton.Size = new System.Drawing.Size(83, 43);487 this.usunButton.TabIndex = 59;488 this.usunButton.Text = "USUÑ FAKTURÊ";489 this.usunButton.UseVisualStyleBackColor = true;490 this.usunButton.Click += new System.EventHandler(this.usunButton_Click);491 //492 481 // poznanKatowiceButton 493 482 // … … 528 517 this.Controls.Add(this.zATWIERDZONO_DO_DRUKUCheckBox); 529 518 this.Controls.Add(this.poznanKatowiceButton); 530 this.Controls.Add(this.usunButton);531 519 this.Controls.Add(this.wystawFaktureButton); 532 520 this.Controls.Add(this.zamknijButton); … … 606 594 private System.Windows.Forms.CheckBox vIESCheckBox; 607 595 private System.Windows.Forms.Button zamknijButton; 608 private System.Windows.Forms.Button usunButton;609 596 private System.Windows.Forms.Button poznanKatowiceButton; 610 597 private System.Windows.Forms.CheckBox zATWIERDZONO_DO_DRUKUCheckBox; -
Baza Reklam 2 - Faktury/Facturer.cs
r91 r115 53 53 wystawFaktureButton.Enabled = false; 54 54 wystawProformeButton.Enabled = false; 55 usunButton.Enabled = true & User.getUser().St_kierownik;55 // usunButton.Enabled = true & User.getUser().St_kierownik; 56 56 57 57 nUMER_ROZTextBox.Text = Utils.tagAgenta(row["SYMBOL AKWIZYTORA"].ToString()); … … 93 93 wystawFaktureButton.Enabled = true; 94 94 wystawProformeButton.Enabled = true; 95 usunButton.Enabled = false;95 // usunButton.Enabled = false; 96 96 97 97 // iD_KONTAComboBox.SelectedIndex = 0; … … 584 584 wystawFaktureButton.Enabled = true; 585 585 wystawProformeButton.Enabled = true; 586 usunButton.Enabled = false;586 // usunButton.Enabled = false; 587 587 } 588 588 }
