diff --git a/Notepad/.vs/Notepad/v16/.suo b/Notepad/.vs/Notepad/v16/.suo index 61af247..10d7726 100644 Binary files a/Notepad/.vs/Notepad/v16/.suo and b/Notepad/.vs/Notepad/v16/.suo differ diff --git a/Notepad/Notepad.sln b/Notepad/Notepad.sln index 750ae01..53d604d 100644 --- a/Notepad/Notepad.sln +++ b/Notepad/Notepad.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30804.86 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad", "Notepad\Notepad.csproj", "{858EB545-153B-4FC2-828E-985AD0E10A2B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad", "Notepad\Notepad.csproj", "{45429AA7-E85C-4024-A2AD-76A94E24CBFA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {858EB545-153B-4FC2-828E-985AD0E10A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {858EB545-153B-4FC2-828E-985AD0E10A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {858EB545-153B-4FC2-828E-985AD0E10A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {858EB545-153B-4FC2-828E-985AD0E10A2B}.Release|Any CPU.Build.0 = Release|Any CPU + {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {6687A177-446B-4A9A-BC23-6603056435A0} + SolutionGuid = {1ECA7F07-0378-49CB-B1DA-084B0486FC38} EndGlobalSection EndGlobal diff --git a/Notepad/Notepad/App.xaml b/Notepad/Notepad/App.xaml new file mode 100644 index 0000000..878a24e --- /dev/null +++ b/Notepad/Notepad/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Notepad/Notepad/App.xaml.cs b/Notepad/Notepad/App.xaml.cs new file mode 100644 index 0000000..deb3fda --- /dev/null +++ b/Notepad/Notepad/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Notepad +{ + /// + /// Logika interakcji dla klasy App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Notepad/Notepad/Form1.Designer.cs b/Notepad/Notepad/Form1.Designer.cs deleted file mode 100644 index 9d7d352..0000000 --- a/Notepad/Notepad/Form1.Designer.cs +++ /dev/null @@ -1,121 +0,0 @@ - -namespace Notepad -{ - partial class Form1 - { - /// - /// Wymagana zmienna projektanta. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Wyczyść wszystkie używane zasoby. - /// - /// prawda, jeżeli zarządzane zasoby powinny zostać zlikwidowane; Fałsz w przeciwnym wypadku. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Kod generowany przez Projektanta formularzy systemu Windows - - /// - /// Metoda wymagana do obsługi projektanta — nie należy modyfikować - /// jej zawartości w edytorze kodu. - /// - private void InitializeComponent() - { - this.statusStrip1 = new System.Windows.Forms.StatusStrip(); - this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.otwórzToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.zapiszToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.statusStrip1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // statusStrip1 - // - this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.toolStripStatusLabel1}); - this.statusStrip1.Location = new System.Drawing.Point(0, 428); - this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Size = new System.Drawing.Size(800, 22); - this.statusStrip1.TabIndex = 0; - this.statusStrip1.Text = "statusStrip1"; - // - // toolStripStatusLabel1 - // - this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; - this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17); - this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.otwórzToolStripMenuItem, - this.zapiszToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(800, 24); - this.menuStrip1.TabIndex = 1; - this.menuStrip1.Text = "menuStrip1"; - // - // textBox1 - // - this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.textBox1.Location = new System.Drawing.Point(0, 24); - this.textBox1.MaxLength = 0; - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(800, 404); - this.textBox1.TabIndex = 2; - this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); - // - // otwórzToolStripMenuItem - // - this.otwórzToolStripMenuItem.Name = "otwórzToolStripMenuItem"; - this.otwórzToolStripMenuItem.Size = new System.Drawing.Size(57, 20); - this.otwórzToolStripMenuItem.Text = "Otwórz"; - // - // zapiszToolStripMenuItem - // - this.zapiszToolStripMenuItem.Name = "zapiszToolStripMenuItem"; - this.zapiszToolStripMenuItem.Size = new System.Drawing.Size(52, 20); - this.zapiszToolStripMenuItem.Text = "Zapisz"; - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Controls.Add(this.textBox1); - this.Controls.Add(this.statusStrip1); - this.Controls.Add(this.menuStrip1); - this.Name = "Form1"; - this.Text = "Notecode"; - this.statusStrip1.ResumeLayout(false); - this.statusStrip1.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.StatusStrip statusStrip1; - private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; - private System.Windows.Forms.MenuStrip menuStrip1; - private System.Windows.Forms.ToolStripMenuItem otwórzToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem zapiszToolStripMenuItem; - private System.Windows.Forms.TextBox textBox1; - } -} - diff --git a/Notepad/Notepad/Form1.cs b/Notepad/Notepad/Form1.cs deleted file mode 100644 index d2d958e..0000000 --- a/Notepad/Notepad/Form1.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace Notepad -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - - private void textBox1_TextChanged(object sender, EventArgs e) - { - } - } -} diff --git a/Notepad/Notepad/Form1.resx b/Notepad/Notepad/Form1.resx deleted file mode 100644 index 6beaffa..0000000 --- a/Notepad/Notepad/Form1.resx +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17, 17 - - - 133, 17 - - \ No newline at end of file diff --git a/Notepad/Notepad/MainWindow.xaml b/Notepad/Notepad/MainWindow.xaml new file mode 100644 index 0000000..ed71474 --- /dev/null +++ b/Notepad/Notepad/MainWindow.xaml @@ -0,0 +1,17 @@ + + + +