diff --git a/FreeVD/Forms/HotKeyForm.Designer.cs b/FreeVD/Forms/HotKeyForm.Designer.cs
index 25de6f0..c9232e2 100644
--- a/FreeVD/Forms/HotKeyForm.Designer.cs
+++ b/FreeVD/Forms/HotKeyForm.Designer.cs
@@ -53,9 +53,9 @@ private void InitializeComponent()
//
this.ComboAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboAction.FormattingEnabled = true;
- this.ComboAction.Location = new System.Drawing.Point(114, 9);
+ this.ComboAction.Location = new System.Drawing.Point(135, 9);
this.ComboAction.Name = "ComboAction";
- this.ComboAction.Size = new System.Drawing.Size(221, 23);
+ this.ComboAction.Size = new System.Drawing.Size(324, 33);
this.ComboAction.TabIndex = 1;
this.ComboAction.SelectedIndexChanged += new System.EventHandler(this.ComboAction_SelectedIndexChanged);
//
@@ -70,9 +70,9 @@ private void InitializeComponent()
//
// BtnOK
//
- this.BtnOK.Location = new System.Drawing.Point(155, 126);
+ this.BtnOK.Location = new System.Drawing.Point(279, 133);
this.BtnOK.Name = "BtnOK";
- this.BtnOK.Size = new System.Drawing.Size(87, 27);
+ this.BtnOK.Size = new System.Drawing.Size(87, 37);
this.BtnOK.TabIndex = 7;
this.BtnOK.Text = "&OK";
this.BtnOK.UseVisualStyleBackColor = true;
@@ -81,9 +81,9 @@ private void InitializeComponent()
// TbKeys
//
this.TbKeys.BackColor = System.Drawing.SystemColors.Window;
- this.TbKeys.Location = new System.Drawing.Point(114, 85);
+ this.TbKeys.Location = new System.Drawing.Point(135, 85);
this.TbKeys.Name = "TbKeys";
- this.TbKeys.Size = new System.Drawing.Size(221, 23);
+ this.TbKeys.Size = new System.Drawing.Size(324, 31);
this.TbKeys.TabIndex = 6;
this.TbKeys.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbKeys_KeyDown);
this.TbKeys.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TbKeys_KeyUp);
@@ -91,9 +91,9 @@ private void InitializeComponent()
// CbFollow
//
this.CbFollow.AutoSize = true;
- this.CbFollow.Location = new System.Drawing.Point(182, 50);
+ this.CbFollow.Location = new System.Drawing.Point(203, 50);
this.CbFollow.Name = "CbFollow";
- this.CbFollow.Size = new System.Drawing.Size(86, 19);
+ this.CbFollow.Size = new System.Drawing.Size(128, 29);
this.CbFollow.TabIndex = 4;
this.CbFollow.Text = "And &Follow";
this.CbFollow.UseVisualStyleBackColor = true;
@@ -104,25 +104,30 @@ private void InitializeComponent()
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(73, 88);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(34, 15);
+ this.label1.Size = new System.Drawing.Size(52, 25);
this.label1.TabIndex = 5;
this.label1.Text = "&Keys:";
//
// NumDesktop
//
- this.NumDesktop.Location = new System.Drawing.Point(114, 48);
+ this.NumDesktop.Location = new System.Drawing.Point(135, 48);
this.NumDesktop.Name = "NumDesktop";
- this.NumDesktop.Size = new System.Drawing.Size(55, 23);
+ this.NumDesktop.Size = new System.Drawing.Size(55, 31);
this.NumDesktop.TabIndex = 3;
this.NumDesktop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.NumDesktop.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
this.NumDesktop.ValueChanged += new System.EventHandler(this.NumDesktop_ValueChanged);
//
// BtnCancel
//
this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.BtnCancel.Location = new System.Drawing.Point(248, 126);
+ this.BtnCancel.Location = new System.Drawing.Point(372, 133);
this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(87, 27);
+ this.BtnCancel.Size = new System.Drawing.Size(87, 37);
this.BtnCancel.TabIndex = 8;
this.BtnCancel.Text = "&Cancel";
this.BtnCancel.UseVisualStyleBackColor = true;
@@ -130,10 +135,10 @@ private void InitializeComponent()
// HotkeyForm
//
this.AcceptButton = this.BtnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.BtnCancel;
- this.ClientSize = new System.Drawing.Size(358, 171);
+ this.ClientSize = new System.Drawing.Size(488, 182);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.NumDesktop);
this.Controls.Add(this.label1);
diff --git a/FreeVD/Forms/SettingsForm.Designer.cs b/FreeVD/Forms/SettingsForm.Designer.cs
index 87dc5b8..bdda3a4 100644
--- a/FreeVD/Forms/SettingsForm.Designer.cs
+++ b/FreeVD/Forms/SettingsForm.Designer.cs
@@ -74,12 +74,12 @@ private void InitializeComponent()
this.PinnedAppsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuUnpin});
this.PinnedAppsMenu.Name = "mnuPinnedApps";
- this.PinnedAppsMenu.Size = new System.Drawing.Size(107, 26);
+ this.PinnedAppsMenu.Size = new System.Drawing.Size(132, 36);
//
// MenuUnpin
//
this.MenuUnpin.Name = "MenuUnpin";
- this.MenuUnpin.Size = new System.Drawing.Size(106, 22);
+ this.MenuUnpin.Size = new System.Drawing.Size(131, 32);
this.MenuUnpin.Text = "&Unpin";
this.MenuUnpin.Click += new System.EventHandler(this.MenuUnpin_Click);
//
@@ -88,7 +88,8 @@ private void InitializeComponent()
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.IsSplitterFixed = true;
- this.splitContainer1.Location = new System.Drawing.Point(5, 5);
+ this.splitContainer1.Location = new System.Drawing.Point(8, 8);
+ this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
@@ -102,8 +103,9 @@ private void InitializeComponent()
this.splitContainer1.Panel2.Controls.Add(this.ButtonOK);
this.splitContainer1.Panel2.Controls.Add(this.ButtonApply);
this.splitContainer1.Panel2.Controls.Add(this.ButtonCancel);
- this.splitContainer1.Size = new System.Drawing.Size(534, 451);
- this.splitContainer1.SplitterDistance = 414;
+ this.splitContainer1.Size = new System.Drawing.Size(800, 676);
+ this.splitContainer1.SplitterDistance = 621;
+ this.splitContainer1.SplitterWidth = 6;
this.splitContainer1.TabIndex = 20;
//
// tabs
@@ -113,10 +115,9 @@ private void InitializeComponent()
this.tabs.Controls.Add(this.tabOptions);
this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabs.Location = new System.Drawing.Point(0, 0);
- this.tabs.Margin = new System.Windows.Forms.Padding(2);
this.tabs.Name = "tabs";
this.tabs.SelectedIndex = 0;
- this.tabs.Size = new System.Drawing.Size(534, 414);
+ this.tabs.Size = new System.Drawing.Size(800, 621);
this.tabs.TabIndex = 18;
//
// tabPage1
@@ -124,11 +125,10 @@ private void InitializeComponent()
this.tabPage1.Controls.Add(this.HotkeyList);
this.tabPage1.Controls.Add(this.btnAddHotkey);
this.tabPage1.Controls.Add(this.btnDeleteHotkey);
- this.tabPage1.Location = new System.Drawing.Point(4, 24);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
+ this.tabPage1.Location = new System.Drawing.Point(4, 34);
this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage1.Size = new System.Drawing.Size(526, 386);
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage1.Size = new System.Drawing.Size(792, 583);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Hotkeys";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -142,10 +142,10 @@ private void InitializeComponent()
this.HotkeyList.Dock = System.Windows.Forms.DockStyle.Fill;
this.HotkeyList.FullRowSelect = true;
this.HotkeyList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
- this.HotkeyList.Location = new System.Drawing.Point(2, 2);
- this.HotkeyList.Margin = new System.Windows.Forms.Padding(2);
+ this.HotkeyList.HideSelection = false;
+ this.HotkeyList.Location = new System.Drawing.Point(3, 3);
this.HotkeyList.Name = "HotkeyList";
- this.HotkeyList.Size = new System.Drawing.Size(522, 382);
+ this.HotkeyList.Size = new System.Drawing.Size(786, 577);
this.HotkeyList.TabIndex = 11;
this.HotkeyList.UseCompatibleStateImageBehavior = false;
this.HotkeyList.View = System.Windows.Forms.View.Details;
@@ -154,59 +154,58 @@ private void InitializeComponent()
// colTask
//
this.colTask.Text = "Task";
- this.colTask.Width = 251;
+ this.colTask.Width = 455;
//
// colHotKey
//
this.colHotKey.Text = "Hotkey";
- this.colHotKey.Width = 247;
+ this.colHotKey.Width = 296;
//
// HotkeyMenu
//
+ this.HotkeyMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
this.HotkeyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.HotkeyMenu_Add,
this.HotkeyMenu_Edit,
this.HotkeyMenu_Delete});
this.HotkeyMenu.Name = "HotkeyMenu";
- this.HotkeyMenu.Size = new System.Drawing.Size(108, 70);
+ this.HotkeyMenu.Size = new System.Drawing.Size(135, 100);
//
// HotkeyMenu_Add
//
this.HotkeyMenu_Add.Name = "HotkeyMenu_Add";
- this.HotkeyMenu_Add.Size = new System.Drawing.Size(107, 22);
+ this.HotkeyMenu_Add.Size = new System.Drawing.Size(134, 32);
this.HotkeyMenu_Add.Text = "&Add";
this.HotkeyMenu_Add.Click += new System.EventHandler(this.HotkeyMenu_Add_Click);
//
// HotkeyMenu_Edit
//
this.HotkeyMenu_Edit.Name = "HotkeyMenu_Edit";
- this.HotkeyMenu_Edit.Size = new System.Drawing.Size(107, 22);
+ this.HotkeyMenu_Edit.Size = new System.Drawing.Size(134, 32);
this.HotkeyMenu_Edit.Text = "&Edit";
this.HotkeyMenu_Edit.Click += new System.EventHandler(this.HotkeyMenu_Edit_Click);
//
// HotkeyMenu_Delete
//
this.HotkeyMenu_Delete.Name = "HotkeyMenu_Delete";
- this.HotkeyMenu_Delete.Size = new System.Drawing.Size(107, 22);
+ this.HotkeyMenu_Delete.Size = new System.Drawing.Size(134, 32);
this.HotkeyMenu_Delete.Text = "&Delete";
this.HotkeyMenu_Delete.Click += new System.EventHandler(this.HotkeyMenu_Delete_Click);
//
// btnAddHotkey
//
- this.btnAddHotkey.Location = new System.Drawing.Point(9, 291);
- this.btnAddHotkey.Margin = new System.Windows.Forms.Padding(2);
+ this.btnAddHotkey.Location = new System.Drawing.Point(14, 436);
this.btnAddHotkey.Name = "btnAddHotkey";
- this.btnAddHotkey.Size = new System.Drawing.Size(50, 21);
+ this.btnAddHotkey.Size = new System.Drawing.Size(75, 32);
this.btnAddHotkey.TabIndex = 13;
this.btnAddHotkey.Text = "Add";
this.btnAddHotkey.UseVisualStyleBackColor = true;
//
// btnDeleteHotkey
//
- this.btnDeleteHotkey.Location = new System.Drawing.Point(63, 291);
- this.btnDeleteHotkey.Margin = new System.Windows.Forms.Padding(2);
+ this.btnDeleteHotkey.Location = new System.Drawing.Point(94, 436);
this.btnDeleteHotkey.Name = "btnDeleteHotkey";
- this.btnDeleteHotkey.Size = new System.Drawing.Size(50, 21);
+ this.btnDeleteHotkey.Size = new System.Drawing.Size(75, 32);
this.btnDeleteHotkey.TabIndex = 12;
this.btnDeleteHotkey.Text = "Delete";
this.btnDeleteHotkey.UseVisualStyleBackColor = true;
@@ -214,11 +213,10 @@ private void InitializeComponent()
// tabPinnedApps
//
this.tabPinnedApps.Controls.Add(this.PinnedAppList);
- this.tabPinnedApps.Location = new System.Drawing.Point(4, 24);
- this.tabPinnedApps.Margin = new System.Windows.Forms.Padding(2);
+ this.tabPinnedApps.Location = new System.Drawing.Point(4, 34);
this.tabPinnedApps.Name = "tabPinnedApps";
- this.tabPinnedApps.Padding = new System.Windows.Forms.Padding(2);
- this.tabPinnedApps.Size = new System.Drawing.Size(526, 386);
+ this.tabPinnedApps.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPinnedApps.Size = new System.Drawing.Size(792, 585);
this.tabPinnedApps.TabIndex = 3;
this.tabPinnedApps.Text = "Pinned Apps";
this.tabPinnedApps.UseVisualStyleBackColor = true;
@@ -232,10 +230,12 @@ private void InitializeComponent()
this.PinnedAppList.Dock = System.Windows.Forms.DockStyle.Fill;
this.PinnedAppList.FullRowSelect = true;
this.PinnedAppList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
- this.PinnedAppList.Location = new System.Drawing.Point(2, 2);
+ this.PinnedAppList.HideSelection = false;
+ this.PinnedAppList.Location = new System.Drawing.Point(3, 3);
+ this.PinnedAppList.Margin = new System.Windows.Forms.Padding(4);
this.PinnedAppList.MultiSelect = false;
this.PinnedAppList.Name = "PinnedAppList";
- this.PinnedAppList.Size = new System.Drawing.Size(522, 382);
+ this.PinnedAppList.Size = new System.Drawing.Size(786, 579);
this.PinnedAppList.TabIndex = 0;
this.PinnedAppList.UseCompatibleStateImageBehavior = false;
this.PinnedAppList.View = System.Windows.Forms.View.Details;
@@ -255,9 +255,10 @@ private void InitializeComponent()
this.tabOptions.Controls.Add(this.textBox1);
this.tabOptions.Controls.Add(this.LicenseLabel);
this.tabOptions.Controls.Add(this.AutoStartCheckbox);
- this.tabOptions.Location = new System.Drawing.Point(4, 24);
+ this.tabOptions.Location = new System.Drawing.Point(4, 34);
+ this.tabOptions.Margin = new System.Windows.Forms.Padding(4);
this.tabOptions.Name = "tabOptions";
- this.tabOptions.Size = new System.Drawing.Size(526, 386);
+ this.tabOptions.Size = new System.Drawing.Size(792, 585);
this.tabOptions.TabIndex = 4;
this.tabOptions.Text = "Options";
this.tabOptions.UseVisualStyleBackColor = true;
@@ -268,30 +269,33 @@ private void InitializeComponent()
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.BackColor = System.Drawing.SystemColors.Window;
- this.textBox1.Location = new System.Drawing.Point(16, 146);
+ this.textBox1.Location = new System.Drawing.Point(24, 219);
+ this.textBox1.Margin = new System.Windows.Forms.Padding(4);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(491, 225);
+ this.textBox1.Size = new System.Drawing.Size(733, 340);
this.textBox1.TabIndex = 2;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// LicenseLabel
//
this.LicenseLabel.AutoSize = true;
- this.LicenseLabel.Location = new System.Drawing.Point(13, 128);
+ this.LicenseLabel.Location = new System.Drawing.Point(20, 192);
+ this.LicenseLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.LicenseLabel.Name = "LicenseLabel";
- this.LicenseLabel.Size = new System.Drawing.Size(138, 15);
+ this.LicenseLabel.Size = new System.Drawing.Size(207, 25);
this.LicenseLabel.TabIndex = 1;
this.LicenseLabel.Text = "FreeVD {Version} License:";
//
// AutoStartCheckbox
//
this.AutoStartCheckbox.AutoSize = true;
- this.AutoStartCheckbox.Location = new System.Drawing.Point(16, 16);
+ this.AutoStartCheckbox.Location = new System.Drawing.Point(24, 24);
+ this.AutoStartCheckbox.Margin = new System.Windows.Forms.Padding(4);
this.AutoStartCheckbox.Name = "AutoStartCheckbox";
- this.AutoStartCheckbox.Size = new System.Drawing.Size(307, 19);
+ this.AutoStartCheckbox.Size = new System.Drawing.Size(461, 29);
this.AutoStartCheckbox.TabIndex = 0;
this.AutoStartCheckbox.Text = "Start FreeVD automatically when I sign in to Windows";
this.AutoStartCheckbox.UseVisualStyleBackColor = true;
@@ -299,10 +303,9 @@ private void InitializeComponent()
// VersionLabel
//
this.VersionLabel.AutoSize = true;
- this.VersionLabel.Location = new System.Drawing.Point(5, 10);
- this.VersionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.VersionLabel.Location = new System.Drawing.Point(8, 15);
this.VersionLabel.Name = "VersionLabel";
- this.VersionLabel.Size = new System.Drawing.Size(53, 15);
+ this.VersionLabel.Size = new System.Drawing.Size(80, 25);
this.VersionLabel.TabIndex = 23;
this.VersionLabel.Text = "{Version}";
//
@@ -310,10 +313,9 @@ private void InitializeComponent()
//
this.ButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonOK.Location = new System.Drawing.Point(298, 3);
- this.ButtonOK.Margin = new System.Windows.Forms.Padding(2);
+ this.ButtonOK.Location = new System.Drawing.Point(446, 4);
this.ButtonOK.Name = "ButtonOK";
- this.ButtonOK.Size = new System.Drawing.Size(74, 27);
+ this.ButtonOK.Size = new System.Drawing.Size(111, 35);
this.ButtonOK.TabIndex = 22;
this.ButtonOK.Text = "&OK";
this.ButtonOK.UseVisualStyleBackColor = true;
@@ -323,10 +325,9 @@ private void InitializeComponent()
//
this.ButtonApply.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
- this.ButtonApply.Location = new System.Drawing.Point(376, 3);
- this.ButtonApply.Margin = new System.Windows.Forms.Padding(2);
+ this.ButtonApply.Location = new System.Drawing.Point(563, 4);
this.ButtonApply.Name = "ButtonApply";
- this.ButtonApply.Size = new System.Drawing.Size(74, 27);
+ this.ButtonApply.Size = new System.Drawing.Size(111, 35);
this.ButtonApply.TabIndex = 21;
this.ButtonApply.Text = "&Apply";
this.ButtonApply.UseVisualStyleBackColor = true;
@@ -337,10 +338,9 @@ private void InitializeComponent()
this.ButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ButtonCancel.Location = new System.Drawing.Point(454, 3);
- this.ButtonCancel.Margin = new System.Windows.Forms.Padding(2);
+ this.ButtonCancel.Location = new System.Drawing.Point(680, 4);
this.ButtonCancel.Name = "ButtonCancel";
- this.ButtonCancel.Size = new System.Drawing.Size(74, 27);
+ this.ButtonCancel.Size = new System.Drawing.Size(111, 35);
this.ButtonCancel.TabIndex = 20;
this.ButtonCancel.Text = "&Cancel";
this.ButtonCancel.UseVisualStyleBackColor = true;
@@ -349,19 +349,18 @@ private void InitializeComponent()
// SettingsForm
//
this.AcceptButton = this.ButtonOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.ButtonCancel;
- this.ClientSize = new System.Drawing.Size(544, 461);
+ this.ClientSize = new System.Drawing.Size(816, 692);
this.Controls.Add(this.splitContainer1);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(560, 500);
+ this.MinimumSize = new System.Drawing.Size(829, 722);
this.Name = "SettingsForm";
- this.Padding = new System.Windows.Forms.Padding(5);
+ this.Padding = new System.Windows.Forms.Padding(8);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FreeVD Settings";
this.PinnedAppsMenu.ResumeLayout(false);
diff --git a/FreeVD/Forms/SettingsForm.resx b/FreeVD/Forms/SettingsForm.resx
index 515de7e..23cbe60 100644
--- a/FreeVD/Forms/SettingsForm.resx
+++ b/FreeVD/Forms/SettingsForm.resx
@@ -124,7 +124,7 @@
173, 17
- Copyright (c) 2017 Marcus Lum
+ Copyright (c) 2019 Marcus Lum
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/FreeVD/Properties/AssemblyInfo.cs b/FreeVD/Properties/AssemblyInfo.cs
index bb94715..4fb86f0 100644
--- a/FreeVD/Properties/AssemblyInfo.cs
+++ b/FreeVD/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("m4rc.us")]
[assembly: AssemblyProduct("FreeVD")]
-[assembly: AssemblyCopyright("Copyright m4rc.us © 2017")]
+[assembly: AssemblyCopyright("Copyright m4rc.us © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.1.1.0")]
-[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]
diff --git a/FreeVD/Properties/Resources.Designer.cs b/FreeVD/Properties/Resources.Designer.cs
index f994e40..0e11a05 100644
--- a/FreeVD/Properties/Resources.Designer.cs
+++ b/FreeVD/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace FreeVD.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
diff --git a/FreeVD/Properties/Settings.Designer.cs b/FreeVD/Properties/Settings.Designer.cs
index 912d568..9c20916 100644
--- a/FreeVD/Properties/Settings.Designer.cs
+++ b/FreeVD/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace FreeVD.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.2.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));