⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ase.dcl

📁 Autocad-2005-简体中文-解密版.zip
💻 DCL
📖 第 1 页 / 共 5 页
字号:
                     key    = "ID_EBOX_ROTATE" ;
                     width  = 25 ;
                     fixed_width= true ;
                 }
             }
        }
    }
    ase_ok_cancel_help ;
    ase_errtile;
}

//---------------------------------------------------------------------
//
//  ASELINK dialogue box
//
aselinks : dialog {
    aspect_ratio = 0;
    label = "Links";
    : boxed_row {
         label                = "Database Ob&ject Filters";
         children_fixed_width = true ;
         env_cat_sch_tab_lpn;
    }
    : column {
        : row {
            : column {
                : text {
                    label         = "Link Path Name:";
                    width         = 17 ;
                    alignment     = left ;
                    fixed_width   = true ;
                }
                : text {
                    label         = "Table Path:";
                    width         = 17 ;
                    alignment     = left ;
                    fixed_width   = true ;
                }
            }
            : column {
                : text {
                    key           = ID_TEXT_PNAME ;
                    width         = 40 ;
                    alignment     = left ;
                    fixed_width   = true ;
                }
                : text {
                    key           = ID_TEXT_PATH ;
                    width         = 40 ;
                    alignment     = left ;
                    fixed_width   = true ;
                }
            }
        }
        : row {
            : column {
                : concatenation {
                    : text {
                         key        = "ID_TEXT_COLLABEL";
                         mnemonic   = "s" ;
                         width      = 22 ;
                         alignment  = left ;
                         fixed_width= true;
                    }
                    : text {
                         label      = "Link: #";
                         width      = 8 ;
                         alignment = left ;
                         fixed_width = true;
                    }
                    : text {
                         key        = "ID_TEXT_LNUMB";
                         width      = 4;
                         alignment = left ;
                         fixed_width = true;
                    }
                    : text {
                         label      = " of ";
                         width      = 4;
                         alignment = left ;
                         fixed_width = true;
                    }
                    : text {
                         key        = "ID_TEXT_LTOTAL";
                         width      = 4;
                         fixed_width = true;
                         alignment = left ;
                    }
                }
                : list_box {
                    alignment   = left ;
                    key         = "ID_LBOX_KEYCOL";
                    width       = 47 ;
                    height      = 4 ;
                    fixed_width = true ;
                    fixed_height= true ;
                    tabs        = "20 25 30 35" ;
                    tab_truncate= true ;
                    fixed_width_font = true ;
                }
                : slider {
                    key         = "ID_SLIDER";
                    layout      = horizontal ;
                    min_value   = 0;
                    max_value   = 255;
                    width       = 47 ;
                    fixed_width = true ;
                }
            }
            : column {
                children_alignment = centered ;
                ase_next_button ;
                ase_prior_button ;
                ase_first_button ;
                ase_last_button ;
            }
            : column {
               : toggle {
                   key          = "ID_TOGG_DACOLS" ;
                   label        = "DA &Columns" ;
               }
               : boxed_column {
                   label        = /*MSG*/"Selected &Object" ;
                   : toggle {
                        key     = "ID_TOGG_SUM";
                        label   = "Nested Links";
                   }
                   : popup_list {
                       width    = 12;
                       key      = "ID_PLIST_SELENT";
                   }
               }
            }
        }
        : column {
            children_fixed_width = true ;
            : row {
                : text {
                    label       = "Name: ";
                    width       = 6 ;
                    fixed_width = true ;
                }
                : text {
                    alignment   = left ;
                    key         = "ID_TEXT_COLUMN" ;
                    width       = 67 ;
                }
            }
            : row {
                : edit_box {
                    alignment   = left ;
                    label       = "&Value: ";
                    key         = "ID_EBOX_KVAL";
                    edit_width  = 67 ;
                }
            }
        }
        : row {
            children_fixed_width = true ;
            spacer_1 ;
            : ase_hlight_button { width = 10 ;}
            ase_upd_button;
            : button {
                 key       = "ID_BUTT_ROWS";
                 label     = "&Rows...";
                 width     = 10 ;
            }
            : ase_delete_button { width = 10 ;}
            : button {
                 key       = "ID_BUTT_DELALL";
                 label     = "Delete &All";
                 width     = 10 ;
            }
            spacer_1 ;
        }
    }
    ase_ok_cancel_help;
    ase_errtile;
}

