Zbbak.dcl
上传用户:cqhairun
上传日期:2017-05-24
资源大小:173k
文件大小:2k
源码类别:

CAD

开发平台:

Lisp/Scheme

  1. Zbbk : dialog {
  2.   label = "图形数据备份    编制:   杨权";
  3.   : row {
  4.      spacer_1;
  5.     
  6.     : text_part {
  7.       key = "txtp";
  8.       value = "选择备份类型 ";
  9. fixed_width = true; alignment = centered;
  10.        width = 12;
  11.        }
  12.            :radio_button{
  13. //             label="";
  14. //     label="井位座标";
  15.      key = "zb1"; fixed_width = true; alignment = centered;
  16.       }
  17.             :radio_button{
  18. //              label="";
  19. //  label="油层数据";
  20.   key = "yc2"; fixed_width = true; alignment = centered;
  21.       }
  22.        :radio_button{
  23. //       label="";
  24. //     label="试油数据";
  25.      key = "sy3";fixed_width = true; alignment = centered;
  26.       }
  27.            }
  28. :row{
  29.     spacer_1;
  30.     : text_part {
  31.       key = "txtw";
  32. value = "                      井位座标        油层数据         试油数据 ";
  33.        fixed_width = true; alignment = centered;
  34.        width = 40;
  35.     }}
  36.   :row{
  37.     spacer_1;
  38.     : text_part {
  39.       key = "txt1";
  40.       value = "  输入文件名";
  41.        fixed_width = true; alignment = centered;
  42.        width = 12;
  43.     }
  44.     : edit_box {
  45.       key = "ed1";
  46. //      value = "";
  47.       width = 16;
  48.     }
  49. : text_part {
  50.       key = "txt0";
  51.       value = "    .TXT";
  52. //       fixed_width = true; alignment = centered;
  53.        width = 6;
  54.     }
  55.   } //row
  56.   : row {
  57.   spacer_1;
  58.     : text_part {
  59.       key = "ed2";
  60.       value = "提      示:";
  61.        fixed_width = true;alignment = centered;width = 6;
  62.     }
  63.     : edit_box {
  64.       key = "ed3";
  65.       value = "将图中选定类型的数据备份成文本文件。";
  66.       width = 32;
  67.     }
  68.   } 
  69.   : row {
  70.     spacer_1;
  71.     : button {
  72.       label = "确定";
  73.       width=10;
  74.       fixed_width=true;alignment = centered;
  75.       is_default=true;
  76.       key = "bkpt";
  77.     }
  78.       : button {
  79.       label = "取消";
  80.       fixed_width=true;alignment = centered;
  81.       width=10;
  82.       key = "bkcel";
  83.       is_cancel =true;
  84.     }
  85. spacer_1;
  86.   }
  87. }