📄 ase.dcl
字号:
label = "Key &Values...";
width = 13 ;
key = "ID_BUTT_KEYS";
}
: ase_graph_button { width = 13 ; }
: button {
key = "ID_BUTT_CLCURS";
label = "&Close Cursor";
width = 13 ;
}
}
}
}
: row {
: column {
: list_box {
alignment = left ;
key = "ID_LBOX_CURSOR";
height = 6 ;
width = 65 ;
fixed_width_font = true ;
tabs = "20 25 30 35" ;
tab_truncate = true ;
}
: slider {
key = "ID_SLIDER";
layout = horizontal ;
min_value = 0 ;
max_value = 255 ;
width = 65 ;
}
}
: column {
alignment = left ;
children_fixed_width= true ;
ase_next_button ;
ase_prior_button ;
ase_first_button ;
ase_last_button ;
}
}
: row {
: button {
label = "&Make Link <";
key = "ID_BUTT_MLINK";
width = 11 ;
fixed_width= true ;
}
: button {
label = "Make &DA...";
key = "ID_BUTT_MDA";
width = 11 ;
fixed_width= true ;
}
: button {
label = "&Select <";
key = "ID_BUTT_SSET";
width = 11 ;
fixed_width= true ;
}
: button {
label = "&Unselect <";
key = "ID_BUTT_USET";
width = 11 ;
fixed_width= true ;
}
: button {
label = "Lin&ks...";
key = "ID_BUTT_LINKS";
width = 11 ;
fixed_width= true ;
}
: ase_edit_button {width = 11; }
}
ase_ok_cancel_help;
ase_errtile;
}
//---------------------------------------------------------------------
//
// Find Row by Key Values dialogue box
//
findrow : dialog {
aspect_ratio = 0;
label = "Select Row by Key Values";
: column {
: concatenation {
: text {
label = "&Key Columns:";
width = 21 ;
}
: text {
label = "Values: ";
width = 39 ;
}
}
: list_box {
alignment = left ;
key = "ID_LBOX_KEYS";
mnemonic = "K" ;
tab_truncate = true ;
tabs = "20 25 30 35" ;
tab_truncate = true ;
width = 60 ;
fixed_width_font = true ;
}
: slider {
key = "ID_SLIDER";
layout = horizontal ;
min_value = 0;
max_value = 255;
width = 60 ;
}
: column {
: row {
: text {
label = "Name: ";
width = 6 ;
fixed_width = true ;
}
: text {
alignment = left ;
key = "ID_TEXT_COLUMN" ;
width = 53 ;
}
}
: row {
: edit_box {
alignment = left ;
label = "&Value: ";
key = "ID_EBOX_KVAL";
edit_width = 53 ;
}
}
}
}
ase_ok_cancel_help;
ase_errtile;
}
//---------------------------------------------------------------------
//
// Edit Row
//
editrow : dialog {
aspect_ratio = 0;
label = "Edit Row";
: column {
ase_sql_statement ;
: column {
: list_box {
alignment = left ;
width = 60 ;
height = 7 ;
key = "ID_LBOX_COLS";
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 = 60 ;
}
: column {
: row {
: text {
label = "Name: ";
width = 6 ;
fixed_width = true ;
}
: text {
alignment = left ;
key = "ID_TEXT_COLUMN" ;
width = 54 ;
}
}
: row {
: edit_box {
alignment = left ;
label = "&Value: ";
key = "ID_EBOX_KVAL";
}
}
}
: row {
alignment = centered ;
fixed_width = true ;
ase_upd_button;
: spacer {width = 2;}
: button {
key = "ID_BUTT_INSERT";
label = "&Insert";
}
: spacer {width = 2;}
ase_delete_button;
}
}
: row {
alignment = centered ;
fixed_width = true ;
ase_close_button ;
: spacer {width = 2;}
ase_help_button;
}
}
ase_errtile;
}
//---------------------------------------------------------------------
//
// Confirmation1
//
confirm_1 : dialog {
aspect_ratio = 0;
label = "Confirm" ;
: column {
children_fixed_width = true ;
children_alignment = centered ;
: column {
: text {
alignment = centered ;
key = "ID_TEXT_MSG";
width = 45 ;
}
: text {
alignment = centered ;
width = 45 ;
key = "ID_TEXT_CONF";
}
}
spacer_1 ;
}
ase_ok_cancel;
}
//---------------------------------------------------------------------
//
// Confirm 2
//
confirm_2 : dialog {
aspect_ratio= 0;
key = "ID_DIALOG_CONF2" ;
: column {
: text {
alignment = centered ;
key = "ID_TEXT_OBJECT";
width = 45 ;
}
: text {
alignment = centered ;
key = "ID_TEXT_MSG";
width = 45 ;
}
: text {
alignment = centered ;
key = "ID_TEXT_CONF";
width = 45 ;
}
: row {
fixed_width = true;
: spacer {width = 8;}
: button {
width = 10;
label = "&Yes";
key = "ID_BUTT_YES";
}
: button {
width = 10;
label = "Yes to &All";
key = "ID_BUTT_YESALL";
}
: button {
width = 10;
label = "&No";
key = "ID_BUTT_NO";
}
ase_cancel_button ;
: spacer {width = 8;}
}
}
ase_errtile;
}
//---------------------------------------------------------------------
//
// Edit Key Values Confirmation dialogue box
//
keyconf : dialog {
aspect_ratio = 0;
label = "Confirm Update or Erase Links" ;
: column {
children_fixed_width = true ;
children_alignment = centered ;
: column {
: text {
alignment = centered ;
key = "ID_TEXT_MSG";
width = 50 ;
}
: text {
alignment = centered ;
key = "ID_TEXT_CONF";
}
}
spacer_1 ;
: radio_column {
: radio_button {
key = "ID_RBUT_SYNCH";
label = "&update link(s)?" ;
}
: radio_button {
key = "ID_RBUT_DEL";
label = "&erase link(s)?";
}
}
spacer_1 ;
}
ase_ok_cancel_help;
}
//---------------------------------------------------------------------
//
// Make DA dialogue box
//
makeda : dialog {
aspect_ratio = 0;
label = "Make Displayable Attribute";
: column {
: row {
: list_box {
alignment = left ;
width = 20 ;
height = 8 ;
key = "ID_LBOX_TBCOL";
label = "&Table Columns:";
fixed_width_font = true ;
}
: column {
spacer_1 ;
: button {
key = "ID_BUTT_INSONE";
label = "&Add ->";
}
: button {
key = "ID_BUTT_REMONE";
label = "Re&move <-";
}
: button {
key = "ID_BUTT_INSALL";
label = "Add Al&l ->";
}
: button {
key = "ID_BUTT_REMALL";
label = "Remo&ve All <-";
}
}
: list_box {
alignment = left ;
width = 20 ;
height = 8 ;
key = "ID_LBOX_DACOL";
label = "&DA Columns:";
fixed_width_font = true ;
}
}
: boxed_column {
label = "Format" ;
: row {
: text {
label = "&Justification" ;
width = 10 ;
fixed_width= true ;
}
spacer_1 ;
: popup_list {
key = "ID_PLIST_JUST";
mnemonic = "J" ;
width = 25 ;
fixed_width= true ;
}
}
: row {
: text {
label = "Text &Style:";
width = 15 ;
fixed_width= true ;
}
spacer_1 ;
: popup_list {
key = "ID_PLIST_STYLE";
mnemonic = "S" ;
width = 25 ;
fixed_width= true ;
}
}
: row {
: button {
key = "ID_BUTT_HEIGHT" ;
label = "H&eight <" ;
width = 15 ;
fixed_width= true ;
}
: edit_box {
key = "ID_EBOX_HEIGHT" ;
width = 25 ;
fixed_width= true ;
}
}
: row {
: button {
key = "ID_BUTT_ROTATE" ;
label = "&Rotation <" ;
width = 15 ;
fixed_width= true ;
}
: edit_box {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -