release/0.4.2 #5
@ -20,6 +20,13 @@ namespace RokettoLaunch.Forms
|
||||
private App4Options.Item result = null;
|
||||
|
||||
|
||||
public EditFolderForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.SetupDialog();
|
||||
}
|
||||
|
||||
public EditFolderForm(App4Options.Item model = null)
|
||||
{
|
||||
InitializeComponent();
|
||||
@ -88,6 +95,7 @@ namespace RokettoLaunch.Forms
|
||||
//
|
||||
// listBox1
|
||||
//
|
||||
listBox1.AllowDrop = true;
|
||||
listBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||||
listBox1.BackColor = Color.Transparent;
|
||||
listBox1.EnableMovable = false;
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<Copyright>Ray Lam</Copyright>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<Version>0.4.2.013</Version>
|
||||
<Version>0.4.2.204</Version>
|
||||
<EnableNETAnalyzers>False</EnableNETAnalyzers>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<PackageIcon>icon-128.png</PackageIcon>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user