c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
89 lines
1.7 KiB
Text
89 lines
1.7 KiB
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(29.7143,16.1429,50,53)
|
|
Text = ("Chart example")
|
|
Resizable = False
|
|
{ TextLabel1 TextLabel
|
|
MoveScaled(3,2,6.7143,3.1429)
|
|
Text = ("Data 1")
|
|
}
|
|
{ TextLabel2 TextLabel
|
|
MoveScaled(3,7,6.7143,3.1429)
|
|
Text = ("Data 2")
|
|
}
|
|
{ TextLabel3 TextLabel
|
|
MoveScaled(3,12,6.7143,3.1429)
|
|
Text = ("Data 3")
|
|
}
|
|
{ TextLabel4 TextLabel
|
|
MoveScaled(3,17,6.7143,3.1429)
|
|
Text = ("Data 4")
|
|
}
|
|
{ TextLabel5 TextLabel
|
|
MoveScaled(3,22,6.7143,3.1429)
|
|
Text = ("Data 5")
|
|
}
|
|
{ TextLabel6 TextLabel
|
|
MoveScaled(3,27,6.7143,3.1429)
|
|
Text = ("Data 6")
|
|
}
|
|
{ TextLabel7 TextLabel
|
|
MoveScaled(3,32,6.7143,3.1429)
|
|
Text = ("Data 7")
|
|
}
|
|
{ TextLabel8 TextLabel
|
|
MoveScaled(3,37,6.7143,3.1429)
|
|
Text = ("Data 8")
|
|
}
|
|
{ TextLabel9 TextLabel
|
|
MoveScaled(3,42,6.7143,3.1429)
|
|
Text = ("Data 9")
|
|
}
|
|
{ TextLabel10 TextLabel
|
|
MoveScaled(3,47,9,3)
|
|
Text = ("Data 10")
|
|
}
|
|
{ TextBox1 TextBox
|
|
MoveScaled(13,2,14,4)
|
|
}
|
|
{ TextBox2 TextBox
|
|
MoveScaled(13,7,14,4)
|
|
}
|
|
{ TextBox3 TextBox
|
|
MoveScaled(13,12,14,4)
|
|
}
|
|
{ TextBox4 TextBox
|
|
MoveScaled(13,17,14,4)
|
|
}
|
|
{ TextBox5 TextBox
|
|
MoveScaled(13,22,14,4)
|
|
}
|
|
{ TextBox6 TextBox
|
|
MoveScaled(13,27,14,4)
|
|
}
|
|
{ TextBox7 TextBox
|
|
MoveScaled(13,32,14,4)
|
|
}
|
|
{ TextBox8 TextBox
|
|
MoveScaled(13,37,14,4)
|
|
}
|
|
{ TextBox9 TextBox
|
|
MoveScaled(13,42,14,4)
|
|
}
|
|
{ TextBox10 TextBox
|
|
MoveScaled(13,47,14,4)
|
|
}
|
|
{ btnDraw Button
|
|
MoveScaled(30,2,19,4)
|
|
Text = ("&Draw it")
|
|
}
|
|
{ btnClose Button
|
|
MoveScaled(30,12,19,4)
|
|
Text = ("&Close")
|
|
}
|
|
{ btnRandom Button
|
|
MoveScaled(30,7,19,4)
|
|
Text = ("&Random")
|
|
}
|
|
}
|