「東雲 忠太郎」の平凡な日常のできごと

「東雲 忠太郎」の平凡な日常のできごと

2011.06.02
XML
カテゴリ: カテゴリ未分類
//KeyDownで

//直前までにSelectNextControlをTrueに
***TextBox1.SelectNextControl = false;

【小数点フォーマット】
//Utility.csのpublic enum Format : int

//の最終行に IraiSuuryou を追加

//Utility.csのValidating⇒switch (format)
case Format.IraiSuuryou:

regex = new Regex(@"^[0-9]{1,10}.[0-9]{1,2}");

{
message = String.Format(Const.Message002, controlCaption);
return false;
}
break;

//Utility.csのGetGuidance内
case Format.IraiSuuryou:

guidanceFormat = "*****数量";
break;

//後はいつものように
case Type.Syousuu:


minLength = 1;
maxLength = 10;
imeMode = ImeMode.Off;
textAlign = HorizontalAlignment.Left;
mask = "0000000000.00";





お気に入りの記事を「いいね!」で応援しよう

Last updated  2011.06.02 21:32:07


【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! -- / --
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x
X

© Rakuten Group, Inc.
X
Mobilize your Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: