[サンプル]
Form Form1 {
X = 0;
Y = 0;
Width = 484;
Height = 453;
/* GIF画像 */
ImageLabel ImageLabel1 {
X = 60;
Y = 55;
Height = 51;
setImage("biz.gif");
}
/* BMP画像 */
ImageLabel ImageLabel2 {
X = 60;
Y = 148;
Height = 51;
setImage("biz.bmp");
}
/* TIF画像 */
ImageLabel ImageLabel3 {
X = 60;
Y = 241;
Height = 51;
setImage("biz.tif");
}
}
|