Switched assemblies to always use 32 bit runtime (most are using the XNA runtime, so the AnyCPU configuration would only wreak havoc on x64 platforms); progress reporter window is no longer resizable

git-svn-id: file:///srv/devel/repo-conversion/nuwi@14 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-12-10 20:22:55 +00:00
parent 1de87c2c00
commit b93bb04f5f

View File

@ -79,6 +79,7 @@ namespace Nuclex.Windows.Forms {
this.Controls.Add(this.statusLabel); this.Controls.Add(this.statusLabel);
this.Controls.Add(this.progressBar); this.Controls.Add(this.progressBar);
this.Controls.Add(this.cancelButton); this.Controls.Add(this.cancelButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "ProgressReporterForm"; this.Name = "ProgressReporterForm";