//---------------------------------------------------------------------
//
//  ASESELECT dialogue box
//
aseselect : dialog {
   aspect_ratio = 0;
   label = "Select Objects";
   : boxed_row {
       label                = "Database Ob&ject Filters";
       children_fixed_width = true ;
       env_cat_sch_tab_lpn;
   }
   : boxed_column {
       label              = "Selection Set";
       alignment          = left ;
       : row {
           : ase_graph_button { width = 13 ; fixed_width = true ; }
       }
       : row {
           : button {
               label       = "&SELECT";
               key         = "ID_BUTT_SELECT";
               width       = 13 ;
               fixed_width = true ;
           }
           : edit_box {
               edit_width  = 48 ;
               fixed_width = true ;
               key         = "ID_EBOX_COND";
               label       = "&Condition:";
               edit_limit     = 256 ;
           }
       }
   }
   : boxed_row {
       label           = "Logical operations";
       children_fixed_width = true ;
       : button {
           key      = "ID_BUTT_UNION";
           label    = "&Union";
           width    = 15 ;
       }
       : button {
           key      = "ID_BUTT_SUBTRB";
           label    = "Subtract A-&B";
           width    = 15 ;
       }
       : button {
           key      = "ID_BUTT_SUBTRA";
           label    = "Subtract B-&A";
           width    = 15 ;
       }
       : button {
           key      = "ID_BUTT_INTER";
           label    = "&Intersect";
           width    = 15 ;
       }
   }
   : column {
       children_alignment   = left ;
       children_fixed_width = true;
       : row {
           : text {
               label       = "Selected Objects : ";
               alignment   = left ;
           }
           : text {
               key         = "ID_TEXT_LENGTH";
               width       = 10;
               alignment   = left ;
           }
           : spacer {width = 25 ; }
       }
   }
   ase_ok_cancel_help;
   ase_errtile;
}

//---------------------------------------------------------------------
//
//  ASEEXPORT dialogue box
//
aseexport : dialog {
    aspect_ratio = 0;
    label = "Export Links";
    : column {
        : boxed_row {
            label               = "Database Ob&ject Filters";
            children_fixed_width= true ;
            env_cat_sch_tab_lpn;
        }
        : boxed_row {
            label               = "Export Assignment";
            children_fixed_width= true ;
            : column {
               : concatenation {
                   : text {
                       width       = 31 ;
                       fixed_width = true ;
                       label       = "Source &LPN:";
                   }
                   : text {
                       fixed_width = true ;
                       label       = "Format:";
                       width       = 10 ;
                   }
                   : text {
                       label       = "Target:";
                   }
               }
               : list_box {
                   fixed_width_font = true ;
                   alignment       = left ;
                   key             = "ID_LBOX_TABLES";
                   mnemonic        = "L" ;
                   multiple_select = true ;
                   height          = 6 ;
                   width           = 73 ;
                   tabs            = "33 44 56" ;
                   tab_truncate    = true ;
               }
               : slider {
                   key             = "ID_SLIDER";
                   layout          = horizontal ;
                   min_value       = 0;
                   max_value       = 255;
                   width           = 73;
               }
               : row {
                   children_alignment = left ;
                   : text {
                       label       = "Selected Links: ";
                       fixed_width = true ;
                   }
                   : text {
                       key         = "ID_TEXT_SELNUMB";
                       width       = 8 ;
                       fixed_width = true ;
                   }
                   : spacer {
                      width        = 49 ;
                      fixed_width = true ;
                   }
               }

               : row {
                   children_alignment   = left ;
                   children_fixed_width = true ;
                   : column {
                       alignment        = left ;
                       : text {
                           label        = "&Format:" ;
                           key          = "ID_TEXT_FORMAT" ;
                       }
                       : popup_list {
                           width        = 12 ;
                           key          = "ID_PLIST_ASSIGN" ;
                           mnemonic     = "F" ;
                       }
                   }
                   : column {
                       alignment        = left ;
                       : text {
                           label        = "Tar&get:";
                           key          = "ID_TEXT_TARGET";
                       }
                       : edit_box {
                           key          = "ID_EBOX_TARGET";
                           mnemonic     = "g";
                           width        = 32 ;
                       }
                   }
                   : column {
                       alignment        = left ;
                       : spacer {
                           height       = 1 ;
                       }
                       : button {
                           label        = "&Save As...";
                           key          = "ID_BUTT_FILE";
                           width        = 12 ;
                       }
                   }
                   : column {
                       alignment        = left ;
                       : spacer {
                           height       = 1 ;
                       }
                       : button {
                           key          = "ID_BUTT_ASSIGN";
                           label        = "&Assign";
                           width        = 12 ;
                       }
                   }
               }
           }
       }
   }
   : row {
       alignment = centered ;
       fixed_width = true ;
       : spacer { width = 3 ; }
       : button {
           key        = "ID_BUTT_EXPORT";
           label      = "&Export";
       }
       : spacer { width = 1 ; }
       ase_close_button ;
       : spacer { width = 1 ; }
       ase_help_button ;
       : spacer { width = 3 ; }
   }
   ase_errtile;
}

//---------------------------------------------------------------------
//
//  ASESQLED dialogue box
//
asesqled : dialog {
    aspect_ratio = 0;
    label = "SQL Editor";
    initial_focus = "ID_EBOX_STM";
    : row {
       : column {
           : boxed_row {
               label      = "Database Object Settings";
               children_fixed_width = true ;
               : column {
                   alignment         = left ;
                   : text {
                     label           = "En&vironment";
                     width           = 18 ;
                   }
                   : popup_list {
                     width           = 18 ;
                     mnemonic        = "v" ;
                     key             = "ID_PLIST_ENV";
                   }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -