- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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;
- }
- }