summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-13 18:01:37 +0200
committeremkael <emkael@tlen.pl>2019-10-27 14:53:06 +0100
commit4414cc3a6f2b9fe9c318a9c7438ee139ef830099 (patch)
tree4a210f24a68fef7fdca4b34816cba6387b401ecc
parentae9fddd795e67f3b6129053020fdb15856601285 (diff)
Renaming project
-rw-r--r--kurier/s3.configbin323 -> 0 bytes
-rw-r--r--spedytor.sln (renamed from kurier.sln)2
-rw-r--r--spedytor/Form1.Designer.cs (renamed from kurier/Form1.Designer.cs)10
-rw-r--r--spedytor/Form1.cs (renamed from kurier/Form1.cs)2
-rw-r--r--spedytor/Form1.resx (renamed from kurier/Form1.resx)0
-rw-r--r--spedytor/MySQL.cs (renamed from kurier/MySQL.cs)2
-rw-r--r--spedytor/MysqlSettings.Designer.cs (renamed from kurier/MysqlSettings.Designer.cs)2
-rw-r--r--spedytor/MysqlSettings.cs (renamed from kurier/MysqlSettings.cs)2
-rw-r--r--spedytor/MysqlSettings.resx (renamed from kurier/MysqlSettings.resx)0
-rw-r--r--spedytor/Program.cs (renamed from kurier/Program.cs)2
-rw-r--r--spedytor/Properties/AssemblyInfo.cs (renamed from kurier/Properties/AssemblyInfo.cs)4
-rw-r--r--spedytor/Properties/Resources.Designer.cs (renamed from kurier/Properties/Resources.Designer.cs)4
-rw-r--r--spedytor/Properties/Resources.resx (renamed from kurier/Properties/Resources.resx)0
-rw-r--r--spedytor/Properties/S3Settings.Designer.cs (renamed from kurier/Properties/S3Settings.Designer.cs)2
-rw-r--r--spedytor/Properties/S3Settings.settings (renamed from kurier/Properties/S3Settings.settings)2
-rw-r--r--spedytor/Properties/Settings.Designer.cs (renamed from kurier/Properties/Settings.Designer.cs)2
-rw-r--r--spedytor/Properties/Settings.settings (renamed from kurier/Properties/Settings.settings)2
-rw-r--r--spedytor/Resources/305_Close_32x32_72.png (renamed from kurier/Resources/305_Close_32x32_72.png)bin2387 -> 2387 bytes
-rw-r--r--spedytor/Resources/save.png (renamed from kurier/Resources/save.png)bin1367 -> 1367 bytes
-rw-r--r--spedytor/Resources/settings.png (renamed from kurier/Resources/settings.png)bin5054 -> 5054 bytes
-rw-r--r--spedytor/S3.cs (renamed from kurier/S3.cs)2
-rw-r--r--spedytor/app.config (renamed from kurier/app.config)10
-rw-r--r--spedytor/packages.config (renamed from kurier/packages.config)0
-rw-r--r--spedytor/s3.configbin0 -> 327 bytes
-rw-r--r--spedytor/spedytor.csproj (renamed from kurier/kurier.csproj)4
25 files changed, 27 insertions, 27 deletions
diff --git a/kurier/s3.config b/kurier/s3.config
deleted file mode 100644
index 2e39c55..0000000
--- a/kurier/s3.config
+++ /dev/null
Binary files differ
diff --git a/kurier.sln b/spedytor.sln
index 7deba5f..a704715 100644
--- a/kurier.sln
+++ b/spedytor.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "kurier", "kurier\kurier.csproj", "{799D7BE1-4C53-4B14-9798-E0EE47451417}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "spedytor", "spedytor\spedytor.csproj", "{799D7BE1-4C53-4B14-9798-E0EE47451417}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/kurier/Form1.Designer.cs b/spedytor/Form1.Designer.cs
index 64fed6b..5942c7f 100644
--- a/kurier/Form1.Designer.cs
+++ b/spedytor/Form1.Designer.cs
@@ -1,4 +1,4 @@
-namespace kurier
+namespace spedytor
{
partial class Form1
{
@@ -78,7 +78,7 @@
//
// bExit
//
- this.bExit.Image = global::kurier.Properties.Resources.close;
+ this.bExit.Image = global::spedytor.Properties.Resources.close;
this.bExit.Location = new System.Drawing.Point(152, 133);
this.bExit.Name = "bExit";
this.bExit.Size = new System.Drawing.Size(70, 70);
@@ -88,7 +88,7 @@
//
// bSettings
//
- this.bSettings.Image = global::kurier.Properties.Resources.settings;
+ this.bSettings.Image = global::spedytor.Properties.Resources.settings;
this.bSettings.Location = new System.Drawing.Point(152, 63);
this.bSettings.Name = "bSettings";
this.bSettings.Size = new System.Drawing.Size(70, 70);
@@ -98,7 +98,7 @@
//
// bSave
//
- this.bSave.Image = global::kurier.Properties.Resources.save;
+ this.bSave.Image = global::spedytor.Properties.Resources.save;
this.bSave.Location = new System.Drawing.Point(12, 63);
this.bSave.Name = "bSave";
this.bSave.Size = new System.Drawing.Size(140, 140);
@@ -122,7 +122,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
- this.Text = "KurierSQL";
+ this.Text = "Spedytor";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/kurier/Form1.cs b/spedytor/Form1.cs
index 7053fee..3b7676c 100644
--- a/kurier/Form1.cs
+++ b/spedytor/Form1.cs
@@ -8,7 +8,7 @@ using System.Windows.Forms;
using MySql.Data.MySqlClient;
using System.IO;
-namespace kurier
+namespace spedytor
{
public partial class Form1 : Form
{
diff --git a/kurier/Form1.resx b/spedytor/Form1.resx
index f41cdd1..f41cdd1 100644
--- a/kurier/Form1.resx
+++ b/spedytor/Form1.resx
diff --git a/kurier/MySQL.cs b/spedytor/MySQL.cs
index 88b4fbf..b0d4c18 100644
--- a/kurier/MySQL.cs
+++ b/spedytor/MySQL.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using MySql.Data.MySqlClient;
-namespace kurier
+namespace spedytor
{
public class MySQL
{
diff --git a/kurier/MysqlSettings.Designer.cs b/spedytor/MysqlSettings.Designer.cs
index 41cd176..2c233b8 100644
--- a/kurier/MysqlSettings.Designer.cs
+++ b/spedytor/MysqlSettings.Designer.cs
@@ -1,4 +1,4 @@
-namespace kurier
+namespace spedytor
{
partial class MysqlSettings
{
diff --git a/kurier/MysqlSettings.cs b/spedytor/MysqlSettings.cs
index 01b1b08..c597bbd 100644
--- a/kurier/MysqlSettings.cs
+++ b/spedytor/MysqlSettings.cs
@@ -6,7 +6,7 @@ using System.Drawing;
using System.Text;
using System.Windows.Forms;
-namespace kurier
+namespace spedytor
{
public partial class MysqlSettings : Form
{
diff --git a/kurier/MysqlSettings.resx b/spedytor/MysqlSettings.resx
index c473cfa..c473cfa 100644
--- a/kurier/MysqlSettings.resx
+++ b/spedytor/MysqlSettings.resx
diff --git a/kurier/Program.cs b/spedytor/Program.cs
index 2114d67..aafc441 100644
--- a/kurier/Program.cs
+++ b/spedytor/Program.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Windows.Forms;
-namespace kurier
+namespace spedytor
{
static class Program
{
diff --git a/kurier/Properties/AssemblyInfo.cs b/spedytor/Properties/AssemblyInfo.cs
index e58baa3..0d09c23 100644
--- a/kurier/Properties/AssemblyInfo.cs
+++ b/spedytor/Properties/AssemblyInfo.cs
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("kurier")]
+[assembly: AssemblyTitle("spedytor")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Hewlett-Packard Company")]
-[assembly: AssemblyProduct("kurier")]
+[assembly: AssemblyProduct("spedytor")]
[assembly: AssemblyCopyright("Copyright © Hewlett-Packard Company 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/kurier/Properties/Resources.Designer.cs b/spedytor/Properties/Resources.Designer.cs
index 285ff7a..bd2984b 100644
--- a/kurier/Properties/Resources.Designer.cs
+++ b/spedytor/Properties/Resources.Designer.cs
@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace kurier.Properties {
+namespace spedytor.Properties {
using System;
@@ -39,7 +39,7 @@ namespace kurier.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("kurier.Properties.Resources", typeof(Resources).Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("spedytor.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
diff --git a/kurier/Properties/Resources.resx b/spedytor/Properties/Resources.resx
index f3d303b..f3d303b 100644
--- a/kurier/Properties/Resources.resx
+++ b/spedytor/Properties/Resources.resx
diff --git a/kurier/Properties/S3Settings.Designer.cs b/spedytor/Properties/S3Settings.Designer.cs
index 44a3578..4eafd4c 100644
--- a/kurier/Properties/S3Settings.Designer.cs
+++ b/spedytor/Properties/S3Settings.Designer.cs
@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace kurier.Properties {
+namespace spedytor.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
diff --git a/kurier/Properties/S3Settings.settings b/spedytor/Properties/S3Settings.settings
index 9ca01af..fa43a0d 100644
--- a/kurier/Properties/S3Settings.settings
+++ b/spedytor/Properties/S3Settings.settings
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="kurier" GeneratedClassName="S3Settings">
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="spedytor" GeneratedClassName="S3Settings">
<Profiles />
<Settings>
<Setting Name="AWS_ACCESS_KEY" Type="System.String" Scope="User">
diff --git a/kurier/Properties/Settings.Designer.cs b/spedytor/Properties/Settings.Designer.cs
index 6ba5ba7..9508165 100644
--- a/kurier/Properties/Settings.Designer.cs
+++ b/spedytor/Properties/Settings.Designer.cs
@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace kurier.Properties {
+namespace spedytor.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
diff --git a/kurier/Properties/Settings.settings b/spedytor/Properties/Settings.settings
index 1749fb4..503268a 100644
--- a/kurier/Properties/Settings.settings
+++ b/spedytor/Properties/Settings.settings
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="kurier.Properties" GeneratedClassName="Settings">
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="spedytor.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="HOST" Type="System.String" Scope="User">
diff --git a/kurier/Resources/305_Close_32x32_72.png b/spedytor/Resources/305_Close_32x32_72.png
index c355391..c355391 100644
--- a/kurier/Resources/305_Close_32x32_72.png
+++ b/spedytor/Resources/305_Close_32x32_72.png
Binary files differ
diff --git a/kurier/Resources/save.png b/spedytor/Resources/save.png
index 3d74a12..3d74a12 100644
--- a/kurier/Resources/save.png
+++ b/spedytor/Resources/save.png
Binary files differ
diff --git a/kurier/Resources/settings.png b/spedytor/Resources/settings.png
index 99f2696..99f2696 100644
--- a/kurier/Resources/settings.png
+++ b/spedytor/Resources/settings.png
Binary files differ
diff --git a/kurier/S3.cs b/spedytor/S3.cs
index 55993d1..ca52810 100644
--- a/kurier/S3.cs
+++ b/spedytor/S3.cs
@@ -7,7 +7,7 @@ using System.IO;
using System.Windows.Forms;
using Amazon;
-namespace kurier
+namespace spedytor
{
class S3
{
diff --git a/kurier/app.config b/spedytor/app.config
index 6daac4a..e4e8f12 100644
--- a/kurier/app.config
+++ b/spedytor/app.config
@@ -2,13 +2,13 @@
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <section name="kurier.S3Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
- <section name="kurier.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
+ <section name="spedytor.S3Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
+ <section name="spedytor.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<userSettings>
- <kurier.S3Settings configSource="s3.config" />
- <kurier.Properties.Settings>
+ <spedytor.S3Settings configSource="s3.config" />
+ <spedytor.Properties.Settings>
<setting name="HOST" serializeAs="String">
<value>localhost</value>
</setting>
@@ -24,6 +24,6 @@
<setting name="CONFIGURED" serializeAs="String">
<value>False</value>
</setting>
- </kurier.Properties.Settings>
+ </spedytor.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
diff --git a/kurier/packages.config b/spedytor/packages.config
index 3058511..3058511 100644
--- a/kurier/packages.config
+++ b/spedytor/packages.config
diff --git a/spedytor/s3.config b/spedytor/s3.config
new file mode 100644
index 0000000..84c5670
--- /dev/null
+++ b/spedytor/s3.config
Binary files differ
diff --git a/kurier/kurier.csproj b/spedytor/spedytor.csproj
index cb3dda9..4271d07 100644
--- a/kurier/kurier.csproj
+++ b/spedytor/spedytor.csproj
@@ -8,8 +8,8 @@
<ProjectGuid>{799D7BE1-4C53-4B14-9798-E0EE47451417}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>kurier</RootNamespace>
- <AssemblyName>kurier</AssemblyName>
+ <RootNamespace>spedytor</RootNamespace>
+ <AssemblyName>spedytor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>