明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
楼主: wqlovelg1128

跪求!!!!我把对话框的程序传上!我毕业设计!程序显示不了对话框!!高手帮忙啊!!谢谢!!

  [复制链接]
 楼主| 发表于 2007-5-23 11:11:00 | 显示全部楼层

highflybir
您说的"另外检查路径"是什么意思啊?????

前几界毕业生做的设计的格式和我的一样!

为什么他们的能显示我的为什么就不行啊!!!???

 

发表于 2007-5-23 11:25:00 | 显示全部楼层
本帖最后由 作者 于 2007-5-23 11:27:56 编辑

Paste all your stuffs here if you do need help

Zip all files and upload it

发表于 2007-5-23 13:20:00 | 显示全部楼层

由"_yyf1 未知命令“YYF1”可以看出你的函数还没有定义成功,可能跟你的CAD设置有关

检查一下你其他命令是否可以正常运行。可以做一个最简单的测试:

(defun c:yyf1 ()
  (alert "OK")
  (princ)
)

如果这段程序都不行的话,那就是你的CAD的问题了

 楼主| 发表于 2007-5-23 13:20:00 | 显示全部楼层
您有信箱吗?
我传不上啊!!!有点多!!!
 楼主| 发表于 2007-5-23 13:24:00 | 显示全部楼层

您有信箱吗??

有点多!!

我发到您的信箱可以吗??

发表于 2007-5-23 22:00:00 | 显示全部楼层
  1. (defun c:yyf1()
  2. (if (> (setq index3_3 (load_dialog "yyf1.dcl")) 0) (progn
  3.   (if (new_dialog "yyf1" index3_3) (progn
  4.    (action_tile "hsf" "(hxf1)")
  5.    (action_tile "ylf" "(ylf1)")
  6.    (action_tile "llkzf" "(llkzf1)")
  7.    (action_tile "sxf" "(sxf1)")
  8.    (action_tile "dxf" "(dxf1)")   
  9.    (start_dialog)
  10.   )
  11.    (alert "不能正常显示对话框。")
  12.   )
  13.   (unload_dialog index3_3)
  14. )
  15.   (alert "不能载入DCL文件。")
  16. )
  17. )
在ACAD R14和ACAD2004下均调试通过,只是将对话框文件放在了ACAD搜索目录中。
另:不知您是如何加载的?(我一般直接在命令行键入(load"yyf1"))
 楼主| 发表于 2007-5-24 14:36:00 | 显示全部楼层
我的对话框能显示"yy1"而不能显示它的子对话框!!!!
说"""命令: yyf1
; 错误: no function definition: DXF1
"""
不知道为什么没有定义!!!
请告诉我!!!谢谢!!!
下面是我改过的程序!!!希望各位大哥能尽快回复!!!!感激不禁!!!(defun c:yyf1()
   (if (> (setq index3_3 (load_dialog "yyf1.dcl")) 0)
      (progn
         (if (new_dialog "yyf1" index3_3)
            (progn
            

                 (action_tile "hsf" "(hxf1)")
                 (action_tile "ylf" "(ylf1)")
                 (action_tile "llkzf" "(llkzf1)")
                 (action_tile "sxf" "(sxf1)")
                 (action_tile "dxf" "(dxf1)")   

           (start_dialog)
               (unload_dialog index3_3)
            )
            (alert "不能正常显示对话框。")
         )
      )
      (alert "不能载入DCL文件。")
   )
)

(defun c:hxf1()
   (if (> (setq index2_3 (load_dialog "hxf1.dcl")) 0)
       (progn
          (if (new_dialog "hxf1" index2_3)
             (progn
                (start_dialog)
                (unload_dialog index2_3)
             )
             (alert "不能正常显示对话框。")
          )
       )
       (alert "不能载入DCL文件。")
    )
)  


(defun c:dxf1()
   (if (> (setq index2_3 (load_dialog "dxf1.dcl")) 0)
       (progn
          (if (new_dialog "dxf1" index2_3)
             (progn
                (start_dialog)
                (unload_dialog index2_3)
             )
             (alert "不能正常显示对话框。")
          )
       )
       (alert "不能载入DCL文件。")
    )
)  

