From 85e0a4fc2cc0ad167dae09ec885544f81e305aa9 Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:07:29 +0200 Subject: [PATCH] Misc Updates --- Test.xml | 13 ------------- TestApp.zip | Bin 389 -> 0 bytes ToDo.txt | 5 ++++- UpTool2/MainForm.Designer.cs | 3 ++- 4 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 Test.xml delete mode 100644 TestApp.zip diff --git a/Test.xml b/Test.xml deleted file mode 100644 index 0c8bd24..0000000 --- a/Test.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - NGL - Very cool - 1 - 61bf9198-8a90-4bc8-9a37-82d105650a7f - file:///B:/SRC/VisualStudio/UpTool2/TestApp.zip - 90357A2DC362A791753A69A67073C95ADD4EE7193B9AE2E661025488E7B5EBC6 - #FF0000 - https://github.com/CreepyCrafter24/Netzgottesdienst-Test/raw/master/images/drawable/NGL.png - - \ No newline at end of file diff --git a/TestApp.zip b/TestApp.zip deleted file mode 100644 index b5d53addbaf0b05088f40c4641c9de8736be8751..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 389 zcmWIWW@Zs#0D&tl8vbjvCf{HJvO$;^h+Ps(67@q;i%axMDoQdk1E7jI7;;x=`0u`N z{#Y5PNEL{=f!H&zxFj(rM=vR{q}apv+==iL{@#zDGHtf`+vF@$TT`*q%cwZ`v$wa% z7jF?BMub^uK(kzyF5jU9G(!c5xqvt*H8;O36~m~enA*RGV=B>2Vq_9w!0id3aSV(M z3LpvyP`ni24bzID;r3T83@+^>BArn0|2sF BTMGaH diff --git a/ToDo.txt b/ToDo.txt index cc8f580..3ef054f 100644 --- a/ToDo.txt +++ b/ToDo.txt @@ -1 +1,4 @@ -Automatic Updates for UpTool \ No newline at end of file +Automatic Updates for UpTool +ProgressBar for Downloads +Icons +Splash screen \ No newline at end of file diff --git a/UpTool2/MainForm.Designer.cs b/UpTool2/MainForm.Designer.cs index 14143e9..6fdd386 100644 --- a/UpTool2/MainForm.Designer.cs +++ b/UpTool2/MainForm.Designer.cs @@ -176,7 +176,8 @@ this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.splitContainer); this.Name = "MainForm"; - this.Text = "Form1"; + this.ShowIcon = false; + this.Text = "UpTool 2"; this.infoPanel.ResumeLayout(false); this.infoPanel.PerformLayout(); this.splitContainer.Panel1.ResumeLayout(false);