Zbiór zmian 892
- Data:
- 2009-11-24 11:50:31 (16 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 6 zmodyfikowane
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (1 diff)
-
BazaReklam/Classes/Repositories/SectionRepository.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ClientsForm.cs (zmodyfikowane) (3 diffs)
-
BazaReklam/OrderDetails.cs (zmodyfikowane) (6 diffs)
-
BazaReklam/Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/Baza Reklam.csproj
r890 r892 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.2. 0.0</ApplicationVersion>35 <ApplicationVersion>1.2.1.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> -
trunk/BazaReklam/Classes/Repositories/SectionRepository.cs
r889 r892 68 68 public List<Module> FindModulesBySection(Section section) 69 69 { 70 if (section == null) 71 return new List<Module>(); 72 70 73 ModuleRepository moduleRepository = new ModuleRepository(_connectionString); 71 74 return moduleRepository.FindAllActiveBySection(section); -
trunk/BazaReklam/ClientsForm.cs
r889 r892 204 204 } 205 205 206 207 206 private void tabControl2_SelectedIndexChanged(object sender, EventArgs e) 208 207 { 209 210 208 if (tabs.SelectedTab.Name != "daneKlientaTab") 211 209 { … … 288 286 Cursor = Cursors.Default; 289 287 } 290 291 288 } 292 289 … … 2339 2336 Cursor = Cursors.Default; 2340 2337 } 2341 2342 2338 } 2343 2339 -
trunk/BazaReklam/OrderDetails.cs
r889 r892 478 478 { 479 479 if (rEKLAMAUKAZESIEWNRBindingSource.Current != null) 480 {481 480 rEKLAMAUKAZESIEWNRBindingSource.RemoveCurrent(); 482 } 481 483 482 BlokowanieZrealizowanychEmisji(); 484 483 } … … 593 592 //lokalizacje mo¿na zmieniaæ 594 593 sTRONATextBox.ReadOnly = false; 595 596 594 } 597 595 … … 1298 1296 } 1299 1297 } 1300 1301 1298 else if (ukazeSieDataGridView.SelectedRows.Count > 1) 1302 1299 { … … 1325 1322 1326 1323 e.ContextMenuStrip = emisjeContextMenuStrip; 1327 1328 1324 } 1329 1325 … … 1729 1725 1730 1726 if (Validate()) RecalculateAdSize(); 1731 }1727 } 1732 1728 1733 1729 private void txtVertical_TextChanged(object sender, EventArgs e) … … 1736 1732 1737 1733 if (Validate()) RecalculateAdSize(); 1738 }1734 } 1739 1735 1740 1736 private void RecalculateAdSize() -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r889 r892 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.2. 0")]32 [assembly: AssemblyFileVersion("1.2.1")] -
trunk/BazaReklamSetup/BazaReklamSetup.vdproj
r890 r892 578 578 "Name" = "8:Microsoft Visual Studio" 579 579 "ProductName" = "8:Baza Reklam" 580 "ProductCode" = "8:{ BE4CEADF-2A51-425A-98A6-447451705E71}"581 "PackageCode" = "8:{ 3166123B-5CEC-4AF5-8496-D1CBA19E1A6F}"580 "ProductCode" = "8:{CED1D1F6-6F13-45D7-BA53-81F2163F4673}" 581 "PackageCode" = "8:{A015ED39-D075-4352-9514-CE8C9050A172}" 582 582 "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 583 583 "RestartWWWService" = "11:FALSE" … … 585 585 "DetectNewerInstalledVersion" = "11:TRUE" 586 586 "InstallAllUsers" = "11:TRUE" 587 "ProductVersion" = "8:1.2. 0"587 "ProductVersion" = "8:1.2.1" 588 588 "Manufacturer" = "8:AACT" 589 589 "ARPHELPTELEPHONE" = "8:"
