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

📄 ase.dcl

📁 Autocad-2005-简体中文-解密版.zip
💻 DCL
📖 第 1 页 / 共 5 页
字号:
            key           = "ID_BUTT_RELDA";
            width         = 15 ;
        }
        : button {
            label         = "&Synchronize...";
            key           = "ID_BUTT_SYNCH";
            width         = 15 ;
        }
    }
    ase_ok_cancel_help;
    ase_errtile;
}

//--------------------------------------------------------------------------
// ASE About dialogue box.
//
about : dialog {
    aspect_ratio = 0;
    label = "About Environment";
    : column {
         children_alignment      = centered ;
         children_fixed_width    = true ;
         : text {
              key        = "ID_TEXT_ASIV" ;
              width      = 65 ;
         }
         : text {
              key        = "ID_TEXT_ASEV" ;
              width      = 65 ;
         }
         : text {
              key        = "ID_TEXT_ACPR" ;
              width      = 65 ;
         }
         : boxed_column {
             : row {
                 : text {
                     label      = "Connected Environment: " ;
                     width      = 25 ;
                 }
                 : text {
                     key        = "ID_TEXT_ENV" ;
                     width      = 10 ;
                     allignment = left ;
                 }
                 : text {
                     key        = "ID_TEXT_ENVC" ;
                     allignment = left ;
                     width      = 30 ;
                 }
             }
             : row {
                 : text {
                     label      = "Loaded Driver" ;
                     width      = 25 ;
                 }
                 : text {
                     key    = "ID_TEXT_DRV" ;
                     width  = 10 ;
                     allignment = left ;
                 }
                 : text {
                     key        = "ID_TEXT_DRVC" ;
                     allignment = left ;
                     width      = 30 ;
                 }
             }
             : list_box {
                 label      = "&Capabilities: " ;
                 key        = "ID_LBOX_DRV" ;
                 width      = 65 ;
                 fixed_width_font = true ;
                 height     = 8 ;
                 allow_accept = true ;
                 tabs       = "55 60" ;
                 tab_truncate    = true ;
             }
         }
         : ase_ok_button {is_default = true ; is_cancel = true ;}
    }
}

//--------------------------------------------------------------------------
// Connect to Environment dialogue box.
//
connect : dialog {
    aspect_ratio        = 0;
    label               = "Connect to Environment";
    initial_focus       = "ID_EBOX_UNAME";
    : row {
        : column {
            : text {
               label      = "Environment:";
               alignment   = left ;
            }
            : text {
               label       = "User Name:";
               alignment   = left ;
            }
            : text {
               label       = "Password:";
               alignment   = left ;
            }
        }
        : column {
            : text {
                 key        = "ID_TEXT_ENV";
                 width      = 20 ;
                 alignment  = left ;
                 fixed_width= true ;
            }
            : edit_box  {
               key         = "ID_EBOX_UNAME";
               edit_width  = 20 ;
               allow_accept= true ;
               fixed_width = true ;
            }
            : edit_box  {
               key         = "ID_EBOX_PWD";
               edit_width  = 20 ;
               allow_accept= true ;
               fixed_width = true ;
               password_char = "*" ;
            }
        }
    }
    : row {
        fixed_width = true;
        alignment = centered;
        : ase_ok_button {is_default = true ; }
        ase_cancel_button;
        ase_help_button ;
    }
    ase_errtile;
}

