가운데 이미지를 두고 상하좌우에 toggle박스를 놓으려고 합니다.
좌우는 이미지 정의하기 전과 후에 해놓으면 되지만,
상하는 어떻게 놔야하는지 모르겠습니다 .
아래는 lisp내용입니다.
///dial01———————————————————————-
c707 : dialog {
//label = “Section Mark”;
label = “전개도 표시”;
: boxed_row {
//label = “Type”;
label = “유형”;
: radio_column {
key = “type”;
spacer_1;
spacer_1;
: radio_button {
label = “동일도면 내”;
key = “a”;
}
: radio_button {
label = “동일도면 외”;
key = “b”;
}
}
:toggle
{
label = “1”;
key = “tog1”;
}
: image {
key = “image”;
color = 0;
width = 20;
aspect_ratio = 0.9;
fixed_height = true;
}
:toggle
{
label = “2”;
key = “tog2”;
}
:toggle
{
label = “3”;
key = “tog3”;
}
:toggle
{
label = “4”;
key = “tog4”;
}
}
: edit_box {
//label = “Drawing No.”;
label = “도면번호”;
key = “dwgNo”;
edit_width = 8;
}
: edit_box {
//label = “Sheet No.”;
label = “일련번호”;
key = “shtNo”;
edit_width = 8;
}
spacer_1;
ok_cancel;
errtile;
}
///=================================== END ====================================