Grossa Speaks Final

コンピュータに関するテーマを
気の向くまま取り上げています。
(時々雑談...)

DenSien その3

2009年01月19日 | CAD
dclファイル。

//---------------------------------------------------------------------------------------------------------
// DenSin3.dcl
//-----DenSin3.lsp
//---------------------------------------------------------------------------------------------------------
DenSin3 : dialog {
key = "Title";
label = "";
: row {
: image_button {
key = "Slide1";
width = 8;
//height =10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide2";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide3";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide4";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide5";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
}

: row {
: image_button {
key = "Slide6";
width = 8;
//height =10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide7";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide8";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide9";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
: image_button {
key = "Slide10";
width = 8;
//height = 10;
aspect_ratio = 1;
color = white;
}
}

: row {
// : list_box {
// key = "xscale";
// }
// : list_box {
// key = "yscale";
// }
//

: text {
key = "Text1";
label = "";//Message$ from lsp file
width = 20.6;
alignment = centered;
}
}

spacer;
height =5;

: row {
fixed_width = true;
alignment = centered;
: button {
key = "Back#";
label = "Back";
width = 10;
}
: button {
key = "Insert#";
label = "Insert";
width = 10;
}
: button {
key = "Next#";
label = "Next";
width = 10;
}
: button {
key = "ChDir#";
label = "ChDir";
width = 10;
}
: button {
key = "ChScl#";
label = "ChScl";
width = 10;
}
: button {
key = "Quit#";
label = "Exit";
width = 10;
}
}



}//DenSin3

最新の画像もっと見る

コメントを投稿