Zbbak.dcl
资源名称:lcx.rar [点击查看]
上传用户:cqhairun
上传日期:2017-05-24
资源大小:173k
文件大小:2k
源码类别:
CAD
开发平台:
Lisp/Scheme
- Zbbk : dialog {
- label = "图形数据备份 编制: 杨权";
- : row {
- spacer_1;
- : text_part {
- key = "txtp";
- value = "选择备份类型 ";
- fixed_width = true; alignment = centered;
- width = 12;
- }
- :radio_button{
- // label="";
- // label="井位座标";
- key = "zb1"; fixed_width = true; alignment = centered;
- }
- :radio_button{
- // label="";
- // label="油层数据";
- key = "yc2"; fixed_width = true; alignment = centered;
- }
- :radio_button{
- // label="";
- // label="试油数据";
- key = "sy3";fixed_width = true; alignment = centered;
- }
- }
- :row{
- spacer_1;
- : text_part {
- key = "txtw";
- value = " 井位座标 油层数据 试油数据 ";
- fixed_width = true; alignment = centered;
- width = 40;
- }}
- :row{
- spacer_1;
- : text_part {
- key = "txt1";
- value = " 输入文件名";
- fixed_width = true; alignment = centered;
- width = 12;
- }
- : edit_box {
- key = "ed1";
- // value = "";
- width = 16;
- }
- : text_part {
- key = "txt0";
- value = " .TXT";
- // fixed_width = true; alignment = centered;
- width = 6;
- }
- } //row
- : row {
- spacer_1;
- : text_part {
- key = "ed2";
- value = "提 示:";
- fixed_width = true;alignment = centered;width = 6;
- }
- : edit_box {
- key = "ed3";
- value = "将图中选定类型的数据备份成文本文件。";
- width = 32;
- }
- }
- : row {
- spacer_1;
- : button {
- label = "确定";
- width=10;
- fixed_width=true;alignment = centered;
- is_default=true;
- key = "bkpt";
- }
- : button {
- label = "取消";
- fixed_width=true;alignment = centered;
- width=10;
- key = "bkcel";
- is_cancel =true;
- }
- spacer_1;
- }
- }