Grossa Speaks Final

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

DenSien その5

2009年01月27日 | CAD
---Start of DenSin3.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 {
: text {
key = "scale";
label = "";
width = 20.6;
alignment = centered;
}
}

spacer;
height =5;

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



}//DenSin3

---Start of SelectScl.dcl
//---------------------------------------------------------------------------------------------------------
// SelectScl.dcl
//-----DenSin3.lsp SelectScl
//---------------------------------------------------------------------------------------------------------
SelectScl : dialog {
key = "TitleSelect";
label = "";

: row {
: text {
key = "Text1";
label = "Scale=1:";
width = 12;
alignment = centered;
}
: list_box {
key = "scale#";
width = 12;
}

}

spacer;
height =5;

: row {
fixed_width = true;
alignment = centered;
: button {
key = "SclOK#";
label = "OK";
width = 12;
}
: button {
key = "SclNo#";
label = "Cancel";
width = 12;
}

}

}//SelectScl

最新の画像もっと見る

コメントを投稿