Schraube_box : dialog { label = "Schraubenauswahl"; : boxed_row { : column { : list_box { label = "Norm"; key = "Schraube_Norm"; fixed_width = true; width = 20; } } : column { : popup_list { label = "Durchmesser"; key = "Schraube_D"; width = 10; fixed_width = true; } } } : row { : popup_list { label = "Beschriftung"; key = "Schraube_beschr"; width = 5; fixed_width = true; } } : row { : spacer { width = 1; } : button { label = "OK"; key = "akzeptieren"; width = 8; fixed_width = true; } : button { label = "Abbruch"; is_cancel = true; key = "abbrechen"; width = 8; fixed_width = true; } : spacer { width = 1; } } }