Uplne nova verze, vsechno jinak...

Asi uz i funkcni.....
This commit is contained in:
Tomas Suchan 2011-11-02 02:25:54 +01:00
parent f490af8983
commit ec9deb970d
6 changed files with 1337 additions and 1139 deletions

View file

@ -14,10 +14,25 @@ PUBLIC SUB stimul(xxx AS String)
WAIT
END
PUBLIC SUB loginfo(aaa AS String)
Label1.Text = aaa
END
PUBLIC SUB cyklusinfo(bbb AS String)
label2.Text = bbb
END
PUBLIC SUB PictureBox1_DblClick()
Form1.FullScreen = FALSE
Form1.Visible = FALSE
FMain.Visible = TRUE
Form1.Close
WAIT
END