掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
絵柄がそらったらメッセージを出す方法は? (ID:10399)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
http://www10.tok2.com/home2/offoff/ をコピペしたと仮定すると… procedure TForm1.Button4Click(Sender: TObject); var a,b,c:integer; begin Timer1.Enabled := True; Timer2.Enabled := True; Timer3.Enabled := True; //-------------------------------------- a:=StrToInt(Panel1.Caption); b:=StrToInt(Panel2.Caption); c:=StrToInt(Panel3.Caption); if (a=5) and (b=5) and (c=5) then Showmessage('555'); if (a=1) and (b=2) and (c=3) then Showmessage('123'); //-------------------------------------- end;
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.