Can be compiled with only WAV support (since Mono doesn't support C++/CLI yet).

Adjusted control spacing, tab-order, etc.
Set Localizable=True on all forms to work around .NET auto-scaling issue.
This commit is contained in:
jdpurcell
2008-10-19 17:58:48 +00:00
parent f6138ce9cc
commit 9f58e03075
10 changed files with 1857 additions and 322 deletions

View File

@@ -14,8 +14,8 @@ namespace JDP
InitializeComponent();
}
public string Message {
get { return textBox1.Text; }
set { textBox1.Text = value; }
get { return txtReport.Text; }
set { txtReport.Text = value; }
}
}
}