Changed to enable file drop for edit folder
This commit is contained in:
parent
1b59a4cc29
commit
304f5428c6
@ -20,6 +20,13 @@ namespace RokettoLaunch.Forms
|
|||||||
private App4Options.Item result = null;
|
private App4Options.Item result = null;
|
||||||
|
|
||||||
|
|
||||||
|
public EditFolderForm()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.SetupDialog();
|
||||||
|
}
|
||||||
|
|
||||||
public EditFolderForm(App4Options.Item model = null)
|
public EditFolderForm(App4Options.Item model = null)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
@ -88,6 +95,7 @@ namespace RokettoLaunch.Forms
|
|||||||
//
|
//
|
||||||
// listBox1
|
// listBox1
|
||||||
//
|
//
|
||||||
|
listBox1.AllowDrop = true;
|
||||||
listBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
listBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
listBox1.BackColor = Color.Transparent;
|
listBox1.BackColor = Color.Transparent;
|
||||||
listBox1.EnableMovable = false;
|
listBox1.EnableMovable = false;
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
<Copyright>Ray Lam</Copyright>
|
<Copyright>Ray Lam</Copyright>
|
||||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
<Version>0.4.2.013</Version>
|
<Version>0.4.2.204</Version>
|
||||||
<EnableNETAnalyzers>False</EnableNETAnalyzers>
|
<EnableNETAnalyzers>False</EnableNETAnalyzers>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<PackageIcon>icon-128.png</PackageIcon>
|
<PackageIcon>icon-128.png</PackageIcon>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user