mirror of
https://github.com/brmlab/ratbox.git
synced 2025-06-08 09:54:03 +02:00
Uplne nova verze, vsechno jinak...
Asi uz i funkcni.....
This commit is contained in:
parent
f490af8983
commit
ec9deb970d
6 changed files with 1337 additions and 1139 deletions
17
Form1.class
17
Form1.class
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue