- ;;
- ;;储存档名:INS_BLK.DCL
- ;;
- blk_1: dialog {
- label = "插入图块";
- spacer;
- : row {
-
- : list_box {
- label = "列示图块名称 : ";
- key = "dcl_blk_list";
- fixed_width = true;
- width = 25;
- height = 8;
- allow_accept = true;
- action = "(fill_blk_name)";
- }
- : text_part {
- label = " ";
- key = "dcl_blk_no";
- fixed_width = true;
- width = 12;
- height = 3;
- }
- }
- spacer;
- : text_part {
- key = "txt_2";
- height = 2;
- }
- : button {
- label = "浏览";
- key = "key_insert";
- }
- : boxed_column {
- : row{
- : text_part {
- label = "插入图块的名称: ";
- key = "txt_1";
- fixed_width = true;
- width = 16;
- }
- : text_part {
- key = "dcl_blk_name";
- fixed_width = true;
- width = 20;
- }
- }
- spacer;
- }
- spacer;
- ok_cancel;
- }
|