Grossa Speaks Final

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

DenSien InsertBlock.ldcl

2010年05月14日 | CAD
//---------------------------------------------------------------------------------------------------------

// InsertBLK.dcl

//-----InsertBLK.lsp

//---------------------------------------------------------------------------------------------------------

InsertBLK : 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 = "text1";

width =15;

aspect_ratio = 1;

fixed_width = true;

label="";

}

: popup_list {

key = "DList";

label = "";

fixed_width = true;

width = 10;

value = "";

}

: button {

key = "accept1";

label = "フォルダ変更";

// is_default = true;

}

}



: row {

: text {

key = "text2";

width = 15;

aspect_ratio = 1;

fixed_width = true;

label="";

}

: popup_list {

key = "SList";

label = "";

fixed_width = true;

width = 10;

value = "";

}

: button {

key = "accept2";

label = "尺度変更 ";

// is_default = true;

}

}



: row {

fixed_width = true;

alignment = centered;

: button {

key = "Back#";

label = "
";

width = 10;

}

: button {

key = "Orth#";

label = "|__";

width = 10;

}

: button {

key = "Quit#";

label = "Exit";

width = 10;

}

}



}//DenSien

最新の画像もっと見る

コメントを投稿