Zbiór zmian 303
- Data:
- 2009-02-05 15:10:48 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/OrdersForm.cs (zmodyfikowane) (5 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/OrdersForm.cs
r302 r303 70 70 szukajToolStrip.Items.Insert(20, new ToolStripControlHost(new CheckBox(), "PRCheckBox")); 71 71 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")); 77 74 78 75 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["DRCheckBox"]).Control).ThreeState = true; … … 80 77 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).ThreeState = true; 81 78 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).ThreeState = true; 82 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).ThreeState = true;83 79 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).ThreeState = true; 84 80 … … 87 83 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 88 84 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 89 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState = CheckState.Indeterminate;90 85 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["WyrCheckBox"]).Control).CheckState = CheckState.Indeterminate; 91 86 … … 660 655 { 661 656 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 ";670 657 } 671 658 … … 919 906 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["KZCheckBox"]).Control).CheckState = CheckState.Indeterminate; 920 907 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["PRCheckBox"]).Control).CheckState = CheckState.Indeterminate; 921 ((CheckBox)((ToolStripControlHost)szukajToolStrip.Items["ZPCheckBox"]).Control).CheckState = CheckState.Indeterminate;922 908 923 909 }
