dcl_settings : default_dcl_settings { audit_level = 3; } abbr_ok_cancel : row { alignment = centered; fixed_width = true; width = 24; : button { fixed_width = true; width = 12; label = "OK"; key = "accept"; is_default = true; } : button { fixed_width = true; width = 12; label = "Cancel"; key = "cancel"; is_cancel = true; } } abbr_textc: text { alignment = centered; vertical_margin = none; horizontal_margin = none; height = 1; } abbr_list_box : list_box { height = 25; } abbr_button : button { horizontal_margin = tiny; vertical_margin = none; height = 1; } abbr_boxed_column : boxed_column { // horizontal_margin = none; // vertical_margin = none; } abbr_boxed_row : boxed_row { horizontal_margin = tiny; } abbr_toggle : toggle { // alignment = centered; horizontal_margin = tiny; vertical_margin = none; height = 1; } abbr_edit_box : edit_box { // alignment = centered; vertical_margin = none; horizontal_margin = tiny; height = 1; } abbr : dialog { label = "Abbreviation List"; : abbr_boxed_column { // label = "Abbreviation List"; : row { : abbr_textc { key = "dlg_ttl"; width = 88; } : abbr_button { label = "Save"; fixed_width = true; width = 12; mnemonic = "S"; key = "Save_it"; } : abbr_button { label = "Open"; fixed_width = true; width = 12; mnemonic = "O"; key = "Open_it"; } } : row { : abbr_textc { label = " Abbreviation:"; } : abbr_textc { label = "Description: "; } } : abbr_list_box { tabs = "17 25"; multiple_select = false; allow_accept = true; // label = "Seq#\tStation\tRim\tInv In\tDrop\tMH Dia\tPsize\tMat'l\tTop\tID\tBulge"; key = "abbr_list"; width = 80; } : row { // label = "Keyboard Input"; : column { : abbr_button { label = "Add"; fixed_width = true; width = 12; mnemonic = "A"; key = "Add_it"; } : abbr_button { label = "Remove"; mnemonic = "R"; fixed_width = true; width = 12; key = "delabbr_lst"; } } : column { : row { : abbr_edit_box { label = "New Abbreviation:"; mnemonic = "N"; edit_width = 7; key = "abbr_add"; } : spacer { width = 34; } : abbr_button { label = "Select text to add"; fixed_width = true; width = 12; mnemonic = "d"; key = "Add_sel"; } } : abbr_edit_box { label = "Description:"; mnemonic = "e"; edit_width = 68; key = "desc_add"; } } } } :row { // : spacer { // width = 24; // } // } // : row { // : spacer { // width = 24; // } // : abbr_boxed_column { // label = "Drawing properties"; : row { : abbr_boxed_column { label = "Column widths"; : abbr_edit_box { label = "Abbreviation:"; // mnemonic = "e"; edit_width = 5; key = "abrcolwid"; } : abbr_edit_box { label = "Description:"; // mnemonic = "e"; edit_width = 5; key = "abrcolwid2"; } : abbr_edit_box { label = "Margin:"; // mnemonic = "e"; edit_width = 5; key = "abrcolspc"; } } : abbr_boxed_column { label = "Text heights"; : abbr_edit_box { label = "Title:"; // mnemonic = "e"; edit_width = 5; key = "tittxtht"; } : abbr_edit_box { label = "Header:"; // mnemonic = "e"; edit_width = 5; key = "hdrtxtht"; } : abbr_edit_box { label = "Abbreviation:"; // mnemonic = "e"; edit_width = 5; key = "abrtxtht"; } } : abbr_boxed_column { label = "Colors (1-255)"; : abbr_edit_box { label = "Title:"; // mnemonic = "e"; edit_width = 3; key = "titcolr"; } : abbr_edit_box { label = "Header:"; // mnemonic = "e"; edit_width = 3; key = "hdrcolr"; } : abbr_edit_box { label = "Abbreviation:"; // mnemonic = "e"; edit_width = 3; key = "abrcolr"; } } : abbr_boxed_column { label = "Options"; : abbr_toggle { label = "Omit Section Headers"; value = "0"; key = "skip_headers"; } : row { : abbr_button { label = "Close"; fixed_width = true; width = 10; is_cancel = true; mnemonic = "l"; key = "Close_it"; } : abbr_button { label = "Draw"; fixed_width = true; width = 10; mnemonic = "D"; key = "Draw_it"; } : abbr_button { label = "Help"; fixed_width = true; width = 10; mnemonic = "H"; key = "Help_it"; } } } } // } } // ok_cancel; errtile; } abbr_alert : dialog { label = "WARNING!"; : column { : abbr_textc { label = " "; } : abbr_textc { label = "Opening an abbreviation data file will overwrite the"; } : abbr_textc { label = "current abbreviation list. To save the current list"; } : abbr_textc { label = "you must select CANCEL."; } : abbr_textc { label = " "; } : abbr_textc { label = "Select OK to continue opening a file"; } : abbr_textc { label = " "; } } abbr_ok_cancel; }