//---------------------------------------------------------------------
//
//  Set Key Columns dialogue box
//
setkeys : dialog {
    aspect_ratio = 0;
    label = "Link Path Names";
    current_settings ;
    : boxed_row {
        label  = "Key Selection" ;
        : column {
            children_fixed_width = true ;
            : concatenation {
                : text {
                    label       = "&State:" ;
                    width       = 6 ;
                    fixed_width = true ;
                }
                : text {
                    key         = "ID_TEXT_COLLABEL" ;
                    alignment   = left ;
                    width       = 20 ;
                    fixed_width = true ;
                }
                : text {
                    label       = "Data Type:" ;
                    alignment   = left ;
                }
            }
            : list_box {
                alignment       = left ;
                width           = 55 ;
                height          = 5 ;
                fixed_width_font= true ;
                tabs            = "8 29 33 37 42" ;
                tab_truncate    = true ;
                key             = "ID_LBOX_COLS";
                mnemonic        = "S" ;
            }
            : slider {
                key             = "ID_SLIDER";
                layout          = horizontal ;
                min_value       = 0;
                max_value       = 255;
                width           = 55 ;
            }
        }
        : column {
             : spacer {
                height          = 1 ;
             }
             : button {
                 label          = "&On";
                 key            = "ID_BUTT_ON";
                 width          = 8 ;
                 fixed_width    = true ;
             }
             : button {
                 label          = "Of&f";
                 key            = "ID_BUTT_OFF";
                 width          = 8 ;
                 fixed_width    = true ;
             }
             : spacer {
                height          = 1 ;
             }
        }
    }
    : boxed_row {
        label  = "Link Path" ;
        : column {
             children_fixed_width = true ;
             children_alignment   = left ;
             : row {
                 : text {
                    label       = "Ne&w:" ;
                    width       = 10 ;
                    alignment   = centered ;
                 }
                 : edit_box {
                    key         = "ID_EBOX_LPN" ;
                    mnemonic    = "w" ;
                    width       = 30 ;
                 }
             }
             : row {
                 : text {
                    label       = "E&xisting:" ;
                    width       = 10 ;
                    alignment   = centered ;
                 }
                 : popup_list {
                    key         = "ID_PLIST_LPN" ;
                    mnemonic    = "x" ;
                    width       = 30 ;
                 }
             }
        }
        : column {
             : button {
                 label          = "&New";
                 key            = "ID_BUTT_NEW";
                 width          = 10 ;
                 fixed_width    = true ;
             }
             : button {
                 label          = "&Erase";
                 key            = "ID_BUTT_ERASE";
                 width          = 10 ;
                 fixed_width    = true ;
             }
        }
        : column {
             : button {
                 label          = "&Rename";
                 key            = "ID_BUTT_RENAME";
                 width          = 10 ;
                 fixed_width    = true ;
             }
             : button {
                 label          = "Erase &All" ;
                 key            = "ID_BUTT_ERALL";
                 width          = 10 ;
                 fixed_width    = true ;
             }
        }
    }
    : row {
         : spacer {width = 15 ;}
         ase_close_button;
         ase_help_button;
         : spacer {width = 15 ;}
    }
    ase_errtile;
}

//---------------------------------------------------------------------
//
//  Synchronization Report dialogue box
//
synchro : dialog {
    aspect_ratio = 0;
    label = "Synchronize Links";
    : list_box {
        alignment       = left ;
        label           = "Message &List: ";
        width           = 55;
        key             = "ID_LBOX_MESSAGE";
        multiple_select = true ;
        fixed_width_font= true ;
    }
    : slider {
        key             = "ID_SLDR_ERRMSG";
        layout          = horizontal ;
        min_value       = 0;
        max_value       = 255;
    }
    : column {
        : row {
             fixed_width = true;
             alignment = centered;
             : button {
                width      = 12 ;
                label      = "Select &All";
                key        = "ID_BUTT_SALL";
             }
             ase_hlight_button ;
             : button {
                width      = 12 ;
                label      = "&More Info...";
                key        = "ID_BUTT_MORE";
             }
             : button {
                width      = 12 ;
                label      = "&Synchronize";
                key        = "ID_BUTT_SYNCH";
             }
        }
        : row {
             : spacer {width = 10 ;}
             ase_close_button;
             ase_help_button;
             : spacer {width = 10 ;}
        }
    }
    ase_errtile;
}

//---------------------------------------------------------------------
//
//  ASEROW dialogue box
//
aserows : dialog {
    aspect_ratio = 0;
    label = "Rows";
    : boxed_row {
        label      = "Database Ob&ject Settings";
        children_fixed_width = true ;
        : column {
            alignment   = left ;
            : text {
              label     = "Environment";
              width     = 14 ;
            }
            : popup_list {
              width     = 14 ;
              key       = "ID_PLIST_ENV";
            }
        }
        : column {
            : text {
              label     = "Catalog";
              width     = 14 ;
            }
            : popup_list {
              width     = 14 ;
              key       = "ID_PLIST_CAT";
            }
        }
        : column {
            : text {
              label     = "Schema";
              width     = 14 ;
            }
            : popup_list {
              width     = 14 ;
              key       = "ID_PLIST_SCH";
            }
        }
        : column {
            : text {
               label    = "Table";
               width    = 14 ;
            }
            : popup_list {
               width    = 14 ;
               key      = "ID_PLIST_TBL";
            }
        }
        : column {
            : text {
               label    = "Link Path Name";
               width    = 14 ;
            }
            : popup_list {
               width    = 14 ;
               key      = "ID_PLIST_LPN" ;
            }
        }
    }
    : row {
        : boxed_radio_column {
             label          = "Cursor State" ;
             : radio_button {
                 key        = "ID_RBUT_RDONL";
                 label      = "&Read-only";
             }
             : radio_button {
                 key        = "ID_RBUT_SCROL";
                 label      = "&Scrollable";
             }
             : radio_button {
                 key        = "ID_RBUT_UPD";
                 label      = "&Updatable";
             }
        }
        : boxed_column {
            fixed_width     = true ;
            label           = "SELECT Rows" ;
            : edit_box {
                alignment      = left ;
                label          = "&Condition:";
                key            = "ID_EBOX_COND";
                edit_limit     = 256 ;
            }
            : row {
                children_fixed_width = true ;
                : button {
                    label      = "&Open Cursor";
                    key        = "ID_BUTT_SELECT";
                    width      = 13 ;
                }
                : button {

⌨️ 快捷键说明

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