Zbiór zmian 303

Pokaż
Ignoruj:
Data:
2009-02-05 15:10:48 (17 years ago)
Autor:
marek
Opis:

re #56 - usunieto 'ZP' - zaplacone jako kryterium wyszukiwania

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/OrdersForm.cs

    r302 r303  
    7070            szukajToolStrip.Items.Insert(20, new ToolStripControlHost(new CheckBox(), "PRCheckBox")); 
    7171 
    72             szukajToolStrip.Items.Insert(21, new ToolStripLabel("ZP")); 
    73             szukajToolStrip.Items.Insert(22, new ToolStripControlHost(new CheckBox(), "ZPCheckBox")); 
    74  
    75             szukajToolStrip.Items.Insert(23, new ToolStripLabel("WYR")); 
    76             szukajToolStrip.Items.Insert(24, new ToolStripControlHost(new CheckBox(), "WyrCheckBox")); 
     72            szukajToolStrip.Items.Insert(21, new ToolStripLabel("WYR")); 
     73            szukajToolStrip.Items.Insert(22, new ToolStripControlHost(new CheckBox(), "WyrCheckBox")); 
    7774 
    7875            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["DRCheckBox"]).Control).ThreeState = true; 
     
    8077            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).ThreeState = true; 
    8178            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).ThreeState = true; 
    82             ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).ThreeState = true; 
    8379            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).ThreeState = true; 
    8480 
     
    8783            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    8884            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    89             ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    9085            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    9186             
     
    660655            { 
    661656                command.CommandText += " AND R.[zablokuj_prowizje]=0 "; 
    662             } 
    663  
    664             if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState == CheckState.Checked) 
    665             { 
    666                 command.CommandText += " AND R.[ZAP£ACONO]=1 "; 
    667             } if (((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState == CheckState.Unchecked) 
    668             { 
    669                 command.CommandText += " AND R.[ZAP£ACONO]=0 "; 
    670657            } 
    671658 
     
    919906            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    920907            ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    921             ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState = CheckState.Indeterminate; 
    922908            
    923909        }