From b8b5e5a5cc836a381b4861bc9fc18eb0b72cf0c9 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 12 Jun 2005 01:16:15 +0000 Subject: Added controls for setting characters to top left and setting widths and heights accordingly. --- Util.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Util.cs') diff --git a/Util.cs b/Util.cs index 4589775..1dce4fd 100644 --- a/Util.cs +++ b/Util.cs @@ -38,6 +38,13 @@ namespace BitmapFontEd MessageBoxIcon.Question)==DialogResult.Yes; } + public static DialogResult YesNoCancel(string s) + { + return MessageBox.Show(s,"Bitmap Font Editor", + MessageBoxButtons.YesNoCancel, + MessageBoxIcon.Question); + } + public static void Message(string s) { MessageBox.Show(s,"Bitmap Font Editor",MessageBoxButtons.OK,MessageBoxIcon.Information); -- cgit v1.2.3