Danke für eure Antworten
Jedoch versteh ich teilweise nur Bahnhof.
Form1.Label_Countdown.Caption:=IntToStr(StrToInt(F orm2.SpinEdit_M.Text)-1);
if Form1.Label_Countdown.Caption='0' then
begin Form2.Timer1.Enabled:=False;
end;
if Form1.Label_Countdown.Caption='0' then
begin IntToStr(StrToInt(Form1.Label_Round.Caption)+1);
end;
if Form1.Label_Countdown.Caption='3' then
begin beep;
end;
if Form1.Label_Countdown.Caption='2' then
begin beep;
end;
if Form1.Label_Countdown.Caption='1' then
begin beep;
end;
if Form1.Label_Countdown.Caption='0' then
begin beep;
end;
Das hab ich bis jetzt.
Dabei bringe ich aber immernoch nicht die SpinEdit-Boxen in Verbindung.
SpinEdit_M ist die SpinEdit-Box MINUTEN - arbeitet aber als SEKUNDEN ?!?!!?
Ich kapier's irgendwie nicht
Hat jemand vllt. eine kleine Syntax-Idee?