Zbiór zmian 921
- Data:
- 2009-12-01 17:34:38 (16 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 8 zmodyfikowane
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (1 diff)
-
BazaReklam/Classes/Repositories/AgentRepository.cs (zmodyfikowane) (1 diff)
-
BazaReklam/Classes/User.cs (zmodyfikowane) (1 diff)
-
BazaReklam/Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ZamowieniaForm.Designer.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ZamowieniaForm.cs (zmodyfikowane) (1 diff)
-
BazaReklam/app.config (zmodyfikowane) (1 diff)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/Baza Reklam.csproj
r920 r921 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.2. 3.0</ApplicationVersion>35 <ApplicationVersion>1.2.4.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> -
trunk/BazaReklam/Classes/Repositories/AgentRepository.cs
r920 r921 52 52 } 53 53 54 public List<Agent> FindAll()54 public override List<Agent> FindAll() 55 55 { 56 56 const string query = "SELECT Symbol FROM dbo.Agenci ORDER BY Symbol"; -
trunk/BazaReklam/Classes/User.cs
r676 r921 23 23 private string nazwaBiura; 24 24 private string nazwisko; 25 private string nrGG;25 //private string nrGG; 26 26 private string password; 27 27 private string reklamaFiles; -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r906 r921 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.2. 3")]32 [assembly: AssemblyFileVersion("1.2.4")] -
trunk/BazaReklam/ZamowieniaForm.Designer.cs
r920 r921 795 795 private System.Windows.Forms.DataGridView fAKTURYDataGridView; 796 796 private System.Windows.Forms.Button WydrukButton; 797 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;798 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;799 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;800 797 private System.Windows.Forms.Button edytujButton; 801 798 private System.Windows.Forms.Button button3; -
trunk/BazaReklam/ZamowieniaForm.cs
r920 r921 20 20 private List<IProduct> productsWithoutOrder = new List<IProduct>(); 21 21 private AgentRepository agentRepository; 22 private Agent agent;22 //private Agent agent; 23 23 24 24 private REKLAMADataSet.KLIENCIRow klient; -
trunk/BazaReklam/app.config
r920 r921 8 8 <connectionStrings> 9 9 <clear /> 10 <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM _TEST;Persist Security Info=True"10 <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM;Persist Security Info=True" 11 11 providerName="System.Data.SqlClient" /> 12 12 </connectionStrings> -
trunk/BazaReklamSetup/BazaReklamSetup.vdproj
r906 r921 578 578 "Name" = "8:Microsoft Visual Studio" 579 579 "ProductName" = "8:Baza Reklam" 580 "ProductCode" = "8:{ A178AA0E-CDBC-429E-BA23-03838D1F3F14}"581 "PackageCode" = "8:{ 4A7576E0-501C-49E8-97DA-FF697A912F75}"580 "ProductCode" = "8:{472FCB63-8CD9-419F-BF16-567753CD1F0D}" 581 "PackageCode" = "8:{F20C1D27-49F1-48FB-9F19-678E844E9F6F}" 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. 3"587 "ProductVersion" = "8:1.2.4" 588 588 "Manufacturer" = "8:AACT" 589 589 "ARPHELPTELEPHONE" = "8:"