(defun c:ylf1()
   (if (> (setq index2_3 (load_dialog "ylf1.dcl")) 0)
       (progn
          (if (new_dialog "ylf1" index2_3)
             (progn
                (start_dialog)
                (unload_dialog index2_3)
             )
             (alert "不能正常显示对话框。")
          )
       )
       (alert "不能载入DCL文件。")
    )
)  
(defun c:llkz1()
   (if (> (setq index2_3 (load_dialog "llkz1.dcl")) 0)
       (progn
          (if (new_dialog "llkzf1" index2_3)
             (progn
                (start_dialog)
                (unload_dialog index2_3)
             )
             (alert "不能正常显示对话框。")
          )
       )
       (alert "不能载入DCL文件。")
    )
)  
(defun c:sxf1()
   (if (> (setq index2_3 (load_dialog "sxf1.dcl")) 0)
       (progn
          (if (new_dialog "sxf1" index2_3)
             (progn
                (start_dialog)
                (unload_dialog index2_3)
             )
             (alert "不能正常显示对话框。")
          )
       )
       (alert "不能载入DCL文件。")
    )
)  

(defun c:xs1()
     (start_list "hxflist")
     (if (= (setq d1 (open (findfile "hxf.txt") "r")) nil)
         (alert "文件不存在或不能打开。")
         (progn
             (setq clbb '())
             (while (setq str (read-line d1))
                 (add_list str)
                 (setq clbb (cons str clbb))
              )
             (close d1)
          )
      )
      (end_list)
      (setq dang1 nil)
      (mode_tile "hxflist" 2)
      (set_tile "hxflist" "0")
)
(defun xs2()
     (start_list "ylflist")
     (if (= (setq d2 (open (findfile "ylf.txt") "r")) nil)
         (alert "文件不存在或不能打开。")
         (progn
             (setq clbb '())
             (while (setq str (read-line d2))
                 (add_list str)
                 (setq clbb (cons str clbb))
              )
             (close 2)
          )
      )
      (end_list)
      (setq d2 nil)
      (mode_tile "ylflist" 2)
      (set_tile "ylflist" "0")
)
(defun xs3()
     (start_list "llkzflist")
     (if (= (setq d3 (open (findfile "llkzf.txt") "r")) nil)
         (alert "文件不存在或不能打开。")
         (progn
             (setq clbb '())
             (while (setq str (read-line d3))
                 (add_list str)
                 (setq clbb (cons str clbb))
              )
             (close d3)
          )
      )
      (end_list)
      (setq d3 nil)
      (mode_tile "llkzflist" 2)
      (set_tile "llkzflist" "0")
)
(defun xs4()
     (start_list "sxflist")
     (if (= (setq d4 (open (findfile "sxf.txt") "r")) nil)
         (alert "文件不存在或不能打开。")
         (progn
             (setq clbb '())
             (while (setq str (read-line d4))
                 (add_list str)
                 (setq clbb (cons str clbb))
              )
             (close d4)
          )
      )
      (end_list)
      (setq d4 nil)
      (mode_tile "sxflist" 2)
      (set_tile "sxflist" "0")
)
发表于 2007-5-25 01:09:00 | 显示全部楼层
  1. yyf1:dialog{
  2. label=" 液压阀故障诊断 ";
  3. spacer;
  4. :text{label="      故障               原因                    解决方法";}
  5. spacer;
  6. :column{
  7.   :list_box{key="yyflist";width=70;height=15;}
  8.   spacer;
  9.   :boxed_column{
  10.    :row{
  11.     :button{label="   单向阀   ";key="dxf";}
  12.     :button{label="   换向阀   ";key="hsf";}
  13.     :button{label="   溢流阀   ";key="ylf";}
  14.    }
  15.    spacer;
  16.    :row{
  17.     :button{label="   顺序阀   ";key="sxf";}
  18.     :button{label=" 流量控制阀 ";key="llkzf";}
  19.     :button{label="   退出 (&E)  ";key="tuichu";is_cancel=true;}
  20.    }
  21.   }
  22.   spacer;
  23. }
  24. }
  25. ylf1:dialog{
  26. label=" 溢流阀故障诊断 ";
  27. spacer;
  28. :column{
  29.   :text{label="     故障               原因                  解决方法";}
  30.   spacer;
  31.   :list_box{key="ylflist";width=70;height=15;}
  32.   spacer;
  33.   :row{
  34.    :button{label="   显示  ";key="xs2";}
  35.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  36.   }
  37.   spacer;
  38. }
  39. }
  40. hxf1:dialog{
  41. label=" 换向阀故障诊断 ";
  42. spacer;
  43. :column{
  44.   :text{label="     故障               原因                  解决方法";}
  45.   spacer;
  46.   :list_box{key="ylflist";width=70;height=15;}
  47.   spacer;
  48.   :row{
  49.    :button{label="   显示  ";key="xs1";}
  50.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  51.   }
  52.   spacer;
  53. }
  54. }
  55. dxf1:dialog{
  56. label=" 单向阀故障诊断 ";
  57. spacer;
  58. :column{
  59.   :text{label="     故障               原因                  解决方法";}
  60.   spacer;
  61.   :list_box{key="dxflist";width=70;height=15;}
  62.   spacer;
  63.   :row{
  64.    :button{label="   显示  ";key="xs5";}
  65.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  66.   }
  67.   spacer;
  68. }
  69. }
  70. sxf1:dialog{
  71. label=" 顺序阀故障诊断 ";
  72. spacer;
  73. :column{
  74.   :text{label="     故障               原因                  解决方法";}
  75.   spacer;
  76.   :list_box{key="sxflist";width=70;height=15;}
  77.   spacer;
  78.   :row {
  79.    :button{label="   显示  ";key="xs4";}
  80.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  81.   }
  82.   spacer;
  83. }
  84. }
  85. llkzf1:dialog{
  86. label=" 流量控制阀故障诊断 ";
  87. spacer;
  88. :column{
  89.   :text{label="     故障               原因                  解决方法";}
  90.   spacer;
  91.   :list_box{key="llkzflist";width=70;height=15;}
  92.   spacer;
  93.   :row{
  94.    :button{label="   显示  ";key="xs3";}
  95.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  96.   }
  97.   spacer;
  98. }
  99. }
  1. (defun c:yyf1()
  2. (if (> (setq index3_3 (load_dialog "YEYACAD/wenbens/yyf1.dcl")) 0) (progn
  3.   (if (new_dialog "yyf1" index3_3) (progn
  4.    (action_tile "hsf" "(hxf1)")
  5.    (action_tile "ylf" "(ylf1)")
  6.    (action_tile "llkzf" "(llkzf1)")
  7.    (action_tile "sxf" "(sxf1)")
  8.    (action_tile "dxf" "(dxf1)")   
  9.    (action_tile"tuichu" "(done_dialog 0)")
  10.    (start_dialog)
  11.   )
  12.    (alert "不能正常显示对话框。")
  13.   )
  14.   (unload_dialog index3_3)
  15. )
  16.   (alert "不能载入DCL文件。")
  17. )
  18. )
  19. (defun xs1()
  20. (start_list "hxflist")
  21. (if (= (setq d1 (open (findfile "YEYACAD/wenbens/hxf.txt") "r")) nil)
  22.   (alert "文件不存在或不能打开。")
  23. (progn
  24.   (setq clbb '())
  25.   (while (setq str (read-line d1))
  26.    (add_list str)
  27.    (setq clbb (cons str clbb))
  28.   )
  29.   (close d1)
  30. ))
  31. (end_list)
  32. (setq dang1 nil)
  33. (mode_tile "hxflist" 2)
  34. (set_tile "hxflist" "0")
  35. )
  36. (defun xs2()
  37. (start_list "ylflist")
  38. (if (= (setq d2 (open (findfile "YEYACAD/wenbens/ylf.txt") "r")) nil)
  39.   (alert "文件不存在或不能打开。")
  40. (progn
  41.   (setq clbb '())
  42.   (while (setq str (read-line d2))
  43.    (add_list str)
  44.    (setq clbb (cons str clbb))
  45.   )
  46.   (close 2)
  47. ))
  48. (end_list)
  49. (setq d2 nil)
  50. (mode_tile "ylflist" 2)
  51. (set_tile "ylflist" "0")
  52. )
  53. (defun xs3()
  54. (start_list "llkzflist")
  55. (if (= (setq d3 (open (findfile "YEYACAD/wenbens/llkzf.txt") "r")) nil)
  56.   (alert "文件不存在或不能打开。")
  57. (progn
  58.   (setq clbb '())
  59.   (while (setq str (read-line d3))
  60.    (add_list str)
  61.    (setq clbb (cons str clbb))
  62.   )
  63.   (close d3)
  64. ))
  65. (end_list)
  66. (setq d3 nil)
  67. (mode_tile "llkzflist" 2)
  68. (set_tile "llkzflist" "0")
  69. )
  70. (defun xs4()
  71. (start_list "sxflist")
  72. (if (= (setq d4 (open (findfile "YEYACAD/wenbens/sxf.txt") "r")) nil)
  73.   (alert "文件不存在或不能打开。")
  74. (progn
  75.   (setq clbb '())
  76.   (while (setq str (read-line d4))
  77.    (add_list str)
  78.    (setq clbb (cons str clbb))
  79.   )
  80.   (close d4)
  81. ))
  82. (end_list)
  83. (setq d4 nil)
  84. (mode_tile "sxflist" 2)
  85. (set_tile "sxflist" "0")
  86. )
  87. (defun xs5()
  88. (start_list "dxflist")
  89. (if (= (setq d4 (open (findfile "YEYACAD/wenbens/dxf.txt") "r")) nil)
  90.   (alert "文件不存在或不能打开。")
  91. (progn
  92.   (setq clbb '())
  93.   (while (setq str (read-line d4))
  94.    (add_list str)
  95.    (setq clbb (cons str clbb))
  96.   )
  97.   (close d4)
  98. ))
  99. (end_list)
  100. (setq d4 nil)
  101. (mode_tile "sxflist" 2)
  102. (set_tile "sxflist" "0")
  103. )
  104. (defun hxf1()
  105. (if (new_dialog "hxf1" index3_3)(progn
  106.   (action_tile"xs1" "(xs1)")
  107.   (action_tile"tuichu" "(done_dialog 0)")
  108.   (start_dialog)
  109. )
  110.   (alert "不能正常显示对话框。")
  111. )
  112. )
  113. (defun dxf1()
  114. (if (new_dialog "dxf1" index3_3)(progn
  115.   (action_tile"xs5" "(xs5)")
  116.   (action_tile"tuichu" "(done_dialog 0)")
  117.   (start_dialog)
  118. )
  119.   (alert "不能正常显示对话框。")
  120. )
  121. )
  122. (defun ylf1()
  123. (if (new_dialog "ylf1" index3_3)(progn
  124.   (action_tile"xs2" "(xs2)")
  125.   (action_tile"tuichu" "(done_dialog 0)")
  126.   (start_dialog)
  127. )
  128.   (alert "不能正常显示对话框。")
  129. )
  130. )
  131. (defun llkzf1()
  132. (if (new_dialog "llkzf1" index3_3)(progn
  133.   (action_tile"xs3" "(xs3)")
  134.   (action_tile"tuichu" "(done_dialog 0)")
  135.   (start_dialog)
  136. )
  137.   (alert "不能正常显示对话框。")
  138. )
  139. )
  140. (defun sxf1()
  141. (if (new_dialog "sxf1" index3_3)(progn
  142.   (action_tile"xs4" "(xs4)")
  143.   (action_tile"tuichu" "(done_dialog 0)")
  144.   (start_dialog)
  145. )
  146.   (alert "不能正常显示对话框。")
  147. )
  148. )
发表于 2007-5-25 01:11:00 | 显示全部楼层
对话框文件可以写在一个文件中。
  1. yyf1:dialog{
  2. label=" 液压阀故障诊断 ";
  3. spacer;
  4. :text{label="      故障               原因                    解决方法";}
  5. spacer;
  6. :column{
  7.   :list_box{key="yyflist";width=70;height=15;}
  8.   spacer;
  9.   :boxed_column{
  10.    :row{
  11.     :button{label="   单向阀   ";key="dxf";}
  12.     :button{label="   换向阀   ";key="hsf";}
  13.     :button{label="   溢流阀   ";key="ylf";}
  14.    }
  15.    spacer;
  16.    :row{
  17.     :button{label="   顺序阀   ";key="sxf";}
  18.     :button{label=" 流量控制阀 ";key="llkzf";}
  19.     :button{label="   退出 (&E)  ";key="tuichu";is_cancel=true;}
  20.    }
  21.   }
  22.   spacer;
  23. }
  24. }
  25. ylf1:dialog{
  26. label=" 溢流阀故障诊断 ";
  27. spacer;
  28. :column{
  29.   :text{label="     故障               原因                  解决方法";}
  30.   spacer;
  31.   :list_box{key="ylflist";width=70;height=15;}
  32.   spacer;
  33.   :row{
  34.    :button{label="   显示  ";key="xs2";}
  35.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  36.   }
  37.   spacer;
  38. }
  39. }
  40. hxf1:dialog{
  41. label=" 换向阀故障诊断 ";
  42. spacer;
  43. :column{
  44.   :text{label="     故障               原因                  解决方法";}
  45.   spacer;
  46.   :list_box{key="ylflist";width=70;height=15;}
  47.   spacer;
  48.   :row{
  49.    :button{label="   显示  ";key="xs1";}
  50.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  51.   }
  52.   spacer;
  53. }
  54. }
  55. dxf1:dialog{
  56. label=" 单向阀故障诊断 ";
  57. spacer;
  58. :column{
  59.   :text{label="     故障               原因                  解决方法";}
  60.   spacer;
  61.   :list_box{key="dxflist";width=70;height=15;}
  62.   spacer;
  63.   :row{
  64.    :button{label="   显示  ";key="xs5";}
  65.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  66.   }
  67.   spacer;
  68. }
  69. }
  70. sxf1:dialog{
  71. label=" 顺序阀故障诊断 ";
  72. spacer;
  73. :column{
  74.   :text{label="     故障               原因                  解决方法";}
  75.   spacer;
  76.   :list_box{key="sxflist";width=70;height=15;}
  77.   spacer;
  78.   :row {
  79.    :button{label="   显示  ";key="xs4";}
  80.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  81.   }
  82.   spacer;
  83. }
  84. }
  85. llkzf1:dialog{
  86. label=" 流量控制阀故障诊断 ";
  87. spacer;
  88. :column{
  89.   :text{label="     故障               原因                  解决方法";}
  90.   spacer;
  91.   :list_box{key="llkzflist";width=70;height=15;}
  92.   spacer;
  93.   :row{
  94.    :button{label="   显示  ";key="xs3";}
  95.    :button{label="   退出  ";key="tuichu";is_cancel=true;}
  96.   }
  97.   spacer;
  98. }
  99. }
这是程序
  1. (defun c:yyf1()
  2. (if (> (setq index3_3 (load_dialog "YEYACAD/wenbens/yyf1.dcl")) 0) (progn
  3.   (if (new_dialog "yyf1" index3_3) (progn
  4.    (action_tile "hsf" "(hxf1)")
  5.    (action_tile "ylf" "(ylf1)")
  6.    (action_tile "llkzf" "(llkzf1)")
  7.    (action_tile "sxf" "(sxf1)")
  8.    (action_tile "dxf" "(dxf1)")   
  9.    (action_tile"tuichu" "(done_dialog 0)")
  10.    (start_dialog)
  11.   )
  12.    (alert "不能正常显示对话框。")
  13.   )
  14.   (unload_dialog index3_3)
  15. )
  16.   (alert "不能载入DCL文件。")
  17. )
  18. )
  19. (defun xs1()
  20. (start_list "hxflist")
  21. (if (= (setq d1 (open (findfile "YEYACAD/wenbens/hxf.txt") "r")) nil)
  22.   (alert "文件不存在或不能打开。")
  23. (progn
  24.   (setq clbb '())
  25.   (while (setq str (read-line d1))
  26.    (add_list str)
  27.    (setq clbb (cons str clbb))
  28.   )
  29.   (close d1)
  30. ))
  31. (end_list)
  32. (setq dang1 nil)
  33. (mode_tile "hxflist" 2)
  34. (set_tile "hxflist" "0")
  35. )
  36. (defun xs2()
  37. (start_list "ylflist")
  38. (if (= (setq d2 (open (findfile "YEYACAD/wenbens/ylf.txt") "r")) nil)
  39.   (alert "文件不存在或不能打开。")
  40. (progn
  41.   (setq clbb '())
  42.   (while (setq str (read-line d2))
  43.    (add_list str)
  44.    (setq clbb (cons str clbb))
  45.   )
  46.   (close 2)
  47. ))
  48. (end_list)
  49. (setq d2 nil)
  50. (mode_tile "ylflist" 2)
  51. (set_tile "ylflist" "0")
  52. )
  53. (defun xs3()
  54. (start_list "llkzflist")
  55. (if (= (setq d3 (open (findfile "YEYACAD/wenbens/llkzf.txt") "r")) nil)
  56.   (alert "文件不存在或不能打开。")
  57. (progn
  58.   (setq clbb '())
  59.   (while (setq str (read-line d3))
  60.    (add_list str)
  61.    (setq clbb (cons str clbb))
  62.   )
  63.   (close d3)
  64. ))
  65. (end_list)
  66. (setq d3 nil)
  67. (mode_tile "llkzflist" 2)
  68. (set_tile "llkzflist" "0")
  69. )
  70. (defun xs4()
  71. (start_list "sxflist")
  72. (if (= (setq d4 (open (findfile "YEYACAD/wenbens/sxf.txt") "r")) nil)
  73.   (alert "文件不存在或不能打开。")
  74. (progn
  75.   (setq clbb '())
  76.   (while (setq str (read-line d4))
  77.    (add_list str)
  78.    (setq clbb (cons str clbb))
  79.   )
  80.   (close d4)
  81. ))
  82. (end_list)
  83. (setq d4 nil)
  84. (mode_tile "sxflist" 2)
  85. (set_tile "sxflist" "0")
  86. )
  87. (defun xs5()
  88. (start_list "dxflist")
  89. (if (= (setq d4 (open (findfile "YEYACAD/wenbens/dxf.txt") "r")) nil)
  90.   (alert "文件不存在或不能打开。")
  91. (progn
  92.   (setq clbb '())
  93.   (while (setq str (read-line d4))
  94.    (add_list str)
  95.    (setq clbb (cons str clbb))
  96.   )
  97.   (close d4)
  98. ))
  99. (end_list)
  100. (setq d4 nil)
  101. (mode_tile "sxflist" 2)
  102. (set_tile "sxflist" "0")
  103. )
  104. (defun hxf1()
  105. (if (new_dialog "hxf1" index3_3)(progn
  106.   (action_tile"xs1" "(xs1)")
  107.   (action_tile"tuichu" "(done_dialog 0)")
  108.   (start_dialog)
  109. )
  110.   (alert "不能正常显示对话框。")
  111. )
  112. )
  113. (defun dxf1()
  114. (if (new_dialog "dxf1" index3_3)(progn
  115.   (action_tile"xs5" "(xs5)")
  116.   (action_tile"tuichu" "(done_dialog 0)")
  117.   (start_dialog)
  118. )
  119.   (alert "不能正常显示对话框。")
  120. )
  121. )
  122. (defun ylf1()
  123. (if (new_dialog "ylf1" index3_3)(progn
  124.   (action_tile"xs2" "(xs2)")
  125.   (action_tile"tuichu" "(done_dialog 0)")
  126.   (start_dialog)
  127. )
  128.   (alert "不能正常显示对话框。")
  129. )
  130. )
  131. (defun llkzf1()
  132. (if (new_dialog "llkzf1" index3_3)(progn
  133.   (action_tile"xs3" "(xs3)")
  134.   (action_tile"tuichu" "(done_dialog 0)")
  135.   (start_dialog)
  136. )
  137.   (alert "不能正常显示对话框。")
  138. )
  139. )
  140. (defun sxf1()
  141. (if (new_dialog "sxf1" index3_3)(progn
  142.   (action_tile"xs4" "(xs4)")
  143.   (action_tile"tuichu" "(done_dialog 0)")
  144.   (start_dialog)
  145. )
  146.   (alert "不能正常显示对话框。")
  147. )
  148. )
发表于 2007-5-25 12:51:00 | 显示全部楼层
dxf不记得是哪个家伙写的了,是提取组码的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2025-6-20 16:28 , Processed in 0.187064 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表